aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Eagerly load Signed and Permanent cookiesSantiago Pastorino2011-04-071-10/+17
| * Use freeze instead of close!Santiago Pastorino2011-04-062-14/+5
* | getting the flash hash under testAaron Patterson2011-04-061-0/+4
* | favor composition over inheritance, have FlashHash delegate to a HashAaron Patterson2011-04-061-7/+40
|/
* CookieJar should prefer composition over inheritanceAaron Patterson2011-04-061-6/+10
* raise if someone tries to modify the cookies when it was already streamed bac...Santiago Pastorino2011-04-061-0/+12
* Add ClosedError message to the initializerSantiago Pastorino2011-04-062-5/+9
* raise if someone tries to modify the flash when it was already streamed back ...Santiago Pastorino2011-04-051-1/+19
* correction to the outputted controller name in the diagnostics error template...Josh Kalderimis2011-03-241-1/+1
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-048-72/+165
|\
| * Use run_callbacks; the generated _run_<name>_callbacks method is not a public...John Firebaugh2011-01-312-5/+5
| * Add tld_length option when using domain :all in cookiesbrainopia2011-01-211-9/+9
| * Support list of possible domains for cookiesbrainopia2011-01-211-0/+3
| * use raise to create exceptions and to set the backtraceAaron Patterson2011-01-121-1/+1
| * reraising should be in the rescue blockAaron Patterson2011-01-121-1/+1
| * Refactor to handle the X-Cascade without having to raise an exceptionKrekoten' Marjan2011-01-091-12/+12
| * render :template is faster than render :fileSantiago Pastorino2011-01-012-5/+4
| * This is not needed anymoreSantiago Pastorino2011-01-011-3/+0
| * Don't deprecate to_prepare.José Valim2010-12-231-4/+4
| * Clean up callbacks should also be called on exceptions.José Valim2010-12-231-0/+3
| * Typo (request -> response)John Firebaugh2010-12-211-1/+1
| * Expand ActionDispatch::Reloader docsJohn Firebaugh2010-12-211-6/+14
| * Small changes on AD::Reloader.José Valim2010-12-201-20/+3
| * Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepareJohn Firebaugh2010-12-201-25/+6
| * Introduce ActionDispatch::ReloaderJohn Firebaugh2010-12-201-0/+82
| * Fix edge cases for domain :all option on cookie storebrainopia2010-12-161-2/+5
|/
* Resolving LH #5986, cookies doc updatesAditya Sanghi2010-11-261-3/+10
* Ensure that Rails.env is defined firstAndrew White2010-10-271-1/+1
* Don't write out secure cookies unless the request is secureAndrew White2010-10-251-3/+11
* Show exceptions rescues the original exceptionLes Hill and Sandro Turriate2010-10-121-0/+13
* Ensure the proper content type is returned for static files.José Valim2010-10-041-3/+3
* Initialize sid should just skip instance variables.José Valim2010-10-041-0/+7
* Rely on Rack::Session stores API for more compatibility across the Ruby world.José Valim2010-10-033-321/+76
* no need to check for nil?Neeraj Singh2010-09-301-1/+1