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

Ticket #7590 (closed enhancement: wontfix)

Opened 2 years ago

Last modified 2 years ago

[PATCH] DOCUMENTATION ADDED: More config comments added to database.yml

Reported by: fearoffish Assigned to: core
Priority: normal Milestone: 2.x
Component: Railties Version: edge
Severity: normal Keywords: documentation database yaml
Cc:

Description

Ther were options that are hard to find information for in the api e.g. socket, port, encoding etc. I added comments to show what other common choices are possible.

Attachments

added_more_comments_to_database_yml.diff (0.7 kB) - added by fearoffish on 02/20/07 19:06:35.

Change History

02/19/07 16:02:34 changed by fearoffish

  • type changed from defect to enhancement.

02/20/07 19:06:35 changed by fearoffish

  • attachment added_more_comments_to_database_yml.diff added.

12/05/07 21:59:31 changed by marcel

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

Doc bloat.

12/06/07 10:01:22 changed by fearoffish

Shame. These are two of the common problems people have with database.yml, with a nice example. It makes sense to make it blatently obvious what goes in here.

12/06/07 10:52:51 changed by chuyeow

Yeah it's a shame, I remember having this problem too when starting out, regarding the port and encoding especially.