| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Merge pull request #20584 from arthurnn/fix_url" | Arthur Neves | 2015-06-17 | 1 | -7/+0 |
* | Catch InvalidURIError on bad paths on redirect. | Arthur Neves | 2015-06-16 | 1 | -0/+7 |
* | extract required_defaults from the conditions hash before constructing the route | Aaron Patterson | 2015-06-08 | 3 | -48/+48 |
* | Prefer assert_not over refute | Rafael Mendonça França | 2015-05-18 | 1 | -1/+1 |
* | ActionDispatch::Journey::Routes#empty? test cases | Valentine Valyaeff | 2015-05-19 | 1 | -0/+2 |
* | Silence ambiguous first argument warning | Prem Sichanugrist | 2015-05-04 | 1 | -1/+1 |
* | Merge pull request #18392 from brainopia/fix_route_requirements | Arthur Nogueira Neves | 2015-04-27 | 1 | -0/+8 |
|\ |
|
| * | Correct route requirements by overriding defaultls (fixes #18373) | brainopia | 2015-01-08 | 1 | -0/+8 |
* | | sort_by instead of sort | Yang Bo | 2015-04-08 | 1 | -0/+27 |
* | | Merge pull request #15806 from tgxworld/partition_routes_during_setup | Aaron Patterson | 2015-03-02 | 1 | -0/+21 |
|\ \ |
|
| * | | Partition routes during setup. | Guo Xiang Tan | 2015-02-26 | 1 | -0/+21 |
* | | | Remove unneeded comment. [ci skip] | Zoltan Kiss | 2015-03-02 | 1 | -1/+0 |
|/ / |
|
* / | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 1 | -1/+0 |
|/ |
|
* | make OR in journey patterns compile to a valid regular expression | Konstantin Haase | 2014-11-29 | 1 | -0/+2 |
* | Fix cases where the wrong name is passed to `Formatter#generate` | Godfrey Chan | 2014-11-23 | 1 | -1/+1 |
* | fix url generation error message | Accessd | 2014-10-21 | 1 | -0/+10 |
* | Improve Journey compliance to RFC 3986 | Nicolas Cavigneaux | 2014-10-14 | 1 | -6/+19 |
* | Improve router test. | Guo Xiang Tan | 2014-08-21 | 1 | -6/+11 |
* | Avoid duplicating routes for HEAD requests. | Guo Xiang Tan | 2014-08-21 | 1 | -1/+20 |
* | Force encoding of US-ASCII to UTF-8 in unescape_uri. | Karl Entwistle | 2014-07-10 | 1 | -0/+5 |
* | remove warnings | Kuldeep Aggarwal | 2014-06-12 | 1 | -2/+0 |
* | no more is_a checks on instantiation | Aaron Patterson | 2014-05-29 | 1 | -4/+0 |
* | Path::Pattern is instantiated internally, so make the contructor require a st... | Aaron Patterson | 2014-05-29 | 4 | -39/+43 |
* | Strexp#names is only used in a test, so rm | Aaron Patterson | 2014-05-29 | 1 | -32/+0 |
* | add an alternate constructor to Strexp that takes a string | Aaron Patterson | 2014-05-29 | 4 | -31/+31 |
* | Remove TODO. | Guo Xiang Tan | 2014-05-28 | 1 | -11/+1 |
* | pass the request object to the application | Aaron Patterson | 2014-05-25 | 1 | -2/+5 |
* | push is_a?(Dispatcher) check in to one place | Aaron Patterson | 2014-05-24 | 1 | -0/+1 |
* | glob_param is never used, so rm | Aaron Patterson | 2014-05-23 | 1 | -1/+5 |
* | decouple the router object from the request class | Aaron Patterson | 2014-05-23 | 1 | -14/+6 |
* | pass the correct custom request to the recognize method | Aaron Patterson | 2014-05-23 | 1 | -13/+10 |
* | switch to the `serve` method so we can remove the request class (eventually) | Aaron Patterson | 2014-05-23 | 1 | -2/+6 |
* | remove NullRequest and just always pass a request class | Aaron Patterson | 2014-05-23 | 1 | -3/+7 |
* | use the request object since we have it | Aaron Patterson | 2014-05-23 | 1 | -1/+3 |
* | middle variable is never used, so rm | Aaron Patterson | 2014-05-21 | 1 | -14/+14 |
* | we don't use this parameter for anything, so rm | Aaron Patterson | 2014-05-20 | 1 | -20/+19 |
* | Make URL escaping more consistent | Andrew White | 2014-04-20 | 2 | -1/+16 |
* | Always escape string passed to url helper. | edogawaconan | 2014-04-20 | 1 | -2/+2 |
* | Eliminate `JSON.{parse,load,generate,dump}` and `def to_json` | Godfrey Chan | 2013-11-05 | 1 | -2/+2 |
* | Correct error in Utils.normalize_path that changed paths improperly | Josh Symonds | 2013-10-23 | 1 | -0/+8 |
* | Skip Rack applications and redirects when generating urls | Andrew White | 2013-07-16 | 1 | -9/+13 |
* | Make ActionDispatch::Journey::Path::Pattern#new raise more meaningful excepti... | zires | 2013-02-27 | 1 | -0/+4 |
* | Change the behavior of route defaults | Andrew White | 2013-01-15 | 1 | -5/+8 |
* | Raise correct exception now Journey is integrated. | Andrew White | 2013-01-15 | 1 | -4/+4 |
* | Use ActiveSupport::TestCase in the journey tests | Rafael Mendonça França | 2012-12-31 | 13 | -13/+13 |
* | Alias refute methods to assert_not and perfer assert_not on tests | Rafael Mendonça França | 2012-12-31 | 7 | -17/+17 |
* | Integrate Journey into Action Dispatch | Andrew White | 2012-12-19 | 13 | -0/+1615 |