| Commit message (Expand) | Author | Age | Files | Lines |
* | Add configuration option to optionally disable deep_munge | Bernard Potocki | 2013-12-05 | 1 | -0/+2 |
* | Don't set X-UA-Compatible header by default | Guillermo Iguaran | 2013-06-13 | 1 | -2/+1 |
* | Add 'X-UA-Compatible' => 'chrome=1' to default headers | Guillermo Iguaran | 2013-01-29 | 1 | -1/+2 |
* | Remove BestStandardsSupport middleware | Guillermo Iguaran | 2013-01-29 | 1 | -1/+0 |
* | nodoc AD & AV railties classes | Carlos Duclos | 2012-12-01 | 1 | -1/+1 |
* | Allow users to change the default salt if they want, shouldn't be necessary | Santiago Pastorino | 2012-11-03 | 1 | -0/+4 |
* | config.action_dispatch.rack_cache should set explicitly to enable Rack::Cache | Guillermo Iguaran | 2012-10-04 | 1 | -6/+1 |
* | Get rid of config.preload_frameworks in favor of config.eager_load_namespaces | José Valim | 2012-08-21 | 1 | -0/+2 |
* | Added X-Content-Type-Options to the header defaults. | Jim Jones | 2012-08-18 | 1 | -1/+2 |
* | Move AD default_headers configurations to railtie | Guillermo Iguaran | 2012-08-10 | 1 | -0/+5 |
* | introduce default_headers config | Egor Homakov | 2012-08-09 | 1 | -0/+1 |
* | Turn off verbose mode of rack-cache, we still have X-Rack-Cache to check that... | Santiago Pastorino | 2012-03-03 | 1 | -1/+1 |
* | uses PATCH for the forms of persisted records, and routes PATCH and PUT to th... | Xavier Noria | 2012-02-24 | 1 | -1/+0 |
* | Add config.default_method_for_update to support PATCH | David Lee | 2012-02-22 | 1 | -0/+1 |
* | Remove deprecated default_charset= from AC::Base | Carlos Antonio da Silva | 2012-01-17 | 1 | -1/+2 |
* | remove Rails application fallback from AD::IntegrationTest | Sergey Nartimov | 2011-12-23 | 1 | -0/+2 |
* | Assign config.encoding to AD::Response.default_charset at the initialization ... | kennyj | 2011-12-07 | 1 | -0/+1 |
* | Add an ExceptionWrapper that wraps an exception and provide convenience helpers. | José Valim | 2011-12-01 | 1 | -2/+2 |
* | Allow rescue responses to be configured through a railtie. | José Valim | 2011-12-01 | 1 | -1/+12 |
* | configuration option to always write cookie | lest | 2011-11-23 | 1 | -1/+3 |
* | stop circular require warnings | Aaron Patterson | 2011-08-24 | 1 | -1/+0 |
* | x_sendfile_header now defaults to nil and production.rb env file doesn't | Santiago Pastorino | 2011-08-07 | 1 | -1/+1 |
* | Allow ignore_accept_header through configuration option. | José Valim | 2011-05-02 | 1 | -0/+2 |
* | First pass at Rack::Cache | wycats | 2010-09-13 | 1 | -0/+1 |
* | Partial revert of commit #7fae0aa4ac116 removing action_dispatch.prepare_disp... | Mikel Lindsaar | 2010-09-11 | 1 | -5/+0 |
* | Add configuration option for tld length | Simon Jefford | 2010-09-09 | 1 | -0/+10 |
* | Ensure routes are loaded only after the initialization process finishes, ensu... | José Valim | 2010-09-02 | 1 | -5/+0 |
* | Add a header that tells Internet Explorer (all versions) to use the best avai... | wycats | 2010-07-27 | 1 | -1/+2 |
* | Use the new ActiveSupport::FileUpdateChecker instead of RoutesReloader. | José Valim | 2010-06-20 | 1 | -1/+1 |
* | Kill legacy dispatcher. | José Valim | 2010-05-18 | 1 | -2/+0 |
* | Add a test which ensures action_dispatch.show_exceptions is properly disabled. | José Valim | 2010-04-02 | 1 | -1/+1 |
* | Raise exceptions instead of rendering error templates in test environment [#4... | Rolf Bjaanes | 2010-04-02 | 1 | -1/+2 |
* | Make X-Sendfile default to "" so it works correctly in dev mode. | wycats | 2010-03-26 | 1 | -1/+1 |
* | Move application configuration to the application configuration object, remov... | José Valim | 2010-03-26 | 1 | -2/+1 |
* | Deprecated ActionController::Base.session_options= and ActionController::Base... | Carlhuda | 2010-03-04 | 1 | -2/+0 |
* | Move session and session_store onto ActionDispatch and add deprecation warnings | Carlhuda | 2010-03-04 | 1 | -0/+2 |
* | Move remote_ip to a middleware: | Carlhuda | 2010-03-03 | 1 | -0/+1 |
* | Makes send_file work again by deferring to Rack::Sendfile. | Carlhuda | 2010-02-23 | 1 | -0/+2 |
* | Ensure metals and initializers in plugins are loaded. | José Valim | 2010-01-24 | 1 | -3/+0 |
* | Rename plugin_name to railtie_name and engine_name. | José Valim | 2010-01-24 | 1 | -1/+1 |
* | Solve some pendencies. | José Valim | 2010-01-24 | 1 | -1/+1 |
* | Extract routes reloading responsibilities from application and load them just... | José Valim | 2010-01-23 | 1 | -12/+4 |
* | Default to sync instrumentation. | José Valim | 2010-01-21 | 1 | -3/+0 |
* | Move middleware builder back to Rails::Rack::Metal without losing the new beh... | José Valim | 2010-01-17 | 1 | -29/+0 |
* | Add ActionDispatch::Railties::Subscriber and finish tidying up the logging. | José Valim | 2010-01-17 | 1 | -0/+58 |