| Commit message (Expand) | Author | Age | Files | Lines |
* | Add test case for the `|` token in Journey scanner | vaidehijoshi | 2018-06-18 | 1 | -0/+6 |
* | Fix bug with eager_load in development environment | Dan Jensen | 2018-06-11 | 1 | -0/+9 |
* | Break up Journey's scanner test | vaidehijoshi | 2018-04-24 | 1 | -47/+50 |
* | Use assert_empty and assert_not_empty | Daniel Colson | 2018-01-25 | 1 | -3/+3 |
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 2 | -3/+3 |
* | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future | Ryuta Kamizono | 2017-12-14 | 1 | -1/+1 |
* | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 1 | -5/+5 |
* | Use File::NULL instead of "/dev/null" | Kazuhiro NISHIYAMA | 2017-07-31 | 1 | -1/+1 |
* | Use frozen string literal in actionpack/ | Kir Shatrov | 2017-07-29 | 12 | -1/+23 |
* | normalize_path used to be nil tolerant | Akira Matsuda | 2017-07-12 | 1 | -0/+4 |
* | [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Prepare AP and AR to be frozen string friendly | Kir Shatrov | 2017-07-06 | 1 | -1/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 12 | -12/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 12 | -0/+12 |
* | Remove unused simulate method | eileencodes | 2017-05-22 | 1 | -13/+21 |
* | Maintain original encoding from path | eileencodes | 2017-05-12 | 1 | -0/+5 |
* | Properly escape test names | Akira Matsuda | 2017-02-02 | 1 | -3/+3 |
* | Optimize Journey::Route#score | Ben Hughes | 2016-12-28 | 1 | -1/+1 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 7 | -22/+22 |
* | Show an "unmatched constraints" error for mismatching and present params | Chris Carter | 2016-10-03 | 1 | -1/+1 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 5 | -26/+26 |
* | Fix broken alignments caused by auto-correct commit 411ccbd | Ryuta Kamizono | 2016-08-10 | 1 | -2/+4 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 7 | -13/+13 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 4 | -65/+65 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 2 | -25/+21 |
* | modernizes hash syntax in actionpack | Xavier Noria | 2016-08-06 | 3 | -79/+79 |
* | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 12 | -354/+354 |
* | Deprecate :controller and :action path parameters | Andrew White | 2016-03-01 | 1 | -61/+69 |
* | Remove TestRouter#add_routes | akihiro17 | 2015-09-29 | 1 | -11/+0 |
* | File encoding is defaulted to utf-8 in Ruby >= 2.1 | Akira Matsuda | 2015-09-18 | 1 | -1/+0 |
* | symbols will always be constructed with strings. :bomb: | Aaron Patterson | 2015-08-18 | 1 | -1/+1 |
* | routes are always constructed with a hash for the conditions | Aaron Patterson | 2015-08-17 | 1 | -1/+1 |
* | introduce an alternate constructor for Route objects | Aaron Patterson | 2015-08-17 | 1 | -12/+12 |
* | default pattern to use a joined string | Aaron Patterson | 2015-08-17 | 2 | -13/+15 |
* | use the mapper to build the routing table | Aaron Patterson | 2015-08-15 | 2 | -231/+103 |
* | only keep one hash of named routes | Aaron Patterson | 2015-08-14 | 2 | -13/+14 |
* | rm add_route2 | Aaron Patterson | 2015-08-14 | 2 | -41/+51 |
* | use predicate methods instead of hard coding verb strings | Aaron Patterson | 2015-08-14 | 1 | -5/+4 |
* | remove Strexp | Aaron Patterson | 2015-08-13 | 4 | -74/+61 |
* | pass anchor directly to `Pattern` | Aaron Patterson | 2015-08-13 | 4 | -39/+38 |
* | 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 |
|\ \ |
|