index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
controller
/
routing_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Rails Facebook-free
Sasha Koss
2018-12-24
1
-2
/
+2
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-2
/
+2
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
*
Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future
Ryuta Kamizono
2018-07-12
1
-3
/
+0
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-2
/
+2
*
Ruby 2.4: take advantage of String#unpack1
Jeremy Daer
2018-03-01
1
-1
/
+1
*
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
[next]