aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/about.rb
Commit message (Collapse)AuthorAgeFilesLines
* Added "rake about" as a replacement for script/about [DHH]David Heinemeier Hansson2010-02-021-2/+0
|
* script/about should require environmentJoshua Peek2009-10-161-1/+0
|
* Use Rails.initialize! where we just want to run the initializers and aren't ↵Joshua Peek2009-10-161-1/+1
| | | | concerned about the config
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-161-1/+0
| | | | application's object root)
* Have config/application.rb contain the application definition and require ↵Carl Lerche2009-10-151-1/+2
| | | | that file instead of config/boot.rb or config/environment.rb in script/*.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+3