aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | Prevent `{ internal: true }` from being stored in the routerJon Moss2016-06-071-0/+30
* | Merge pull request #23103 from rails/refactor-handling-of-action-defaultJeremy Daer2016-04-241-11/+51
|\ \ | |/ |/|
| * Refactor handling of :action default in routingAndrew White2016-02-161-11/+51
* | Deprecate :controller and :action path parametersAndrew White2016-03-011-21/+59
|/
* Fix marking of custom routes for JourneyAndrew White2016-01-201-0/+63
* Allow AC::Parameters as an argument to url_helpersPrathamesh Sonpatki2016-01-071-0/+21
* Don't catch all NameError to reraise as ActionController::RoutingError #22368Maxime Garcia2015-12-121-0/+41
* Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-241-6/+5
* deprecate passing a string for both the beginning path and :path optionAaron Patterson2015-08-141-1/+4
* use predicate methods instead of hard coding verb stringsAaron Patterson2015-08-141-1/+2
* Allow a custom dispatcher to be provided to routing.Xavier Shay2015-08-071-9/+6
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-6/+6
* 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
* | Routes resources avoid :new and :edit endpoints if api_only is enabledJorge Bejar2015-06-111-0/+75
* | sort_by instead of sortYang Bo2015-04-081-0/+13
|/
* Drop request class from RouteSet constructor.Aaron Patterson2015-03-041-1/+5
* Revert "Merge pull request #18764 from tsun1215/master"Jeremy Kemper2015-02-261-4/+5
* Add a failing test demonstrating regression with HEAD requests to Rack apps, ...Jeremy Kemper2015-02-241-3/+9
* Merge pull request #18218 from brainopia/fix_match_shorthand_in_routesRafael Mendonça França2015-02-201-0/+9
|\
| * Improve shorthand matching for routesbrainopia2015-01-251-0/+9
* | Explicitly ignored wildcard verbs from head_routesTerence Sun2015-02-081-0/+12
* | Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-11/+11
* | Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-11/+11
|/
* Fix name_for_action in routingrono232015-01-191-0/+38
* Remove deprecated support to define routes with `:to` option thatRafael Mendonça França2015-01-041-30/+4
* Fix handling of positional url helper arguments when format is falseTatiana Soukiassian2014-12-131-0/+28
* fix small typo in routing testAccessd2014-10-211-1/+1
* Don't ignore constraints in redirect routesAgis-2014-08-251-0/+24
* Remove unnecessary call to #tapCarlos Antonio da Silva2014-07-311-5/+3
* always test against a routed rack app so there are always url_helpersAaron Patterson2014-07-071-32/+58
* Generate shallow paths for all children of shallow resources.Seb Jacobs2014-07-061-0/+22
* Remove symbolized_path_parameters.Guo Xiang Tan2014-07-021-2/+2
* Routes specifying 'to:' must be a string that contains a "#" or a rackAaron Patterson2014-06-031-22/+30
* add tests for mixing :to and controller / actionAaron Patterson2014-06-031-0/+48
* test with an empty viaAaron Patterson2014-06-031-0/+8
* add a test for missing "via" parameterAaron Patterson2014-06-031-0/+8
* "controllers" should be a valid path nameAaron Patterson2014-05-291-0/+10
* add a test for controllers without colonsAaron Patterson2014-05-281-0/+10
* add a test for existing mapper functionalityAaron Patterson2014-05-281-0/+12
* add tests for argument error casesAaron Patterson2014-05-281-0/+27
* extract request allocation from the main app serving routineAaron Patterson2014-05-231-0/+1
* use the request object since we have itAaron Patterson2014-05-231-5/+3
* stop using PARAMETERS_KEY, and use the accessor on the request objectAaron Patterson2014-05-221-0/+3
* Form full URI as string to be parsed in Rack::Test.Guo Xiang Tan2014-05-211-6/+6
* Add RFC4791 MKCALENDAR methodkasper2014-05-151-2/+3
* Use assert_raisesRafael Mendonça França2014-05-041-3/+1
* Merge pull request #11166 from xavier/callable_constraint_verificationRafael Mendonça França2014-05-041-0/+15
|\
| * Verify that route constraints respond to the expected messages instead of sil...Xavier Defrang2013-06-281-0/+15
* | Make URL escaping more consistentAndrew White2014-04-201-3/+25