Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move console stuff to its own directory. | José Valim | 2010-01-23 | 1 | -4/+4 |
| | |||||
* | Default to sync instrumentation. | José Valim | 2010-01-21 | 1 | -10/+1 |
| | |||||
* | Make script/dbconsole work again [#3690 state:resolved] | Sam Granieri | 2010-01-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Fix an issue where log was not being tailed in the first request. | José Valim | 2010-01-15 | 1 | -1/+14 |
| | |||||
* | LogTailer should be invoked after all logs in threads were flushed. | José Valim | 2010-01-15 | 1 | -5/+1 |
| | |||||
* | Get everyone running on Rails.env and fix the broken environment settings ↵ | David Heinemeier Hansson | 2010-01-11 | 4 | -12/+13 |
| | | | | for script/console and script/dbconsole | ||||
* | Have to remove the environment name from ARGV or IRB will freak out | David Heinemeier Hansson | 2010-01-09 | 1 | -1/+1 |
| | |||||
* | No more hacks to ensure generators are executed inside Rails.root. | José Valim | 2010-01-07 | 2 | -2/+2 |
| | |||||
* | Orphan experiment no longer needed | David Heinemeier Hansson | 2009-12-30 | 1 | -69/+0 |
| | |||||
* | script/server should init Rails by loading config.ru | Joshua Peek | 2009-12-26 | 1 | -16/+4 |
| | | | | Fixes "Rails 3.0 doesn't fucking work" | ||||
* | Shift more responsibility from application class to its singleton instance. ↵ | Jeremy Kemper | 2009-12-23 | 1 | -5/+5 |
| | | | | Treat instantiation and boot as separate steps. Use app.config rather than app.configuration. | ||||
* | Fix an ivar name conflict in Rails::Server | Carlhuda | 2009-12-02 | 1 | -5/+5 |
| | |||||
* | Have script/* and Rakefile use the application object | Carlhuda | 2009-11-24 | 3 | -9/+30 |
| | |||||
* | Refactor script/dbconsole into an object | Carlhuda | 2009-11-24 | 1 | -80/+89 |
| | |||||
* | Use Rails.env after loading environment | Jeremy Kemper | 2009-11-24 | 1 | -2/+2 |
| | |||||
* | Add a dead --irb option mentioning upgrade path | Jeremy Kemper | 2009-11-23 | 1 | -0/+1 |
| | |||||
* | Set RAILS_ENV before loading config/environment | Jeremy Kemper | 2009-11-23 | 1 | -10/+7 |
| | |||||
* | Refactor script/console into an object and use IRB.start instead of calling ↵ | Carlhuda | 2009-11-23 | 1 | -39/+48 |
| | | | | exec. | ||||
* | Refactor script/server into an object that inherits from Rack::Server | Carlhuda | 2009-11-23 | 1 | -59/+61 |
| | |||||
* | Revert "Final steps toward clean rails "foo"; cd foo; gem bundle; ↵ | Jeremy Kemper | 2009-11-19 | 1 | -3/+1 |
| | | | | | | | | script/server working" Broke stuff. This reverts commit 520b8b59110dd130c89b317b6bd65d8644c7836f. | ||||
* | Final steps toward clean rails "foo"; cd foo; gem bundle; script/server working | Yehuda Katz + Carl Lerche | 2009-11-18 | 1 | -1/+3 |
| | |||||
* | Make script/server work with correct application.rb | Yehuda Katz | 2009-11-16 | 1 | -1/+1 |
| | |||||
* | Require action_dispatch, not action_controller | Yehuda Katz | 2009-11-16 | 1 | -1/+1 |
| | |||||
* | Refactor generators a little bit. | José Valim | 2009-11-08 | 2 | -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é Valim | 2009-11-03 | 2 | -4/+0 |
| | | | | | | --force-plural message just once. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | script/runner should require environment | Joshua Peek | 2009-10-16 | 1 | -2/+0 |
| | |||||
* | script/performance/profiler should require environment | Joshua Peek | 2009-10-16 | 1 | -4/+0 |
| | |||||
* | script/performance/benchmarker should require environment | Joshua Peek | 2009-10-16 | 1 | -2/+1 |
| | |||||
* | script/generate should require environment | Joshua Peek | 2009-10-16 | 1 | -1/+0 |
| | |||||
* | script/about should require environment | Joshua Peek | 2009-10-16 | 1 | -1/+0 |
| | |||||
* | Use Rails.initialize! where we just want to run the initializers and aren't ↵ | Joshua Peek | 2009-10-16 | 5 | -5/+5 |
| | | | | concerned about the config | ||||
* | Get apps generated with working again. | Carl Lerche | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 5 | -6/+4 |
| | | | | application's object root) | ||||
* | Have config/application.rb contain the application definition and require ↵ | Carl Lerche | 2009-10-15 | 7 | -7/+7 |
| | | | | that file instead of config/boot.rb or config/environment.rb in script/*. | ||||
* | Yank FCGI Handler from core | Joshua Peek | 2009-10-05 | 1 | -86/+0 |
| | | | http://github.com/rails/fcgi_handler | ||||
* | Enable static asset server by default | Joshua Peek | 2009-09-26 | 1 | -1/+0 |
| | |||||
* | Move tmp directory creation from server to initializer | Joshua Peek | 2009-09-26 | 1 | -4/+0 |
| | |||||
* | Extract "parse_config" into AD | Joshua Peek | 2009-09-25 | 1 | -13/+1 |
| | |||||
* | Remove relative url configuration from script/server | Joshua Peek | 2009-09-25 | 1 | -15/+4 |
| | |||||
* | Generate a config.ru stub | Joshua Peek | 2009-09-25 | 1 | -13/+8 |
| | |||||
* | Revert "Start Rails::Application object" | Joshua Peek | 2009-09-25 | 1 | -2/+38 |
| | | | | This reverts commit 4129449594ad3d8ff2f8fb4836104f25406a104f. | ||||
* | Start Rails::Application object | Yehuda Katz + Carl Lerche | 2009-09-25 | 1 | -38/+2 |
| | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 13 | -0/+1096 |