aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* Clear DescendantsTracker on each request.José Valim2010-06-191-4/+4
* Refactored duplication into a separate method. Dropped class variable.Rizwan Reza2010-06-111-15/+17
* Adding missing docs to delete cookies with :all which were added that way.Rizwan Reza2010-06-111-1/+2
* Took out the domain option logic to cookies.rb.Rizwan Reza2010-06-113-22/+32
* Moved Domain regexp to a constant and added comments.Rizwan Reza2010-06-111-1/+8
* The previous commit didn't work with complex domains, which is now fixed.Rizwan Reza2010-06-111-4/+4
* Add support for multi-subdomain session by setting cookie host in session coo...Rizwan Reza2010-06-112-1/+14
* Revert "Add support for multi-subdomain session by setting cookie host in ses...José Valim2010-06-102-14/+1
* Add support for multi-subdomain session by setting cookie host in session coo...Guillermo Álvarez2010-06-102-1/+14
* Ensure show exceptions middleware properly filters backtrace before logging.José Valim2010-06-091-1/+1
* Accept both regexps and strings for LOCALHOST.José Valim2010-06-081-2/+2
* Make sure that rails recognized the full notation of IPv6 loopback address, a...Prem Sichanugrist2010-06-081-2/+2
* Simplify middleware stack lazy compares using named const referencesJeremy Kemper2010-06-051-13/+5
* Restore flash sweepJeremy Kemper2010-06-051-1/+1
* Stop the flash middleware from forcibly loading sessions even if the user doe...wycats2010-06-042-6/+6
* Include backtrace in failsafe log. Rescue possible exceptions in failsafe res...Jeremy Kemper2010-06-042-2/+2
* Add :only and :except to controllers MiddlewareStack. This allowsJosé Valim2010-05-301-4/+4
* Remove the laziness from the middleware stack.José Valim2010-05-291-57/+15
* Removing Metal from Rails 3. wycats2010-05-291-29/+0
* Avoid creating a Rack::Response object in the cookie middleware since it may ...José Valim2010-05-181-9/+13
* Cut the fat and make session stores rely on request.cookie_jar and change set...José Valim2010-05-183-130/+55
* Remove deprecated methods since 2-3-stable.José Valim2010-05-181-34/+6
* Simplify cookie_store by simply relying on cookies.signed.José Valim2010-05-182-94/+45
* added convenience methods #notice and #alert to flash.nowMartin2010-05-151-0/+10
* corrected error message in session/cookie_store [#4546 state:resolved]Josh Kalderimis2010-05-101-1/+1
* Use annoted source code in Template:Error to avoid special cases in the show ...José Valim2010-05-091-8/+4
* Fix parsing xml input by ActionDispatch::ParamsParserLawrence Pit2010-05-061-1/+1
* RouteSet does not raise ActionController::RoutingError when no routes match a...Carl Lerche2010-04-301-1/+11
* Some require indifferent_access addedSantiago Pastorino2010-04-211-0/+1
* require without .rbSantiago Pastorino2010-04-211-1/+1
* Missing require addedSantiago Pastorino2010-04-181-0/+1
* Use request.body IO and rewind, if possibleJeremy Kemper2010-04-071-3/+6
* Remove #size call on rack input ioJoshua Peek2010-04-071-8/+4
* Use config.filter_parameters on in-browser request dump. [#4335 state:resolved]José Valim2010-04-071-1/+1
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-052-19/+19
* Fix signed cookies by explicitly passing config to the cookie jarJeremy Kemper2010-04-041-23/+19
* Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing si...José Valim2010-03-311-3/+3
* Request#content_type exists in Rack::Request, and other parts of Rack::Reques...wycats2010-03-281-2/+4
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-282-0/+2
* Merge branch 'master' into docrailswycats2010-03-261-0/+1
|\
| * Deleting and setting a cookie in the same request was brokenMathias Biilmann Christensen2010-03-171-0/+1
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-125-12/+63
|\|
| * Simplify the action endpoint:Carlhuda2010-03-081-1/+5
| * Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-073-3/+1
| * Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-7/+5
| * Move remote_ip to a middleware:Carlhuda2010-03-032-25/+51
| * Add a BlockUntrustedIps middlewareCarl Lerche2010-03-031-0/+25
| * Revert behavior from a5684dfa3c16472bfa5d5d861ba78cb6dbadcb59 and ensure afte...José Valim2010-02-191-1/+1
* | Remove outdated docs.José Valim2010-02-091-14/+0
|/
* As first step setup the load path and lazy compare middlewares.José Valim2010-01-251-1/+13