aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid warning because of the mime typeJorge Bejar2015-12-091-1/+1
* DebugException initialize with a response_format valueJorge Bejar2015-12-091-6/+7
* Better name for method in DebugExceptions middlewareJorge Bejar2015-12-091-2/+2
* Minor cleanup in AD::DebugExceptionsJorge Bejar2015-12-091-6/+9
* Remove unneeded args in AD::DebugExceptionsJorge Bejar2015-12-091-1/+0
* New hash syntax in AD::DebugExceptionsJorge Bejar2015-12-091-4/+4
* Fix some edge cases in AD::DebugExceptions in rails api appsJorge Bejar2015-12-091-41/+64
* Response when error should be formatted properly in Rails API if local requestJorge Bejar2015-12-091-2/+15
* Stop violating law of demeter in response cookie_jareileencodes2015-12-061-0/+6
* Merge pull request #22172 from tijmenb/fix-source-in-show-exceptionRafael França2015-11-242-0/+8
|\
| * Add text template for source codeTijmen Brommet2015-11-032-0/+8
* | Clearer comment and variable name on IP spoofingGrey Baker2015-11-221-7/+15
* | Add missing example for cookies.encrypted [ci skip]Nicolas Cavigneaux2015-11-201-0/+7
* | Merge pull request #22259 from daisuko/remove_compiled_root_from_static_rbYves Senn2015-11-121-1/+0
|\ \
| * | remove unnecessary @compiled_root from static.rbdaisuko2015-11-111-1/+0
| |/
* / Show middleware classes on /rails/info/propertiesclaudiob2015-11-111-1/+5
|/
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-035-19/+37