| Commit message (Expand) | Author | Age | Files | Lines |
* | We should call methods with `.method_name` not `::method_name`. | utilum | 2018-02-22 | 1 | -1/+1 |
* | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more | Ryuta Kamizono | 2017-12-12 | 1 | -2/+2 |
* | Correct routing test spelling mistake. | Philip Tolton | 2017-12-06 | 1 | -1/+1 |
* | Path parameters should default to UTF8 | eileencodes | 2017-08-01 | 1 | -0/+16 |
* | [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 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -6/+6 |
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria] | Xavier Noria | 2016-09-01 | 1 | -2/+2 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -140/+140 |
* | Fix broken alignments caused by auto-correct commit 411ccbd | Ryuta Kamizono | 2016-08-10 | 1 | -3/+6 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 1 | -96/+90 |
* | modernizes hash syntax in actionpack | Xavier Noria | 2016-08-06 | 1 | -406/+406 |
* | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 1 | -499/+499 |
* | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 1 | -1/+1 |
* | Merge pull request #23103 from rails/refactor-handling-of-action-default | Jeremy Daer | 2016-04-24 | 1 | -2/+2 |
|\ |
|
| * | Refactor handling of :action default in routing | Andrew White | 2016-02-16 | 1 | -2/+2 |
* | | Deprecate :controller and :action path parameters | Andrew White | 2016-03-01 | 1 | -71/+171 |
|/ |
|
* | Revert "Remove literal? check to fix issue with prefixed optionals" | eileencodes | 2016-01-20 | 1 | -12/+0 |
* | Remove literal? check to fix issue with prefixed optionals | eileencodes | 2016-01-16 | 1 | -0/+12 |
* | Remove arity check for `RouteSet#draw` | yui-knk | 2015-11-21 | 1 | -6/+0 |
* | Merge pull request #21094 from aditya-kapoor/add-missing-ap-tests | Rafael Mendonça França | 2015-08-25 | 1 | -0/+10 |
|\ |
|
| * | add missing tests for action regexp | Aditya Kapoor | 2015-08-02 | 1 | -0/+10 |
* | | use `make_set` helper method to generate route sets | Aaron Patterson | 2015-08-24 | 1 | -31/+1 |
* | | Merge pull request #21106 from amitsuroliya/fix_routing_test | Andrew White | 2015-08-21 | 1 | -6/+0 |
|\ \ |
|
| * | | Remove duplicity in tests | amitkumarsuroliya | 2015-08-03 | 1 | -6/+0 |
| |/ |
|
* / | Add missing assertion for test_route_with_colon_first | Aditya Kapoor | 2015-08-03 | 1 | -2/+4 |
|/ |
|
* | Why do we add a top-level constant here? | Akira Matsuda | 2015-04-25 | 1 | -5/+3 |
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 1 | -1/+0 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -4/+4 |
* | Fix cases where the wrong name is passed to `Formatter#generate` | Godfrey Chan | 2014-11-23 | 1 | -1/+1 |
* | Anchor should not be appended when set to nil/false. | Guo Xiang Tan | 2014-11-23 | 1 | -0/+3 |
* | stop calling url_for with recall parameters and actually use a request | Aaron Patterson | 2014-07-15 | 1 | -82/+123 |
* | execute a request and check the path_parameters | Aaron Patterson | 2014-07-15 | 1 | -17/+59 |
* | set `set` in the setup method | Aaron Patterson | 2014-07-15 | 1 | -2/+5 |
* | remove useless ivar set | Aaron Patterson | 2014-07-15 | 1 | -1/+0 |
* | remove warnings | Kuldeep Aggarwal | 2014-06-12 | 1 | -1/+0 |
* | add tests for nested lambda constraints | Aaron Patterson | 2014-06-03 | 1 | -0/+27 |
* | PARAMETERS_KEY is only used in the request, so move the constant there | Aaron Patterson | 2014-05-27 | 1 | -5/+5 |
* | just call the method and assert the return value | Aaron Patterson | 2014-05-09 | 1 | -8/+1 |
* | Prefer assert_raise instead of flunk + rescue to test for exceptions | Carlos Antonio da Silva | 2013-12-19 | 1 | -10/+3 |
* | Eliminate `JSON.{parse,load,generate,dump}` and `def to_json` | Godfrey Chan | 2013-11-05 | 1 | -14/+15 |
* | Fix an issue where router can't recognize downcased url encoding path. | kennyj | 2013-09-19 | 1 | -0/+4 |
* | fix request methods test | Vipul A M | 2013-03-31 | 1 | -6/+2 |
* | Update tests for #9704, named route collisions | Jeremy Kemper | 2013-03-24 | 1 | -5/+6 |
* | Add tests for #9441 | Francesco Rodriguez | 2013-02-26 | 1 | -0/+16 |
* | do not append a second slash when using | Yves Senn | 2013-01-02 | 1 | -6/+16 |