| Commit message (Expand) | Author | Age | Files | Lines |
* | 1.9 seems to have a bug involving cloned classes and super. Fix it by not clo... | Carlhuda | 2010-02-26 | 1 | -8/+12 |
* | Rename named_url_helpers to url_helpers and url_helpers to url_for | Carlhuda | 2010-02-26 | 1 | -2/+2 |
* | Continued effort to deglobalize the router | Carlhuda | 2010-02-25 | 1 | -27/+7 |
* | optimise_named_routes is unnecessary | Joshua Peek | 2010-01-13 | 1 | -4/+0 |
* | Remove route loading tests since it should be tested by railties | Joshua Peek | 2009-12-14 | 1 | -72/+0 |
* | Remove fancy method not allowed resource exceptions since they are | Joshua Peek | 2009-12-11 | 1 | -6/+3 |
* | Kill RouteSet#recognize | Joshua Peek | 2009-12-10 | 1 | -126/+68 |
* | Deprecate recalling generation params when the defaults are nil | Joshua Peek | 2009-12-06 | 1 | -3/+1 |
* | Update rackmount to fix some pending tests | Joshua Peek | 2009-12-05 | 1 | -13/+9 |
* | Stop escaping "[]" in query string | Joshua Peek | 2009-12-02 | 1 | -3/+3 |
* | Make recognize try to constantize controller to see if it exists | Joshua Peek | 2009-12-01 | 1 | -2/+0 |
* | Fix generating params with optional defaults [#3404 state:resolved] | Joshua Peek | 2009-12-01 | 1 | -3/+1 |
* | Privatize Routing.possible_controllers and fix brittle url helper | Joshua Peek | 2009-11-23 | 1 | -24/+0 |
* | Remove inflection reloads routes test | Joshua Peek | 2009-11-23 | 1 | -7/+0 |
* | Pending test now passing | Jeremy Kemper | 2009-11-23 | 1 | -8/+6 |
* | Extended and case insensitive regexp routes aren't that important. | Joshua Peek | 2009-11-19 | 1 | -15/+24 |
* | Add pending test for generating routes with optional params that recall last | Joshua Peek | 2009-11-09 | 1 | -0/+36 |
* | Add pending test for route generation with default param | Joshua Peek | 2009-11-09 | 1 | -0/+16 |
* | Ruby 1.9: don't assume params are US-ASCII. Hands off the encoding. | Jeremy Kemper | 2009-11-04 | 1 | -0/+1 |
* | Start migrating AC routing tests into dispatch folder | Joshua Peek | 2009-10-27 | 1 | -332/+0 |
* | New routing dsl | Joshua Peek | 2009-10-20 | 1 | -0/+332 |
* | Donate tests I wrote for rackmount rails integration | Joshua Peek | 2009-10-20 | 1 | -2/+312 |
* | Replace decaying routing internals w/ rack-mount | Joshua Peek | 2009-10-19 | 1 | -27/+0 |
* | Kill routing tests expecting path to be unescaped. Most rack servers already ... | Joshua Peek | 2009-10-19 | 1 | -50/+12 |
* | Relax generation requirements and only enforce the requirements used in the p... | Joshua Peek | 2009-10-18 | 1 | -13/+0 |
* | Don't use use_controllers in routing tests | Joshua Peek | 2009-10-18 | 1 | -4/+4 |
* | This is routing error message test is tightly coupled to the implementation. ... | Joshua Peek | 2009-10-17 | 1 | -16/+1 |
* | Drop legacy support for case insensitive controller recognition | Joshua Peek | 2009-10-17 | 1 | -11/+0 |
* | Fix brittle query string comparisons | Joshua Peek | 2009-10-17 | 1 | -7/+18 |
* | Fix standalone run of routing test. Only reference controllers that are provi... | Joshua Peek | 2009-10-17 | 1 | -8/+8 |
* | Stop using with_controllers in tests | Joshua Peek | 2009-10-17 | 1 | -96/+72 |
* | No longer need this special routing exception message because these kinds of ... | Joshua Peek | 2009-10-17 | 1 | -13/+0 |
* | Drop support for routing :generate_all | Joshua Peek | 2009-10-17 | 1 | -14/+0 |
* | Invalid route requirements should always raise an exception even if they are ... | Joshua Peek | 2009-10-17 | 1 | -8/+0 |
* | Kill mock routing assertion that tests router implementation | Joshua Peek | 2009-10-10 | 1 | -13/+0 |
* | Relative url generations are covered more thoroughly by url rewriter tests | Joshua Peek | 2009-10-10 | 1 | -12/+0 |
* | Drop implementation specific routing test assertions | Joshua Peek | 2009-10-10 | 1 | -3/+0 |
* | Avoid creating new controller constants during test runtime. All routable con... | Joshua Peek | 2009-10-03 | 1 | -59/+3 |
* | Use draw/connect mapper api instead of directly using add_named_route | Joshua Peek | 2009-09-06 | 1 | -12/+34 |
* | Fix failing isolated routing test | Joshua Peek | 2009-09-05 | 1 | -16/+16 |
* | Track all AC base subclasses as possible controllers for internal testing | Joshua Peek | 2009-08-25 | 1 | -70/+16 |
* | Cleanup route reloading in tests. Prefer with_routing over using ActionContro... | Joshua Peek | 2009-08-16 | 1 | -2/+1 |
* | Axe "best fit" generation support | Joshua Peek | 2009-08-15 | 1 | -12/+0 |
* | Attempt to rewrite most of the highly coupled router segments tests | Joshua Peek | 2009-08-14 | 1 | -741/+221 |
* | Kill routing timed tests | Joshua Peek | 2009-08-14 | 1 | -50/+3 |
* | Deprecate router generation "best match" sorting | Joshua Peek | 2009-08-09 | 1 | -3/+5 |
* | Ruby 1.9 compat: fix route recognition encoding test | Jeremy Kemper | 2009-08-07 | 1 | -1/+1 |
* | Allow symbols on routes declaration (:controller and :action values) [#2828 s... | Jesús García Sáez | 2009-07-02 | 1 | -0/+10 |
* | Accept Symbol for contoller name [#2855 state:resolved] | Yehuda Katz + Carl Lerche | 2009-07-01 | 1 | -0/+11 |
* | ActionPack components should no longer have undeclared dependencies. | Yehuda Katz + Carl Lerche | 2009-06-08 | 1 | -4/+4 |