aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
* Use the new ActiveSupport::FileUpdateChecker instead of RoutesReloader.José Valim2010-06-201-1/+1
* Kill legacy dispatcher.José Valim2010-05-181-2/+0
* Add a test which ensures action_dispatch.show_exceptions is properly disabled.José Valim2010-04-021-1/+1
* Raise exceptions instead of rendering error templates in test environment [#4...Rolf Bjaanes2010-04-021-1/+2
* Make X-Sendfile default to "" so it works correctly in dev mode.wycats2010-03-261-1/+1
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-2/+1
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-2/+0
* Move session and session_store onto ActionDispatch and add deprecation warningsCarlhuda2010-03-041-0/+2
* Move remote_ip to a middleware:Carlhuda2010-03-031-0/+1
* Makes send_file work again by deferring to Rack::Sendfile. Carlhuda2010-02-231-0/+2
* Ensure metals and initializers in plugins are loaded.José Valim2010-01-241-3/+0
* Rename plugin_name to railtie_name and engine_name.José Valim2010-01-241-1/+1
* Solve some pendencies.José Valim2010-01-241-1/+1
* Extract routes reloading responsibilities from application and load them just...José Valim2010-01-231-12/+4
* Default to sync instrumentation.José Valim2010-01-211-3/+0
* Move middleware builder back to Rails::Rack::Metal without losing the new beh...José Valim2010-01-171-29/+0
* Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.José Valim2010-01-171-0/+58