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
*
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
*
Add docs for Router::Utils.unescape_uri method
dixpac
2017-04-30
1
-0
/
+4
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
5
-5
/
+11
*
Correct spelling
Benjamin Fleischer
2017-02-05
1
-1
/
+1
*
Merge pull request #27647 from Shopify/fully-eagerload-journey
Rafael França
2017-01-30
3
-0
/
+22
|
\
|
*
Fully initialize routes before the first request is handled
Jean Boussier
2017-01-18
3
-0
/
+22
*
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
|
/
*
Use `next` instead of `break`; avoid terminating whole loop
Jon Moss
2016-12-29
1
-1
/
+1
*
Optimize Journey::Route#score
Ben Hughes
2016-12-28
2
-5
/
+14
*
Shave a couple of allocations off Journey scan & parse
Matthew Draper
2016-12-25
3
-203
/
+207
*
Privatize unneededly protected methods in Action Pack
Akira Matsuda
2016-12-24
1
-3
/
+3
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
8
-12
/
+12
*
Fix :stopdoc: to :startdoc: [ci skip]
Ryuta Kamizono
2016-10-28
1
-1
/
+1
*
Remove all Journey constant from public API
Rafael Mendonça França
2016-10-26
5
-7
/
+17
*
Show an "unmatched constraints" error for mismatching and present params
Chris Carter
2016-10-03
1
-1
/
+5
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-11
/
+11
*
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
1
-1
/
+1
*
Merge pull request #26156 from sfaxon/route_visualizer_fix
Rafael França
2016-08-16
1
-1
/
+3
|
\
|
*
fix Rails.application.routes.router.visualizer for router debugging
Seth Faxon
2016-08-13
1
-1
/
+3
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
3
-4
/
+4
|
/
*
revises more Lint/EndAlignment offenses
Xavier Noria
2016-08-08
1
-2
/
+2
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
5
-6
/
+4
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
4
-173
/
+173
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-1
/
+1
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
16
-53
/
+53
[next]