aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
...
* | pull `to` upAaron Patterson2015-08-111-1/+1
* | push option decomposition up a bit moreAaron Patterson2015-08-111-2/+2
* | pull up the "options.delete(:controller)" logicAaron Patterson2015-08-111-2/+2
* | Merge pull request #11352 from xaviershay/dispatcher-apiRafael Mendonça França2015-08-082-9/+10
|\ \
| * | Allow a custom dispatcher to be provided to routing.Xavier Shay2015-08-072-9/+10
* | | Fix deprecation warning in testseileencodes2015-08-081-1/+1
|/ /
* | finish deprecating handling strings and symbolsAaron Patterson2015-08-074-60/+19
* | Using strings or symbols for middleware class names is deprecated.Aaron Patterson2015-08-072-23/+19
* | simplify the Middleware constructorAaron Patterson2015-08-071-39/+24
* | ExceptionWrapper doesn't need to know about `env`Aaron Patterson2015-08-061-17/+15
* | use a request object to reduce string allocations and not know about ENV keysAaron Patterson2015-08-061-1/+1
* | Merge pull request #21131 from eagletmt/percent-filenameRafael Mendonça França2015-08-061-0/+11
|\ \
| * | Add failing spec on utf8 filename with percent characterKohei Suzuki2015-08-041-0/+11
* | | Adds missing argument handling for ActionController::TestSession toMatthew Gerrior2015-08-061-0/+10
|/ /
* | Merge pull request #20590 from vngrs/set_default_charsetRafael Mendonça França2015-07-271-0/+7
|\ \
| * | Document, refactor and create test case for ActionDispatch::Response#charset=...Mehmet Emin İNAÇ2015-06-171-0/+7
* | | Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-177-29/+29
* | | Skip a few failing tests on JRuby with the attached ticketsRobin Dupret2015-07-172-0/+4
* | | Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-151-1/+1
* | | Merge pull request #20866 from jdantonio/countdown-latchAaron Patterson2015-07-141-7/+7
|\ \ \
| * | | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-131-7/+7
* | | | only call methods that are on the superclassAaron Patterson2015-07-141-4/+3
|/ / /
* | | add a new constructor for allocating test requestsAaron Patterson2015-07-081-9/+9
* | | make `env` a required parameterAaron Patterson2015-07-081-6/+6
* | | pass cookies from the jar in the HTTP_COOKIE headereileencodes2015-07-071-2/+0
* | | Merge pull request #13897 from gmalette/nested-parameter-filtering-2Arthur Nogueira Neves2015-07-061-0/+1
|\ \ \
| * | | Allow filtering params based on parent keysGuillaume Malette2015-06-221-0/+1
| |/ /
* | | Improve error messages in cookies_testeileencodes2015-06-271-3/+3
* | | Merge pull request #19431 from hmarr/head-routingRafael Mendonça França2015-06-221-3/+2
|\ \ \ | |/ / |/| |
| * | Respect routing precedence for HEAD requestsHarry Marr2015-03-201-3/+2
* | | remove `header=` on the response object.Aaron Patterson2015-06-151-0/+2
* | | ActionDispatch::SSL should keep original header's behaviorFumiaki MATSUSHIMA2015-06-141-0/+11
* | | Routes resources avoid :new and :edit endpoints if api_only is enabledJorge Bejar2015-06-111-0/+75
* | | Remove extra whitespacesSantiago Pastorino2015-06-111-1/+1
* | | Remove Unneeded ApiPublicExceptions middleware, PublicExceptions already does...Santiago Pastorino2015-06-111-37/+0
* | | Add ApiPublicException middlewareSantiago Pastorino2015-06-111-2/+39
* | | Change the `index` arg of `ActionDispatch::Static#new` to a kwargYuki Nishijima2015-06-111-1/+1
* | | Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-110/+0
* | | config.static_index configures directory index "index.html" filenameEliot Sykes2015-05-281-0/+14
* | | Add assertion for get? method into test casesMehmet Emin İNAÇ2015-05-271-0/+1
* | | Prefer assert_not over refuteRafael Mendonça França2015-05-181-1/+1
* | | ActionDispatch::Journey::Routes#empty? test casesValentine Valyaeff2015-05-191-0/+14
* | | Fix rake routes for api appsJorge Bejar2015-04-251-0/+16
| |/ |/|
* | Use `silence_warnings` on `StaticTests`eileencodes2015-04-141-6/+12
* | [Rails4 regression] prevent thin and puma cause error in Non ASCII URL on Win...Toshi MARUYAMA2015-04-091-0/+22
* | sort_by instead of sortYang Bo2015-04-081-0/+13
* | Define a setup method instead of using setup as blockRafael Mendonça França2015-03-271-1/+2
* | Provide friendlier access to request variantsGeorge Claghorn2015-03-241-19/+30
* | Fix handling of empty X_FORWARDED_HOST header.adam2015-03-201-0/+3
|/
* Merge pull request #19309 from f1sherman/dont-set-session-options-idGuillermo Iguaran2015-03-123-4/+4
|\