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
Commit message (
Expand
)
Author
Age
Files
Lines
*
adds missing comma in assert call
Xavier Noria
2016-08-07
1
-2
/
+2
*
copy-edits an exception message
Xavier Noria
2016-08-07
1
-1
/
+1
*
Assign config on base instead of on `@controller`.
Kasper Timm Hansen
2016-08-07
1
-1
/
+1
*
Extract common view cache dependency setup.
Kasper Timm Hansen
2016-08-07
1
-8
/
+9
*
Add changelog entry to Action Pack as well.
Kasper Timm Hansen
2016-08-07
1
-0
/
+24
*
Move CHANGELOG entry to the top.
Kasper Timm Hansen
2016-08-07
1
-11
/
+11
*
Add back unintentionally removed newline.
Kasper Timm Hansen
2016-08-07
1
-0
/
+1
*
Merge pull request #25825 from st0012/partial-cache
Kasper Timm Hansen
2016-08-07
11
-25
/
+151
|
\
|
*
Modify LogSubscriber for single partial's cache message.
Stan Lo
2016-08-08
11
-25
/
+151
*
|
Merge pull request #26003 from darkbaby123/fix_xhr_overwrite_headers_in_test
Kasper Timm Hansen
2016-08-07
3
-4
/
+26
|
\
\
|
|
/
|
/
|
|
*
Fix Accept header overridden when "xhr: true" in integration test
David Chen
2016-08-07
3
-4
/
+26
*
|
Merge pull request #26076 from yui-knk/privatize_expand
Kasper Timm Hansen
2016-08-07
1
-10
/
+10
|
\
\
|
*
|
`ActiveRecord::PredicateBuilder#expand` to be private
yui-knk
2016-08-07
1
-10
/
+10
*
|
|
Merge pull request #24260 from y-yagi/show_error_message_when_error_raised_in...
Kasper Timm Hansen
2016-08-07
2
-5
/
+9
|
\
\
\
|
*
|
|
show error message when error raised in rails runner
yuuji.yaginuma
2016-08-03
2
-5
/
+9
*
|
|
|
Defer requiring Rake until it's needed.
Kasper Timm Hansen
2016-08-07
1
-1
/
+8
|
|
_
|
/
|
/
|
|
*
|
|
Fix a typo
Vijay Dev
2016-08-07
1
-1
/
+1
*
|
|
Merge pull request #26077 from kamipo/add_stype_empty_lines
Xavier Noria
2016-08-07
76
-90
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
76
-90
/
+4
|
/
/
*
|
Merge pull request #26073 from kamipo/revert_passing_splat_binds_for_arel_node
Sean Griffin
2016-08-06
4
-13
/
+11
|
\
\
|
*
|
Revert passing arel node with splat binds for `where`
Ryuta Kamizono
2016-08-06
2
-3
/
+5
|
*
|
Don't passing a nil value to `case_sensitive_comparison`
Ryuta Kamizono
2016-08-06
3
-13
/
+9
*
|
|
Merge pull request #26060 from siong1987/minor/puma-config
Guillermo Iguaran
2016-08-06
1
-1
/
+1
|
\
\
\
|
*
|
|
.to_i is unnecessary.
Teng Siong Ong
2016-08-04
1
-1
/
+1
*
|
|
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
261
-664
/
+434
*
|
|
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
463
-11661
/
+11638
*
|
|
|
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
100
-563
/
+486
*
|
|
|
modernizes hash syntax in the rest of the project
Xavier Noria
2016-08-06
3
-16
/
+16
*
|
|
|
modernizes hash syntax in guides
Xavier Noria
2016-08-06
5
-11
/
+11
*
|
|
|
modernizes hash syntax in railties
Xavier Noria
2016-08-06
8
-29
/
+29
*
|
|
|
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
57
-1040
/
+1040
*
|
|
|
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
202
-2408
/
+2404
*
|
|
|
modernizes hash syntax in activemodel
Xavier Noria
2016-08-06
4
-7
/
+7
*
|
|
|
modernizes hash syntax in activejob
Xavier Noria
2016-08-06
3
-12
/
+12
*
|
|
|
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
68
-1123
/
+1123
*
|
|
|
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
95
-2062
/
+2062
*
|
|
|
modernizes hash syntax in actioncable
Xavier Noria
2016-08-06
1
-2
/
+2
*
|
|
|
applies new string literal convention to the rest of the project
Xavier Noria
2016-08-06
15
-149
/
+149
*
|
|
|
applies new string literal convention in the gemspecs
Xavier Noria
2016-08-06
10
-166
/
+166
*
|
|
|
applies new string literal convention in Gemfile
Xavier Noria
2016-08-06
1
-61
/
+61
*
|
|
|
applies new string literal convention in tools
Xavier Noria
2016-08-06
3
-19
/
+19
*
|
|
|
applies new string literal convention in tasks
Xavier Noria
2016-08-06
1
-24
/
+24
*
|
|
|
applies new string literal convention in guides
Xavier Noria
2016-08-06
15
-160
/
+160
*
|
|
|
applies new string literal convention in ci
Xavier Noria
2016-08-06
1
-38
/
+38
*
|
|
|
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
95
-1595
/
+1595
*
|
|
|
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
105
-628
/
+628
*
|
|
|
applies new string literal convention in actioncable/test
Xavier Noria
2016-08-06
29
-260
/
+260
*
|
|
|
applies new string literal convention in actioncable/lib
Xavier Noria
2016-08-06
28
-90
/
+90
*
|
|
|
applies new string literal convention in actionmailer/test
Xavier Noria
2016-08-06
17
-257
/
+257
*
|
|
|
applies new string literal convention in actionmailer/lib
Xavier Noria
2016-08-06
15
-47
/
+47
[next]