aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/configuration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix double definition of #teardown. Thanks @mike-burns :+1:Jon Leighton2011-06-061-3/+0
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-0/+4
* Fixes failing test, closes #1098.José Valim2011-05-171-1/+1
* Test csrf token param name customizationDavid Lee2011-05-101-2/+15
* Ensure params wrapper settings are not inherited and calculated each time.José Valim2011-05-061-3/+27
* Allow ignore_accept_header through configuration option.José Valim2011-05-021-0/+21
* Add `ActionController::ParamsWrapper` to wrap parameters into a nested hashPrem Sichanugrist2011-05-031-0/+10
* added config.active_record.whitelist_attributes which creates an empty whitel...Josh Kalderimis2011-04-241-0/+12
* added find_zone and find_zone! to AS timezones and changed the AS Railtie to ...Josh Kalderimis2011-04-051-0/+22
* remove AM delegating register_observer and register_interceptor to Mail and i...Josh Kalderimis2011-04-041-0/+65
* Make sure that we set `env["action_dispatch.show_exceptions"]`Prem Sichanugrist2011-02-251-0/+15
* Bring back config.action_view.cache_template_loading [#5847 state:resolved]Piotr Sarnacki2010-12-161-0/+38
* Ensure asset_path defaults to nil for applicationJosé Valim2010-12-091-0/+5
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-2/+2
* revises implementation and documentation of csrf_meta_tags, and aliases csrf_...Xavier Noria2010-09-111-1/+1
* Added ability to set asset_path for enginesPiotr Sarnacki2010-09-031-0/+15
* Move singleton pattern to Railtie and remove Engine::Configurable and Applica...Piotr Sarnacki2010-09-031-7/+6
* Removed most of deprecated stuff from Application and EnginePiotr Sarnacki2010-09-031-16/+0
* Make sure apps upgrading from 2.3 get defaulted to UTF-8 (ht: parndt)wycats2010-08-151-5/+15
* Simplify cookie_store by simply relying on cookies.signed.José Valim2010-05-181-2/+2
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-1/+2
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-2/+1
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-1/+2
* Refactor tests by moving all middleware tests to the same place.José Valim2010-04-261-66/+5
* test refactorSantiago Pastorino2010-04-191-2/+8
* Added tests for config.action_controller.perform_cachingChetan Sarva2010-04-131-0/+36
* Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...José Valim2010-04-081-0/+9
* Alleviate the pain in working with utf8 templates by setting a default encoding.José Valim2010-04-071-0/+12
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-0/+16
* Make X-Sendfile default to "" so it works correctly in dev mode.wycats2010-03-261-43/+36
* Fix protect_against_forgeryCarlhuda2010-03-191-0/+27
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-2/+4
* Fix Sam Ruby's tests and deprecation warningsCarlhuda2010-03-041-2/+2
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-1/+1
* Makes send_file work again by deferring to Rack::Sendfile. Carlhuda2010-02-231-0/+55
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-1/+1
* Deprecate AC configuration values which were moved to Rack.José Valim2010-02-011-1/+1
* Improve railtie deprecation messages.José Valim2010-01-301-0/+7
* Add more tests to some key points in Railties.José Valim2010-01-281-1/+10
* Add config.to_prepare back and add tests for it.José Valim2010-01-281-0/+23
* Refactor railties test, break huge files in smaller chunks and move initiali...José Valim2010-01-261-16/+7
* Ensure calling a method in Rails::Application does not instantiate a void app...José Valim2010-01-261-0/+7
* Got tests working once again.José Valim2010-01-221-2/+2
* Add view paths to Engine setup.José Valim2010-01-221-2/+2
* Make filter parameters based on request, so they can be modified for anything...José Valim2010-01-211-2/+2
* Add deprecation warning for calling filter_parameter_logging ActionController...Prem Sichanugrist2010-01-211-0/+12
* AppName::Application.root should workYehuda Katz2010-01-021-0/+5
* Some railties cleanup:Carl Lerche2009-12-311-0/+1
* Raise a helpful error if config.frameworks is usedCarl Lerche2009-12-311-0/+16
* Fully remove config.frameworks in favor of requires in boot.rbCarl Lerche2009-12-311-1/+2