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
/
lib
/
action_dispatch
/
journey
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
9
-11
/
+0
*
Remove Route#build as it wasn't used
Alberto Almagro
2019-05-22
1
-7
/
+1
*
Use keyword arguments for ActionDispatch::Journey:Route constructor
Alberto Almagro
2019-05-22
1
-3
/
+4
*
Keep part when scope option has value
Alberto Almagro
2019-05-22
2
-5
/
+6
*
Merge pull request #35975 from xithan/master
Rafael França
2019-04-15
1
-1
/
+2
|
\
|
*
mounted routes with non-word characters
xithan
2019-04-15
1
-1
/
+2
*
|
Adds named_captures to MatchData to emulate Regex
Brandon Weaver
2019-04-09
1
-0
/
+4
|
/
*
`ast` is no longer to be `nil` since #33118
Ryuta Kamizono
2019-04-05
1
-1
/
+0
*
Restrict matching with word boundary or end of string
Petri Avikainen
2019-02-05
1
-1
/
+1
*
Define word boundary for unanchored path regexp
Petri Avikainen
2019-02-05
1
-1
/
+1
*
Expand metaprogramming for Symbol, Slash and Dot.
Alberto Almagro
2018-12-07
1
-6
/
+7
*
Remove unused `Journey::Router::RoutingError`
yuuji.yaginuma
2018-11-18
1
-3
/
+0
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
2
-9
/
+9
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
2
-4
/
+4
*
Merge pull request #33054 from jboler/master
Rafael França
2018-07-03
1
-0
/
+1
|
\
|
*
Only build routes simulator when there is an AST
Jonathan Boler
2018-06-04
1
-0
/
+1
*
|
Fix bug with eager_load in development environment
Dan Jensen
2018-06-11
1
-1
/
+1
|
/
*
Remove 7 years old note-to-self by tenderlove
utilum
2018-05-22
1
-2
/
+0
*
Fix array routing constraints
fatkodima
2018-02-17
1
-2
/
+2
*
Write the code in a more natural way.
Rafael Mendonça França
2018-02-16
1
-2
/
+2
*
PERF: reduce retained objects in Journey
Sam
2018-02-16
1
-2
/
+2
*
correct the dedup code
Sam
2018-02-15
1
-3
/
+3
*
Revert "Revert "Merge pull request #31999 from SamSaffron/patch-1""
Rafael Mendonça França
2018-02-15
1
-4
/
+11
*
Revert "Merge pull request #31999 from SamSaffron/patch-1"
Rafael Mendonça França
2018-02-15
1
-11
/
+4
*
PERF: dedupe scanned route fragments
Sam
2018-02-15
1
-4
/
+11
*
Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future
Ryuta Kamizono
2017-12-14
1
-10
/
+10
*
removed unnecessary returns
Shuhei Kitagawa
2017-10-28
1
-1
/
+1
*
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
9
-16
/
+16
*
Update links to use https link instead of http [ci skip]
Yoshiyuki Hirano
2017-08-22
1
-1
/
+1
*
Path parameters should default to UTF8
eileencodes
2017-08-01
1
-1
/
+6
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
14
-1
/
+29
*
normalize_path used to be nil tolerant
Akira Matsuda
2017-07-12
1
-0
/
+1
*
[Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
3
-0
/
+3
*
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
2
-3
/
+5
*
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
1
-3
/
+3
|
\
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
16
-16
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
16
-0
/
+16
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
16
-0
/
+16
|
*
|
Make ActionView frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
|
*
|
Make ActionMailer frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
|
*
|
Make ActiveModel frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
|
|
/
*
/
[Action Dispatch] require => require_relative
Akira Matsuda
2017-07-01
9
-16
/
+16
|
/
*
Merge pull request #29191 from bogdanvlviv/pass_params_filename_lineno_to_cla...
Kasper Timm Hansen
2017-05-29
1
-5
/
+5
|
\
|
*
Pass params __FILE__ and __LINE__ + 1 if class_eval with <<
bogdanvlviv
2017-05-29
1
-5
/
+5
*
|
Merge pull request #29176 from bogdanvlviv/define-path-with__dir__
Matthew Draper
2017-05-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-1
/
+1
*
|
Remove unused simulate method
eileencodes
2017-05-22
1
-8
/
+0
|
/
*
Maintain original encoding from path
eileencodes
2017-05-12
1
-0
/
+2
*
Remove `:doc:` in `:nodoc:` class [ci skip]
Ryuta Kamizono
2017-05-01
1
-2
/
+2
*
Add period
Jon Moss
2017-04-30
1
-1
/
+1
[next]