aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
...
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-1/+1
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* Start passing cipher from EncryptedCookieJar since we use it to determine key...Vipul A M2016-09-011-7/+5
* Follow up of #25602Vipul A M2016-09-011-4/+6
* Return 307 status instead of 301 when rerouting POST requests to SSLChirag Singhal2016-08-221-1/+9
* Add three new rubocop rulesRafael Mendonça França2016-08-165-8/+8
* applies remaining conventions across the projectXavier Noria2016-08-063-4/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-069-250/+250
* modernizes hash syntax in actionpackXavier Noria2016-08-063-3/+3
* applies new string literal convention in actionpack/libXavier Noria2016-08-0619-115/+115
* Don't raise ActionController::UnknownHttpMethod from ActionDispatch::StaticGrey Baker2016-07-131-3/+3
* Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`Grey Baker2016-07-121-2/+2
* Add a test case for verifying `cookie_only` is set even if user tries to set ...Prathamesh Sonpatki2016-07-071-1/+1
* [ci skip] Correct defaults in documentation for ActionDispatch::SSLTim Rogers2016-07-061-4/+5
* Merge pull request #25344 from matthewd/debug-locksMatthew Draper2016-07-021-0/+122
|\
| * Provide a middleware to debug misbehaving locksMatthew Draper2016-06-101-0/+122
* | Silence DebugExceptions template render logs during exceptionsGenadi Samokovarov2016-07-021-0/+8
|/
* Merge pull request #24912 from prathamesh-sonpatki/api-fix-response-formatSantiago Pastorino2016-05-111-8/+12
|\
| * API only apps: Preserve request format for HTML requests tooPrathamesh Sonpatki2016-05-111-8/+12
* | use Rack::Utils.valid_path? to check pathJordan Owens2016-05-091-6/+2
* | Make flash messages cookie compatible with Rails 4Rafael Mendonça França2016-05-061-1/+1
|/
* Fix deprecation warning for ParamsParser instance :smile:Prathamesh Sonpatki2016-03-301-1/+1
* Deprecate ActionDispatch::ParamsParser instance.Rafael Mendonça França2016-03-301-0/+1
* Fix request.reset_session for API controllersJon Moss2016-03-191-0/+5
* [ci skip] Fix constrain_to documentation.Kasper Timm Hansen2016-03-031-1/+1
* Rename constrain_to to exclude.Kasper Timm Hansen2016-03-031-3/+4
* Don't reference Rails.application from inside a componentMatthew Draper2016-03-021-10/+6
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-024-78/+47
* Drop Action Controller require in ActionDispatch::ExceptionWrapperGenadi Samokovarov2016-02-291-1/+0
* add `constraint_to` option to SSL middlewareGreg Molnar2016-02-281-2/+6
* :nail_care:Rafael Mendonça França2016-02-251-2/+2
* Update documentation and deprecation messagePrathamesh Sonpatki2016-02-251-3/+3
* Added deprecation for older appsPrathamesh Sonpatki2016-02-251-1/+12
* HSTS without IncludeSubdomains is often uselessEgor Homakov2016-02-251-1/+1
* Transform the mime object to symbol when registering the parsersRafael Mendonça França2016-02-221-0/+1
* Fix code styleRafael Mendonça França2016-02-171-3/+4
* Merge pull request #23203 from vipulnsward/22979-show-tags-on-exceptionRichard Schneeman2016-02-161-7/+11
|\
| * WIP: Errors in logs should show log tags as well.Vipul A M2016-02-121-7/+11
* | Join values using '; ' as per RFC specAndrew White2016-02-161-1/+1
* | Add require and move escape to private methodAndrew White2016-02-161-1/+6
* | Merge branch 'should-escape-cookie' of https://github.com/ma2gedev/rails into...Andrew White2016-02-161-1/+1
|\ \
| * | Escape cookie's key and value in ActionController::TestCaseTakayuki Matsubara2015-12-301-1/+1
* | | Corrected secret_key_basevs4vijay2016-02-151-1/+1
| |/ |/|
* | Revert "Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipp...schneems2016-01-191-1/+1
* | Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipped versi...Vipul A M2016-01-191-1/+1
* | Prevent attempt to serve a request with a null byteJordan Owens2016-01-121-1/+5
* | Flexible configuration for ActionDispatch::SSLTim Rogers2015-12-291-8/+12
|/
* Improve RDoc documentation of ActionDispatch::SSLTim Rogers2015-12-241-12/+14
* Add #== back to ActionDispatch::MiddlewareStack::MiddlewareJon Moss2015-12-211-0/+9
* Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-181-1/+1