aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/performance
Commit message (Collapse)AuthorAgeFilesLines
* script/performance/profiler should require environmentJoshua Peek2009-10-161-4/+0
|
* script/performance/benchmarker should require environmentJoshua Peek2009-10-161-2/+1
|
* Use Rails.initialize! where we just want to run the initializers and aren't ↵Joshua Peek2009-10-162-2/+2
| | | | concerned about the config
* Have config/application.rb contain the application definition and require ↵Carl Lerche2009-10-152-2/+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-242-0/+74