This project is archived and is in readonly mode.
Documentation for Rails 3 should favor application.rb over environment.rb
Reported by Benjamin Quorning | July 13th, 2010 @ 09:29 AM
In the Rails RDocs, there are still references to
Rails::Initializer
and
config/environment.rb
as the places where
configuration takes place. These should be changed to the
Application
class, config/application.rb
and config/initializers/[various].rb
Comments and changes to this ticket
-
Benjamin Quorning July 13th, 2010 @ 09:32 AM
- Tag changed from documentation, rdoc to documentation, patch, rdoc
-
Neeraj Singh July 13th, 2010 @ 09:49 AM
- Importance changed from to Low
@Benjamin nice patch.
All the documentation patches can be made directly at http://github.com/lifo/docrails . Anyone can write so just make the changes and push it. And you are done.
Thanks.
-
Benjamin Quorning July 13th, 2010 @ 11:57 AM
- Assigned user cleared.
@Neeraj Thank you. I will push my commit onto the docrails repository and (try to) remove this ticket.
-
Xavier Noria July 13th, 2010 @ 12:02 PM
Excellent Benjamin. No need to remove the ticket, it is a valid ticket. It is enough to close it as fixed.
-
Xavier Noria July 13th, 2010 @ 12:02 PM
- Assigned user set to Xavier Noria
-
Xavier Noria July 13th, 2010 @ 12:04 PM
- State changed from new to resolved
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>