| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring back config.action_view.cache_template_loading [#5847 state:resolved] | Piotr Sarnacki | 2010-12-16 | 1 | -0/+38 |
* | Ensure asset_path defaults to nil for application | José Valim | 2010-12-09 | 1 | -0/+5 |
* | Provide a cleaner syntax for paths configuration that does not rely on method... | José Valim | 2010-10-06 | 1 | -2/+2 |
* | revises implementation and documentation of csrf_meta_tags, and aliases csrf_... | Xavier Noria | 2010-09-11 | 1 | -1/+1 |
* | Added ability to set asset_path for engines | Piotr Sarnacki | 2010-09-03 | 1 | -0/+15 |
* | Move singleton pattern to Railtie and remove Engine::Configurable and Applica... | Piotr Sarnacki | 2010-09-03 | 1 | -7/+6 |
* | Removed most of deprecated stuff from Application and Engine | Piotr Sarnacki | 2010-09-03 | 1 | -16/+0 |
* | Make sure apps upgrading from 2.3 get defaulted to UTF-8 (ht: parndt) | wycats | 2010-08-15 | 1 | -5/+15 |
* | Simplify cookie_store by simply relying on cookies.signed. | José Valim | 2010-05-18 | 1 | -2/+2 |
* | Revert "Moved encoding work in progress to a feature branch." | wycats | 2010-05-17 | 1 | -1/+2 |
* | Moved encoding work in progress to a feature branch. | Jeremy Kemper | 2010-05-16 | 1 | -2/+1 |
* | Significantly improved internal encoding heuristics and support. | wycats | 2010-05-16 | 1 | -1/+2 |
* | Refactor tests by moving all middleware tests to the same place. | José Valim | 2010-04-26 | 1 | -66/+5 |
* | test refactor | Santiago Pastorino | 2010-04-19 | 1 | -2/+8 |
* | Added tests for config.action_controller.perform_caching | Chetan Sarva | 2010-04-13 | 1 | -0/+36 |
* | Fix a bug in ActionDispatch::Static where Rails cannot find assets if started... | José Valim | 2010-04-08 | 1 | -0/+9 |
* | Alleviate the pain in working with utf8 templates by setting a default encoding. | José Valim | 2010-04-07 | 1 | -0/+12 |
* | Rename config.cookie_secret to config.secret_token and pass it as configurati... | José Valim | 2010-04-05 | 1 | -0/+16 |
* | Make X-Sendfile default to "" so it works correctly in dev mode. | wycats | 2010-03-26 | 1 | -43/+36 |
* | Fix protect_against_forgery | Carlhuda | 2010-03-19 | 1 | -0/+27 |
* | Deprecated ActionController::Base.session_options= and ActionController::Base... | Carlhuda | 2010-03-04 | 1 | -2/+4 |
* | Fix Sam Ruby's tests and deprecation warnings | Carlhuda | 2010-03-04 | 1 | -2/+2 |
* | Revert "Fix test load paths for those not using bundler" | Carlhuda | 2010-02-23 | 1 | -1/+1 |
* | Makes send_file work again by deferring to Rack::Sendfile. | Carlhuda | 2010-02-23 | 1 | -0/+55 |
* | Fix test load paths for those not using bundler | Joshua Peek | 2010-02-15 | 1 | -1/+1 |
* | Deprecate AC configuration values which were moved to Rack. | José Valim | 2010-02-01 | 1 | -1/+1 |
* | Improve railtie deprecation messages. | José Valim | 2010-01-30 | 1 | -0/+7 |
* | Add more tests to some key points in Railties. | José Valim | 2010-01-28 | 1 | -1/+10 |
* | Add config.to_prepare back and add tests for it. | José Valim | 2010-01-28 | 1 | -0/+23 |
* | Refactor railties test, break huge files in smaller chunks and move initiali... | José Valim | 2010-01-26 | 1 | -16/+7 |
* | Ensure calling a method in Rails::Application does not instantiate a void app... | José Valim | 2010-01-26 | 1 | -0/+7 |
* | 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 anything... | José Valim | 2010-01-21 | 1 | -2/+2 |
* | Add deprecation warning for calling filter_parameter_logging ActionController... | Prem Sichanugrist | 2010-01-21 | 1 | -0/+12 |
* | AppName::Application.root should work | Yehuda Katz | 2010-01-02 | 1 | -0/+5 |
* | Some railties cleanup: | Carl Lerche | 2009-12-31 | 1 | -0/+1 |
* | 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 |
|\ |
|
| * | 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 an... | Jeremy Kemper | 2009-12-06 | 1 | -2/+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 ob... | Carl Lerche | 2009-10-16 | 1 | -1/+0 |
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application... | Carl Lerche | 2009-10-16 | 1 | -4/+4 |