aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | rack bodies should be a listAaron Patterson2011-12-221-7/+7
* | refactoring routing testsAaron Patterson2011-12-221-34/+19
* | adding integration test for journey #7Aaron Patterson2011-12-211-0/+22
* | caches should not be global, so no need to clear in the teardownAaron Patterson2011-12-211-4/+0
* | adding tests for #4029Aaron Patterson2011-12-191-0/+51
* | Named Routes shouldn't override existing ones (currently route recognition go...Andy Jeffries2011-12-051-2/+2
* | fix method redefined warnings in testslest2011-11-301-6/+0
|/
* moving test_generate to an integration test with one assert per testAaron Patterson2011-08-121-108/+0
* remove extra require for 'active_support/dependencies' as it is required in a...Vishnu Atrai2011-07-311-1/+0
* raise an error if the old router draw method is used, along with a message ad...Josh Kalderimis2011-05-031-0/+6
* Action Pack typos.R.T. Lechow2011-03-051-1/+1
* cleaning up some warnings on 1.9.3Aaron Patterson2011-02-071-2/+2
* The redirect routing method now allows for a hash of options which only chang...Josh Kalderimis2010-11-301-284/+297
* Revert "Quick fix for not escaping []s (not ideal)"Santiago Pastorino2010-11-181-3/+3
* Anchors should be allowed on constraints that are not on path segmentsCarl Lerche2010-11-161-0/+8
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-7/+7
* Remove a few tests from old router that do not make sense with the new one.José Valim2010-09-051-16/+0
* Deleted test with extended regexp - it fails with no reason, probably rack-mo...Piotr Sarnacki2010-09-051-21/+0
* Fixed 2 broken tests for router.Łukasz Strzałkowski2010-09-051-3/+3
* Removed tests for setting default value of *path in routeŁukasz Strzałkowski2010-09-051-25/+0
* Made test_generate passŁukasz Strzałkowski2010-09-051-9/+1
* If it's unused there's no reason to keep it commented. It will always remain ...Łukasz Strzałkowski2010-09-051-11/+0
* Removed rest of errors and failures in routing_test.rb. Almost all squashed, ...Łukasz Strzałkowski2010-09-051-92/+79
* Test for recognizing routes with http method setŁukasz Strzałkowski2010-09-051-1/+40
* Fixed about half of broken tests in routing_testŁukasz Strzałkowski2010-09-051-125/+82
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-348/+327
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* Support routing constraints in functional testsAndrew White2010-08-201-1/+1
* 1.9 seems to have a bug involving cloned classes and super. Fix it by not clo...Carlhuda2010-02-261-8/+12
* Rename named_url_helpers to url_helpers and url_helpers to url_forCarlhuda2010-02-261-2/+2
* Continued effort to deglobalize the routerCarlhuda2010-02-251-27/+7
* optimise_named_routes is unnecessaryJoshua Peek2010-01-131-4/+0
* Remove route loading tests since it should be tested by railtiesJoshua Peek2009-12-141-72/+0