Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #4413 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] Use 'example.com' rather than 'example.test'

Reported by: maiha Assigned to: David
Priority: low Milestone:
Component: ActionPack Version: 1.1.0 RC1
Severity: minor Keywords: example domain name
Cc:

Description

Although I believe this code is used only for testing or debugging, we'd better use 'example.com' for educational purpose.

Maiha

Attachments

use_example_com.patch (1.2 kB) - added by Maiha on 03/25/06 03:59:38.

Change History

03/25/06 03:59:38 changed by Maiha

  • attachment use_example_com.patch added.

03/25/06 19:43:42 changed by david

  • status changed from new to closed.
  • resolution set to fixed.

(In [4026]) Use example.com as standard (closes #4413) [anna]