aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Collapse)AuthorAgeFilesLines
...
* Require action_dispatch, not action_controllerYehuda Katz2009-11-161-1/+1
|
* Refactor generators a little bit.José Valim2009-11-082-0/+6
| | | | Signed-off-by: Yehuda Katz <wycats@mobile-166-129-219-135.mycingular.net>
* Pass config.generators options along when RAILS_GENERATORS is set and show ↵José Valim2009-11-032-4/+0
| | | | | | --force-plural message just once. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* script/runner should require environmentJoshua Peek2009-10-161-2/+0
|
* script/performance/profiler should require environmentJoshua Peek2009-10-161-4/+0
|
* script/performance/benchmarker should require environmentJoshua Peek2009-10-161-2/+1
|
* script/generate should require environmentJoshua Peek2009-10-161-1/+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-165-5/+5
| | | | concerned about the config
* Get apps generated with working again.Carl Lerche2009-10-161-1/+1
|
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-165-6/+4
| | | | application's object root)
* Have config/application.rb contain the application definition and require ↵Carl Lerche2009-10-157-7/+7
| | | | that file instead of config/boot.rb or config/environment.rb in script/*.
* Yank FCGI Handler from coreJoshua Peek2009-10-051-86/+0
| | | http://github.com/rails/fcgi_handler
* Enable static asset server by defaultJoshua Peek2009-09-261-1/+0
|
* Move tmp directory creation from server to initializerJoshua Peek2009-09-261-4/+0
|
* Extract "parse_config" into ADJoshua Peek2009-09-251-13/+1
|
* Remove relative url configuration from script/serverJoshua Peek2009-09-251-15/+4
|
* Generate a config.ru stubJoshua Peek2009-09-251-13/+8
|
* Revert "Start Rails::Application object"Joshua Peek2009-09-251-2/+38
| | | | This reverts commit 4129449594ad3d8ff2f8fb4836104f25406a104f.
* Start Rails::Application objectYehuda Katz + Carl Lerche2009-09-251-38/+2
|
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-2413-0/+1096