aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* remove ignored flag, fixes warningsAndre Arko2011-11-131-1/+1
* turns out the tests expect remote_addrs.firstAndre Arko2011-11-131-1/+1
* correctly raise IpSpoofAttackError messageAndre Arko2011-11-131-2/+2
* defer calculating the remote IP until requestedAndre Arko2011-11-121-24/+36
* refactor RemoteIp middlewareAndre Arko2011-11-111-37/+44
* Add ActionDispatch::Session::CacheStore as a generic way of storing sessions ...Brian Durand2011-10-211-0/+50
* Remove the unneeded `\d` when sanitizing `X-Request-Id`.Marc Bowes2011-10-201-1/+1
* Load object/blank and make use of presence.José Valim2011-10-191-2/+3
* Make tests run on 1.8.x, add integration setup.José Valim2011-10-191-3/+2
* Blah, SecureRandom#uuid is not supported in 1.8.7 -- cant wait for Rails 4.0 ...David Heinemeier Hansson2011-10-191-1/+1
* Require missing string access dependency.José Valim2011-10-191-0/+1
* Require securerandom as it is the proper dependency.José Valim2011-10-191-1/+1
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-0/+38
* Remove superfluous assignment in cookiesAlexey Vakhov2011-10-181-1/+1
* Add some implementation docs. closes #3298. closes #2509.José Valim2011-10-121-0/+4
* Deprecate passing the template handler in the template name.José Valim2011-09-221-2/+2
* CookieJar is enumerable. fixes #2795Aaron Patterson2011-09-011-0/+5
* Split long string into multiple shorter ones Daniel Schierbeck2011-08-291-1/+4
* TODO fix explicitly loading exceptations, autoload removedVishnu Atrai2011-07-111-0/+1
* Add has_key? and key? methods to CookieJar removed in 0ca69ca65f83b4bb34f8José Valim2011-06-301-0/+5
* Revert "Delegate to @flashes with 'delegate' instead of manually."Aaron Patterson2011-06-291-2/+24
* Delegate to @flashes with 'delegate' instead of manually.Ben Orenstein2011-06-291-24/+2
* remove warning: assigned but unused variableSantiago Pastorino2011-06-081-1/+1
* Add backward compatibility for testing cookiesAndrew White2011-06-051-1/+1
* Ensure cookie keys are stringsAndrew White2011-06-051-2/+3
* Refactor ActionController::TestCase cookiesAndrew White2011-06-041-0/+10
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-251-1/+1
|\
| * Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-231-1/+1
* | removed deprecated methods, and related tests, from ActionPackJosh Kalderimis2011-05-242-9/+2
* | Remove extra white-space on some exception messages.Sebastian Martinez2011-05-231-1/+1
* | Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...Jon Leighton2011-05-232-2/+2
* | fixing sym and string cookie name, two cookies to browser bug.steve2011-05-191-3/+3
|/
* Don't pluralize, camelize.José Valim2011-05-061-1/+1
* Only show dump of regular env methods on exception screen (not all the rack c...David Heinemeier Hansson2011-05-041-1/+1
* Fix renew feature on cookies.José Valim2011-05-041-1/+1
* cache strings in the AST for faster comparison than include?Aaron Patterson2011-05-031-6/+3
* Sets the HTTP charset parameter for rescue response.Matias Korhonen2011-05-031-1/+1
* Rescues template HTML5 doctype and the utf8 charset meta tag, and better font...Matias Korhonen2011-05-031-2/+4
* Static middleware accepts cache control.José Valim2011-05-031-4/+4
* show http method in routing error messageSchneems2011-04-231-1/+1
* Use initialize_copy! to proper initialize now on clone.José Valim2011-04-191-15/+18
* Don't reuse a closed flash when using nowFlorent Piteau2011-04-201-1/+5
* Do not inherit from Rack::Response, remove a shit-ton of unused code.José Valim2011-04-191-0/+1
* Be sure to not store the closed flash in the session.José Valim2011-04-191-16/+25
* Make static faster as we don't have to serve multiple paths anymore.José Valim2011-04-151-28/+15
* generated session ids should be encoded as UTF-8Aaron Patterson2011-04-141-1/+3
* Merge branch 'master' of github.com:rails/railsAaron Patterson2011-04-071-1/+1
|\
| * Cache flash nowSantiago Pastorino2011-04-071-1/+1
| * Revert "Use freeze instead of close!"Santiago Pastorino2011-04-072-5/+14
| * Revert "Eagerly load Signed and Permanent cookies"Santiago Pastorino2011-04-071-17/+10