aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Rename constrain_to to exclude.Kasper Timm Hansen2016-03-031-4/+4
* [ci skip] Use rails routes instead of rake routes in inspector test descriptionAbhishek Jain2016-03-021-9/+9
* Merge pull request #23980 from rails/deprecate-controller-action-segmentsAndrew White2016-03-019-35/+101
|\
| * Deprecate :controller and :action path parametersAndrew White2016-03-019-35/+101
* | Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-023-24/+191
|/
* add `constraint_to` option to SSL middlewareGreg Molnar2016-02-281-0/+7
* Merge pull request #23852 from prathamesh-sonpatki/hsts-subdomainsRafael França2016-02-251-7/+16
|\
| * Added deprecation for older appsPrathamesh Sonpatki2016-02-251-7/+16
* | Revert "Merge pull request #20851 from tomprats/indifferent-sessions"Matthew Draper2016-02-261-10/+0
* | Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-266-118/+1
|/
* Added a test for generating Strong ETagPrathamesh Sonpatki2016-02-241-0/+8
* Merge pull request #20851 from tomprats/indifferent-sessionsRafael Mendonça França2016-02-246-0/+127
|\
| * Update Session to utilize indiffernt accessTom Prats2016-01-306-1/+118
| * Update session to have indifferent accessTom Prats2016-01-291-0/+10
* | Add `internal` attribute to routesJon Moss2016-02-221-0/+23
* | Make sure we unregister the mime type before registeringRafael Mendonça França2016-02-221-10/+22
* | Use symbol of mime type instead of object to get correct parserMehmet Emin İNAÇ2016-02-221-0/+16
* | Fix typoRafael Mendonça França2016-02-171-1/+1
* | Merge pull request #23712 from bf4/incorrect_to_accept_json_api_and_not_rende...Rafael França2016-02-171-9/+2
|\ \
| * | The JSON API media type should only work wih a JSON API handlerBenjamin Fleischer2016-02-161-9/+2
* | | application/gzip added as default mime type into mime type listMehmet Emin İNAÇ2016-02-131-1/+1
|/ /
* / Add options for rake routes taskVipul A M2016-02-021-7/+27
|/
* Merge pull request #23140 from rails/fix-search-for-custom-routesAaron Patterson2016-01-201-0/+63
|\
| * Fix marking of custom routes for JourneyAndrew White2016-01-201-0/+63
* | Response etags to always be weak: Prefixed W/ to value returned by ActionDisp...abhishek2016-01-201-7/+7
|/
* 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
* Merge pull request #23035 from jkowens/fix-null-byteRafael França2016-01-121-0/+4
|\
| * Prevent attempt to serve a request with a null byteJordan Owens2016-01-121-0/+4
* | Commit before freezing the headersMatthew Draper2016-01-121-0/+21
* | Better error message when running `rake routes` with CONTROLLER arg:Edouard CHIN2016-01-071-0/+38
* | Remove splat operator warning from ssl_testPrathamesh Sonpatki2016-01-071-1/+1
* | Allow AC::Parameters as an argument to url_helpersPrathamesh Sonpatki2016-01-071-0/+21
|/
* Merge pull request #22826 from timrogers/actiondispatch-ssl-configRafael França2015-12-311-15/+30
|\
| * Flexible configuration for ActionDispatch::SSLTim Rogers2015-12-291-15/+30
* | Format from Accept headers have higher precedence than path extension formatJorge Bejar2015-12-291-0/+9
* | Rely on default Mime format when MimeNegotiation#format_from_path_extension i...Jorge Bejar2015-12-291-0/+12
|/
* Currectly test the Middleware#==Rafael Mendonça França2015-12-221-4/+8
* Add #== back to ActionDispatch::MiddlewareStack::MiddlewareJon Moss2015-12-211-0/+12
* Don't catch all NameError to reraise as ActionController::RoutingError #22368Maxime Garcia2015-12-121-0/+41
* Do not add format key to request_paramsJorge Bejar2015-12-091-1/+0
* DebugException initialize with a response_format valueJorge Bejar2015-12-091-2/+2
* Fix some edge cases in AD::DebugExceptions in rails api appsJorge Bejar2015-12-091-11/+62
* Response when error should be formatted properly in Rails API if local requestJorge Bejar2015-12-092-0/+19
* Use URL path extension as format in bad params exception handlingJorge Bejar2015-12-081-1/+15
* Push `before_sending` to super classeileencodes2015-12-064-3/+8
* Test against the real value of tld_length unless explicitly setWill Jessop2015-12-041-26/+30
* Merge pull request #22371 from yui-knk/better_mount_errorArthur Nogueira Neves2015-11-281-1/+13
|\
| * Brush up errors of `ActionDispatch::Routing::Mapper#mount`yui-knk2015-11-281-1/+13
* | Merge pull request #21241 from pdg137/masterArthur Nogueira Neves2015-11-261-0/+7
|\ \