Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add config.to_prepare back and add tests for it. | José Valim | 2010-01-28 | 1 | -0/+23 | |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | |||||
* | Refactor railties test, break huge files in smaller chunks and move ↵ | José Valim | 2010-01-26 | 1 | -16/+7 | |
| | | | | initializers to application folder. | |||||
* | Ensure calling a method in Rails::Application does not instantiate a void ↵ | José Valim | 2010-01-26 | 1 | -0/+7 | |
| | | | | application. | |||||
* | Got tests working once again. | José Valim | 2010-01-22 | 1 | -2/+2 | |
| | ||||||
* | Add view paths to Engine setup. | José Valim | 2010-01-22 | 1 | -2/+2 | |
| | ||||||
* | Make filter parameters based on request, so they can be modified for ↵ | José Valim | 2010-01-21 | 1 | -2/+2 | |
| | | | | anything in the middleware stack. | |||||
* | Add deprecation warning for calling filter_parameter_logging ↵ | Prem Sichanugrist | 2010-01-21 | 1 | -0/+12 | |
| | | | | | | ActionController::Base, and allow it to be configured in config.filter_parameters Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | AppName::Application.root should work | Yehuda Katz | 2010-01-02 | 1 | -0/+5 | |
| | ||||||
* | Some railties cleanup: | Carl Lerche | 2009-12-31 | 1 | -0/+1 | |
| | | | | | | * Rename <framework>/rails.rb -> <framework>/railtie.rb * Rails::Plugin -> Rails::Railtie * Rails::Plugin::Vendored -> Rails::Plugin | |||||
* | Raise a helpful error if config.frameworks is used | Carl Lerche | 2009-12-31 | 1 | -0/+16 | |
| | ||||||
* | Fully remove config.frameworks in favor of requires in boot.rb | Carl Lerche | 2009-12-31 | 1 | -1/+2 | |
| | ||||||
* | Use the correct method for eager loading autoloads | Carl Lerche | 2009-12-29 | 1 | -0/+16 | |
| | ||||||
* | Merge remote branch 'origin/master' | Carlhuda | 2009-12-23 | 1 | -1/+1 | |
|\ | | | | | | | | | Conflicts: railties/lib/rails/application.rb | |||||
| * | Fix reference to Application#configuration to use #config | Jeremy Kemper | 2009-12-23 | 1 | -1/+1 | |
| | | ||||||
* | | Require active_support/all unless specifically requested to be left out. | Carlhuda | 2009-12-23 | 1 | -0/+6 | |
| | | ||||||
* | | tests pass with requiring the frameworks in rails.rb | Carlhuda | 2009-12-23 | 1 | -19/+22 | |
|/ | ||||||
* | Blog -> Blog::Application. Leave the toplevel module up for grabs. | Jeremy Kemper | 2009-12-21 | 1 | -1/+1 | |
| | ||||||
* | Add the ability for plugins to set default configuration settings. | Carl Lerche | 2009-12-15 | 1 | -0/+21 | |
| | ||||||
* | Remove assert_raises usage that only test-unit 1 supports. Breaks minitest ↵ | Jeremy Kemper | 2009-12-06 | 1 | -2/+2 | |
| | | | | and test-unit 2. | |||||
* | Add support for bare ActiveSupport via config.active_support.bare | Carlhuda | 2009-12-02 | 1 | -0/+9 | |
| | ||||||
* | Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵ | Carl Lerche | 2009-10-16 | 1 | -1/+0 | |
| | | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem. | |||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 1 | -4/+4 | |
| | | | | application's object root) | |||||
* | Have Rails.root be based off of config.ru | Carl Lerche | 2009-10-14 | 1 | -2/+34 | |
| | ||||||
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-14 | 1 | -0/+17 | |