aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use draw/connect mapper api instead of directly using add_named_routeJoshua Peek2009-09-061-12/+34
* Fix failing isolated routing testJoshua Peek2009-09-051-16/+16
* Track all AC base subclasses as possible controllers for internal testingJoshua Peek2009-08-251-70/+16
* Cleanup route reloading in tests. Prefer with_routing over using ActionContro...Joshua Peek2009-08-161-2/+1
* Axe "best fit" generation supportJoshua Peek2009-08-151-12/+0
* Attempt to rewrite most of the highly coupled router segments testsJoshua Peek2009-08-141-741/+221
* Kill routing timed testsJoshua Peek2009-08-141-50/+3
* Deprecate router generation "best match" sortingJoshua Peek2009-08-091-3/+5
* Ruby 1.9 compat: fix route recognition encoding testJeremy Kemper2009-08-071-1/+1
* Allow symbols on routes declaration (:controller and :action values) [#2828 s...Jesús García Sáez2009-07-021-0/+10
* Accept Symbol for contoller name [#2855 state:resolved]Yehuda Katz + Carl Lerche2009-07-011-0/+11
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-4/+4
* Sidestep need for Kernel#silence_warningsJeremy Kemper2009-05-301-4/+4
* Add % to RESERVED_PCHAR [#2574 state:resolved]Eduard Bondarenko2009-05-271-0/+5
* Add some more tests to the test_new_base_on_old_tests taskPratik Naik2009-05-231-0/+1
* Start moving TestRequest and TestResponse into ActionDispatchJoshua Peek2009-04-301-4/+4
* Ensure blank path_prefix works as expected [#2122 state:resolved]Andrew Bloom2009-03-091-2/+32
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-27/+27
* Support OPTIONS verb in route conditions [#1727 state:resolved]Mike Gunderloy2009-03-081-0/+8
* Generating routes with optional format segment does not inherit params format...Joshua Peek2009-03-041-0/+16
* Fix requirements regexp for path segmentsAndrew White2009-02-221-0/+24
* Remove hardcoded number_of_capturesin ControllerSegment to allow regexp requi...Andrew White2009-02-221-0/+9
* fix test data, should specify encoding to use multibyte chars on Ruby 1.9moro2009-02-201-0/+1
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-1383/+1381
* Make router and controller classes better rack citizensJoshua Peek2008-12-281-73/+60
* Added support for multiple routes files and made draw not clear the map so th...David Heinemeier Hansson2008-11-261-4/+25
* Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-231-1/+0
* Make optimized named routes respect all reserved options and tie it into UrlR...Gabe da Silveira2008-11-181-3/+9
* Allow use of :path_prefix and :name_prefix outside of namespaced routes. [#11...Tom Stuart2008-10-081-0/+21
* Ensure routing optimizations are cleared when new routes are added [#981 stat...Matt Jones2008-09-071-0/+30
* Fixes optimised named routes generating question mark followed by nothing whe...Luke Melia2008-08-311-0/+6
* Fix indentationJeremy Kemper2008-08-281-22/+20
* Routes may be restricted to lists of HTTP methods instead of a single method ...Brennan Dunn2008-08-281-0/+25
* Prepare Route#generate and Route#recognize early. Also refactor segments a bi...Joshua Peek2008-07-281-96/+55
* Routing whitespace cleanupJoshua Peek2008-07-281-0/+1
* AbstractRequest.relative_url_root is no longer automatically configured by a ...Joshua Peek2008-07-241-7/+3
* Raise ArgumentError if an invalid method is specified as part of a route's co...Tom Ward2008-07-181-0/+16
* Use :namespace instead of :path_prefix for finding controller. [#544 state:re...Tarmo Tänav2008-07-031-0/+20
* Wrap CGIResponse, LegacyRouteSet, Route, RouteSet and RouteLoading tests insi...Joshua Peek2008-06-071-1630/+1601
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-2/+2
* Ensure routing generator works with non-string keys. [#172 state:resolved]Sven Fuchs2008-05-161-0/+7
* Escape globbed parameters in routes correctly.Chris Roos2008-05-101-5/+7
* Made the location of the routes file configurable with config.routes_configur...David Heinemeier Hansson2008-05-011-0/+10
* Added support for regexp flags like ignoring case in the :requirements part o...David Heinemeier Hansson2008-03-281-2/+144
* Fix an edge case with extra periods in Routing.normalize_paths. Closes #11337...Jeremy Kemper2008-03-211-4/+4
* Make it simpler to make the root route an alias for another route. Closes #...Michael Koziarski2008-01-261-0/+24
* Add timing test for large restful route recognition. References #10835 [olega...Jeremy Kemper2008-01-191-8/+35
* Ruby 1.9 compat: don't rely on Array#to_s to flatten and join as stringJeremy Kemper2008-01-071-2/+2
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-2/+2
* Fixes for standalone testsJeremy Kemper2007-12-151-3/+9