| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid inspecting the whole route set, closes #1525 | José Valim | 2012-02-23 | 1 | -0/+6 |
* | Merge pull request #5084 from johndouthat/patch-1 | Aaron Patterson | 2012-02-22 | 1 | -2/+1 |
* | Merge pull request #4988 from kennyj/fix_4720-3 | Aaron Patterson | 2012-02-10 | 1 | -0/+5 |
* | Fixed force_ssl redirects to include original query params | Ryan McGeary | 2012-02-06 | 1 | -0/+1 |
* | Merge pull request #4908 from kennyj/fix_3864 | José Valim | 2012-02-06 | 1 | -1/+1 |
* | Added custom regexps to ASTs that have literal nodes on either side of | Aaron Patterson | 2012-01-23 | 1 | -1/+20 |
* | Revert "Named Routes shouldn't override existing ones (currently route recogn... | Aaron Patterson | 2012-01-03 | 1 | -1/+1 |
* | Move symbolize keys to the inner options as we can assume url_options will be... | José Valim | 2011-12-08 | 1 | -1/+1 |
* | Named Routes shouldn't override existing ones (currently route recognition go... | Andy Jeffries | 2011-12-05 | 1 | -1/+1 |
* | Fix typo in Dispatcher#controller documentation | Aviv Ben-Yosef | 2011-11-01 | 1 | -1/+1 |
* | Leave escaping up to Journey | Jeremy Kemper | 2011-10-13 | 1 | -4/+3 |
* | fix require | Aaron Patterson | 2011-10-06 | 1 | -1/+1 |
* | Fix named routes modifying arguments | Pawel Pierzchala | 2011-09-22 | 1 | -3/+4 |
* | removing backwards compatibility module | Aaron Patterson | 2011-09-12 | 1 | -5/+4 |
* | unfactor the Route class to private factory methods | Aaron Patterson | 2011-09-12 | 1 | -5/+42 |
* | reduce dependencies of external objects in the Route class | Aaron Patterson | 2011-09-12 | 1 | -3/+3 |
* | delete unused code, pass path explicitly to journey | Aaron Patterson | 2011-09-12 | 1 | -1/+2 |
* | all routes can be stored in the Journey Routes object | Aaron Patterson | 2011-09-12 | 1 | -5/+4 |
* | clear! does not need to be called from initialize | Aaron Patterson | 2011-09-12 | 1 | -4/+3 |
* | reuse the route collection and formatter by clearing them | Aaron Patterson | 2011-09-12 | 1 | -6/+10 |
* | Instantiate each part of our routing system: | Aaron Patterson | 2011-09-12 | 1 | -7/+8 |
* | stop freezing the routes | Aaron Patterson | 2011-09-12 | 1 | -1/+0 |
* | stop using a hash for parameterizing | Aaron Patterson | 2011-09-12 | 1 | -11/+9 |
* | Switching rack-mount to journey. | Aaron Patterson | 2011-09-12 | 1 | -1/+2 |
* | TODO fix explicitly loading exceptations, autoload removed | Vishnu Atrai | 2011-07-11 | 1 | -0/+1 |
* | prepend the assets route instead of appending, closes #436 | José Valim | 2011-05-08 | 1 | -3/+6 |
* | Use #remove_possible_method instead here | Sebastian Martinez | 2011-05-04 | 1 | -2/+3 |
* | raise an error if the old router draw method is used, along with a message ad... | Josh Kalderimis | 2011-05-03 | 1 | -0/+5 |
* | Explicitly define main_app proxy | Piotr Sarnacki | 2011-04-25 | 1 | -2/+1 |
* | stop being clever and just call methods on the Route object | Aaron Patterson | 2011-03-08 | 1 | -1/+1 |
* | Raise ArgumentError if route name is invalid [#6517 state:resolved] | Andrew White | 2011-03-06 | 1 | -0/+2 |
* | use newer class cache api | Aaron Patterson | 2011-03-02 | 1 | -1/+1 |
* | refactor Reference to a ClassCache object, fix lazy lookup in Middleware so t... | Aaron Patterson | 2011-03-01 | 1 | -2/+3 |
* | Fix assert_recognizes with block constraints [#5805 state:resolved] | Andrew White | 2011-02-13 | 1 | -1/+3 |
* | use raise to create exceptions and to set the backtrace | Aaron Patterson | 2011-01-12 | 1 | -1/+1 |
* | The redirect routing method now allows for a hash of options which only chang... | Josh Kalderimis | 2010-11-30 | 1 | -44/+18 |
* | Speed up subdomain and domain calculus. | José Valim | 2010-11-23 | 1 | -14/+6 |
* | :subdomain, :domain and :tld_length options can now be used in url_for, allow... | Josh Kalderimis | 2010-11-23 | 1 | -6/+32 |
* | Properly reload routes defined in class definition | Piotr Sarnacki | 2010-09-30 | 1 | -0/+1 |
* | Allow mounting engines at '/' | Piotr Sarnacki | 2010-09-30 | 1 | -1/+1 |
* | Merge remote branch 'miloops/warnings' | José Valim | 2010-09-29 | 1 | -1/+1 |
|\ |
|
| * | Use redefine_method instead define_method, it may be already defined. | Emilio Tagua | 2010-09-28 | 1 | -1/+1 |
| * | Move uri parser to AS as URI.parser method to reuse it in AP and ARes. | Emilio Tagua | 2010-09-27 | 1 | -8/+2 |
* | | Move uri parser to AS as URI.parser method to reuse it in AP and ARes. | Emilio Tagua | 2010-09-28 | 1 | -8/+2 |
* | | Fix tests on 1.9.2. | José Valim | 2010-09-28 | 1 | -5/+0 |
* | | Properly initialize variables inside the initialize method. | José Valim | 2010-09-27 | 1 | -3/+8 |
|/ |
|
* | Define @_routes inside method, makes more sense and will be initialized when ... | Emilio Tagua | 2010-09-27 | 1 | -1/+1 |
* | Remove warning "URI.unescape is obsolete" from actionpack. | Emilio Tagua | 2010-09-27 | 1 | -4/+2 |
* | Merge remote branch 'miloops/warnings' | José Valim | 2010-09-27 | 1 | -2/+12 |
|\ |
|
| * | Remove old method before redefining it. | Emilio Tagua | 2010-09-27 | 1 | -0/+2 |