Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated stuff in ActionController | Carlos Antonio da Silva | 2010-09-26 | 1 | -7/+7 |
| | | | | | | This removes all deprecated classes in ActionController related to Routing, Abstract Request/Response and Integration/IntegrationTest. All tests and docs were changed to ActionDispatch instead of ActionController. | ||||
* | Remove a few tests from old router that do not make sense with the new one. | José Valim | 2010-09-05 | 1 | -16/+0 |
| | |||||
* | Deleted test with extended regexp - it fails with no reason, probably ↵ | Piotr Sarnacki | 2010-09-05 | 1 | -21/+0 |
| | | | | rack-mount is doing something weird with that regexp | ||||
* | Fixed 2 broken tests for router. | Łukasz Strzałkowski | 2010-09-05 | 1 | -3/+3 |
| | | | | They were broken after rebase/merge | ||||
* | Removed tests for setting default value of *path in route | Łukasz Strzałkowski | 2010-09-05 | 1 | -25/+0 |
| | | | | If we want to have this - we have to change Rack::Mount source | ||||
* | Made test_generate pass | Łukasz Strzałkowski | 2010-09-05 | 1 | -9/+1 |
| | | | | I've removed assertions with @routes.generate(:use_route => ...). I'm not 100% sure if not supporting :use_route in new router is intentional or it should rather be supported and backported from 2.3.x. | ||||
* | If it's unused there's no reason to keep it commented. It will always remain ↵ | Łukasz Strzałkowski | 2010-09-05 | 1 | -11/+0 |
| | | | | in git history, so removing it. | ||||
* | Removed rest of errors and failures in routing_test.rb. Almost all squashed, ↵ | Łukasz Strzałkowski | 2010-09-05 | 1 | -92/+79 |
| | | | | only few left | ||||
* | Test for recognizing routes with http method set | Łukasz Strzałkowski | 2010-09-05 | 1 | -1/+40 |
| | |||||
* | Fixed about half of broken tests in routing_test | Łukasz Strzałkowski | 2010-09-05 | 1 | -125/+82 |
| | |||||
* | Removed deprecated RouteSet API, still many tests fail | Piotr Sarnacki | 2010-09-05 | 1 | -348/+327 |
| | |||||
* | Revert "Setup explicit requires for files with exceptions. Removed them from ↵ | José Valim | 2010-09-02 | 1 | -1/+0 |
| | | | | | | | | autoloading." Booting a new Rails application does not work after this commit [#5359 state:open] This reverts commit 38a421b34d0b414564e919f67d339fac067a56e6. | ||||
* | Setup explicit requires for files with exceptions. Removed them from ↵ | Łukasz Strzałkowski | 2010-09-02 | 1 | -0/+1 |
| | | | | | | autoloading. Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Support routing constraints in functional tests | Andrew White | 2010-08-20 | 1 | -1/+1 |
| | | | | | | | | | | Extend assert_recognizes and assert_generates to support passing full urls as the path argument. This allows testing of routing constraints such as subdomain and host within functional tests. [#5005 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | 1.9 seems to have a bug involving cloned classes and super. Fix it by not ↵ | Carlhuda | 2010-02-26 | 1 | -8/+12 |
| | | | | cloning (and instead creating classes on demand). The 1.9 bug should be investigated. | ||||
* | 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 |
| | | | | too much of a hack | ||||
* | 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 |
| | | | | controller test loading. | ||||
* | 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 |
| | | | | Mark them as pending till I figure it out. | ||||
* | Add pending test for generating routes with optional params that recall last | Joshua Peek | 2009-11-09 | 1 | -0/+36 |
| | | | | request | ||||
* | 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 |
| | | | | escape PATH_INFO. | ||||
* | Relax generation requirements and only enforce the requirements used in the ↵ | Joshua Peek | 2009-10-18 | 1 | -13/+0 |
| | | | | path segment | ||||
* | 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 |
| | | | | Just test that it raises an exception. | ||||
* | 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 ↵ | Joshua Peek | 2009-10-17 | 1 | -8/+8 |
| | | | | provided in fake_controllers | ||||
* | 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 |
| | | | | ambiguous generations are deprecated | ||||
* | 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 |
| | | | | unused | ||||
* | 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 |
| |