aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21094 from aditya-kapoor/add-missing-ap-testsRafael Mendonça França2015-08-251-0/+10
|\
| * add missing tests for action regexpAditya Kapoor2015-08-021-0/+10
* | use `make_set` helper method to generate route setsAaron Patterson2015-08-241-31/+1
* | Merge pull request #21106 from amitsuroliya/fix_routing_testAndrew White2015-08-211-6/+0
|\ \
| * | Remove duplicity in testsamitkumarsuroliya2015-08-031-6/+0
| |/
* / Add missing assertion for test_route_with_colon_firstAditya Kapoor2015-08-031-2/+4
|/
* Why do we add a top-level constant here?Akira Matsuda2015-04-251-5/+3
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-4/+4
* Fix cases where the wrong name is passed to `Formatter#generate`Godfrey Chan2014-11-231-1/+1
* Anchor should not be appended when set to nil/false.Guo Xiang Tan2014-11-231-0/+3
* stop calling url_for with recall parameters and actually use a requestAaron Patterson2014-07-151-82/+123
* execute a request and check the path_parametersAaron Patterson2014-07-151-17/+59
* set `set` in the setup methodAaron Patterson2014-07-151-2/+5
* remove useless ivar setAaron Patterson2014-07-151-1/+0
* remove warningsKuldeep Aggarwal2014-06-121-1/+0
* add tests for nested lambda constraintsAaron Patterson2014-06-031-0/+27
* PARAMETERS_KEY is only used in the request, so move the constant thereAaron Patterson2014-05-271-5/+5
* just call the method and assert the return valueAaron Patterson2014-05-091-8/+1
* Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-191-10/+3
* Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-051-14/+15
* Fix an issue where router can't recognize downcased url encoding path.kennyj2013-09-191-0/+4
* fix request methods testVipul A M2013-03-311-6/+2
* Update tests for #9704, named route collisionsJeremy Kemper2013-03-241-5/+6
* Add tests for #9441Francesco Rodriguez2013-02-261-0/+16
* do not append a second slash when usingYves Senn2013-01-021-6/+16
* Add Missing Keys from Journey on failed URL formatschneems2012-08-281-6/+6
* Access @rs only through attr_accessortomykaira2012-08-201-11/+11
* Support unicode character route in config/routes.rb.kennyj2012-06-161-0/+5
* adding a test for #6459Aaron Patterson2012-06-141-0/+10
* Merge pull request #2549 from trek/RoutingErrorForMissingControllersAaron Patterson2012-05-211-0/+10
|\
| * When a route references a missing controller, raise ActionController::Routing...Trek Glowacki2011-08-161-0/+10
* | Force given path to http methods in mapper to skip canonical action checkingCarlos Antonio da Silva2012-05-041-2/+2
* | ActionPack: remove tests for hash_for_* methodsBogdan Gusiev2012-05-021-18/+0
* | Remove default match without specified methodJose and Yehuda2012-04-241-168/+168
* | Route root helper shortcutBrian Cardarella2012-03-031-0/+9
* | Optimize url helpers.Sergey Nartimov + José Valim2012-03-021-3/+3
* | Adding tests for non-optional glob parametersAndrew White2012-02-261-2/+27
* | Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-1/+14
* | adding tests to document behavior for #4817Aaron Patterson2012-02-141-0/+26
* | Cleaning Route generation testsThiago Pradi2012-02-121-30/+0
* | Merge pull request #3775 from karevn/masterAaron Patterson2012-01-241-1/+14
|\ \
| * | Fix: when using subdomains and constraints, request params were not passed to...karevn2011-11-281-1/+14
| |/
* | Added custom regexps to ASTs that have literal nodes on either side ofAaron Patterson2012-01-231-0/+62
* | moved the `get` testing method to a moduleAaron Patterson2012-01-231-11/+2
* | Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-171-1/+0
* | AP tests should inherit from AS::TestCaseAaron Patterson2012-01-051-2/+2
* | remove checks for encodings availabilitySergey Nartimov2011-12-251-1/+1
* | adding an integration test for splat regexp substitutions. fixes #4138Aaron Patterson2011-12-221-0/+13
* | Adding an integration test. Fixes #4136Aaron Patterson2011-12-221-0/+9