aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | In url_for, never append ? when the query string is empty anyway.Paul Grayson2015-10-291-0/+7
* | | Merge pull request #22172 from tijmenb/fix-source-in-show-exceptionRafael França2015-11-241-0/+8
|\ \ \
| * | | Add text template for source codeTijmen Brommet2015-11-031-0/+8
* | | | Merge pull request #17928 from sergey-alekseev/remove-unused-form-data-methodSean Griffin2015-11-231-0/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | write a test for `#form_data?`Sergey Alekseev2015-03-311-0/+20
* | | | Fix typo [ci skip]Jake Worth2015-11-121-1/+1
* | | | Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
| |/ / |/| |
* | | Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-034-9/+21
* | | Merge pull request #21251 from rodzyn/more_param_parser_testsSean Griffin2015-10-301-0/+14
|\ \ \ | |_|/ |/| |
| * | Add test for parsing application/vnd.api+jsonMarcin Olichwirowicz2015-08-211-0/+14
* | | Remove skipped JRuby tests that are passing on 9.0.3.0.Guo Xiang Tan2015-10-273-6/+0
* | | Tweaked wording used in some tests.Sebastian McKenzie2015-10-251-2/+2
* | | Catch invalid UTF-8 querystring values and respond with BadRequestGrey Baker2015-10-231-6/+10
* | | Show helpful messages on invalid param. encodingsAgis Anastasopoulos2015-10-191-0/+14
* | | Merge pull request #19135 from yuki24/access-control-supportJeremy Daer2015-10-131-8/+27
|\ \ \
| * | | Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-131-8/+27
* | | | Merge pull request #21849 from yui-knk/refactor_regexp_to_stringAndrew White2015-10-122-2/+13
|\ \ \ \
| * | | | Change `Journey::Route#verb` to return string instead of regexp.yui-knk2015-10-032-2/+13
* | | | | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-063-93/+78
* | | | | move file sending to the response objectAaron Patterson2015-10-051-0/+2
* | | | | Merge pull request #21848 from yui-knk/test_suppress_warningsSean Griffin2015-10-041-3/+2
|\ \ \ \ \
| * | | | | Suppress warnings of `assigned but unused variable`yui-knk2015-10-031-3/+2
| |/ / / /