| Commit message (Expand) | Author | Age | Files | Lines |
* | Split ShowExceptions responsibilities in two middlewares. | José Valim | 2011-12-01 | 1 | -1/+3 |
* | Allow rescue responses to be configured through a railtie. | José Valim | 2011-12-01 | 1 | -21/+1 |
* | Adding ActionDispatch::RequestId in middleware test | Arun Agrawal | 2011-10-20 | 1 | -0/+1 |
* | Make the Rack::SSL middleware configurable | Justin Leitgeb | 2011-09-26 | 1 | -0/+8 |
* | Check that Rack::Sendfile is not included unless config.action_dispatch.x_sen... | Santiago Pastorino | 2011-08-13 | 1 | -0/+8 |
* | Solve the RAILS_ENV problem in the railties tests in a more generic way | Jon Leighton | 2011-06-06 | 1 | -1/+5 |
* | Move content length to the server, this brings the same behavior as in rack 1.2. | José Valim | 2011-05-23 | 1 | -7/+6 |
* | Temporarily ship with ContentLength middleware. | José Valim | 2011-05-20 | 1 | -3/+3 |
* | Use Rack::ContentLength. | José Valim | 2011-05-19 | 1 | -5/+6 |
* | Fix tests to reflect IdentityMap no longer default | David Lee | 2011-05-10 | 1 | -1/+1 |
* | Logs should show overridden method; Issue 426 | David Lee | 2011-05-07 | 1 | -2/+2 |
* | s/with/when/ | Xavier Noria | 2011-03-27 | 1 | -1/+1 |
* | Add `config.force_ssl` configuration which will load `Rack::SSL` middleware i... | Prem Sichanugrist | 2011-03-27 | 1 | -0/+6 |
* | Always use ActionDispatch::ShowExceptions middleware [#6462 state:resolved] | Prem Sichanugrist | 2011-02-25 | 1 | -2/+2 |
* | We really don't care about IM middleware order, the important is that it gets... | Emilio Tagua | 2011-02-18 | 1 | -1/+1 |
* | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2010-12-20 | 1 | -0/+7 |
|\ |
|
| * | Introduce ActionDispatch::Reloader | John Firebaugh | 2010-12-20 | 1 | -0/+7 |
* | | Don't load IdentityMap middleware if not enabled. Simplify middleware. | Emilio Tagua | 2010-11-19 | 1 | -0/+5 |
* | | Use IdentityMap middleware to flush map on each request. | Emilio Tagua | 2010-11-19 | 1 | -0/+2 |
|/ |
|
* | Move ETag and ConditionalGet logic from AD::Response to the middleware stack. | José Valim | 2010-10-03 | 1 | -21/+43 |
* | Fix a routing test. Reorganize middleware tests. | José Valim | 2010-10-02 | 1 | -91/+0 |
* | Only add Rack::Cache to the middleware stack if config.action_controller.perf... | Sparky | 2010-09-15 | 1 | -4/+31 |
* | First pass at Rack::Cache | wycats | 2010-09-13 | 1 | -4/+5 |
* | Revert "Just add connection management middleware if running in a concurrent ... | Jeremy Kemper | 2010-08-20 | 1 | -0/+1 |
* | Fix middleware test | wycats | 2010-07-27 | 1 | -1/+2 |
* | application generation: --skip-testunit and --skip-activerecord renamed to --... | Xavier Noria | 2010-07-25 | 1 | -1/+1 |
* | Just add connection management middleware if running in a concurrent environm... | José Valim | 2010-07-12 | 1 | -1/+0 |
* | adding middleware test for RAILS_CACHE | Neeraj Singh | 2010-06-24 | 1 | -0/+11 |
* | Ensure show exceptions middleware properly filters backtrace before logging. | José Valim | 2010-06-09 | 1 | -0/+20 |
* | Add delete to middleware stack proxy. | José Valim | 2010-06-07 | 1 | -0/+6 |
* | Remove the laziness from the middleware stack. | José Valim | 2010-05-29 | 1 | -1/+1 |
* | Removing Metal from Rails 3. | wycats | 2010-05-29 | 1 | -6/+0 |
* | Simplify cookie_store by simply relying on cookies.signed. | José Valim | 2010-05-18 | 1 | -1/+4 |
* | ActiveRecord middlewares should be inserted before AD::Cascade [#4493 state:r... | José Valim | 2010-04-29 | 1 | -3/+3 |
* | The rake task :environment now loads config/environment.rb instead of initial... | José Valim | 2010-04-29 | 1 | -0/+1 |
* | Refactor tests by moving all middleware tests to the same place. | José Valim | 2010-04-26 | 1 | -0/+93 |
* | Add a test which ensures action_dispatch.show_exceptions is properly disabled. | José Valim | 2010-04-02 | 1 | -0/+6 |
* | Fix all the broken tests due to the AC configuration refactor | Carl Lerche | 2010-03-03 | 1 | -0/+1 |
* | Woops, forgot to actually add active_support/core_ext/file/path.rb | Carlhuda | 2010-02-23 | 1 | -0/+1 |
* | Deprecate AC configuration values which were moved to Rack. | José Valim | 2010-02-01 | 1 | -1/+1 |
* | Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if ... | José Valim | 2010-01-26 | 1 | -1/+6 |
* | Delegate App calls to instance | Joshua Peek | 2010-01-22 | 1 | -1/+1 |
* | Default to sync instrumentation. | José Valim | 2010-01-21 | 1 | -1/+1 |
* | Add notifications to default middleware stack and update subscriber tests. | José Valim | 2010-01-17 | 1 | -0/+1 |
* | Cookies middleware | Joshua Peek | 2010-01-16 | 1 | -0/+1 |
* | Move Flash into middleware | Joshua Peek | 2010-01-15 | 1 | -0/+1 |
* | Make HEAD method masquerade as GET so requests are routed correctly | Joshua Peek | 2010-01-15 | 1 | -1/+1 |
* | Cleanup junk metal and revise API | Joshua Peek | 2010-01-10 | 1 | -0/+1 |
* | Trash string coercion rack hacks | Joshua Peek | 2010-01-04 | 1 | -1/+0 |
* | Default middleware stack needs to be available at configuration time | Joshua Peek | 2010-01-04 | 1 | -0/+12 |