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
*
Address `ORA-01795: maximum number of expressions in a list is 1000`
Yasuo Honda
2019-04-11
4
-0
/
+138
*
Don't repeat same expression in SELECT and GROUP BY clauses
Ryuta Kamizono
2019-04-06
1
-26
/
+20
*
There is no need to check `null_relation?` in `empty_scope?`
Ryuta Kamizono
2019-04-06
3
-1
/
+8
*
Association loading isn't to be affected by null relation scoping
Ryuta Kamizono
2019-04-06
3
-3
/
+31
*
Merge pull request #35868 from kamipo/association_isnt_to_be_affected_by_scop...
Ryuta Kamizono
2019-04-06
4
-8
/
+48
|
\
|
*
Association loading isn't to be affected by scoping consistently
Ryuta Kamizono
2019-04-05
4
-8
/
+48
*
|
The default value without loading railtie is false [ci skip] (#35881)
प्रथमेश Sonpatki
2019-04-05
1
-1
/
+1
*
|
Merge pull request #35873 from prathamesh-sonpatki/enqueuing-fixes
Eileen M. Uchitelle
2019-04-05
2
-2
/
+2
|
\
\
|
*
|
Fix the deprecation warning about `config.active_job.return_false_on_aborted_...
Prathamesh Sonpatki
2019-04-05
2
-2
/
+2
*
|
|
Merge pull request #35876 from abhaynikam/fix-typo-for-touch-later-test-case
Ryuta Kamizono
2019-04-05
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix typo for touch later test description. laster -> later
Abhay Nikam
2019-04-05
1
-1
/
+1
|
/
/
/
*
|
|
Add Active Job release notes [ci skip] (#35872)
प्रथमेश Sonpatki
2019-04-05
2
-2
/
+48
*
|
|
Merge pull request #35871 from kamipo/klass_level_touch_all
Ryuta Kamizono
2019-04-05
3
-2
/
+34
|
\
\
\
|
*
|
|
Add missing `touch_all` delegation to relation
Ryuta Kamizono
2019-04-05
3
-2
/
+34
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #35870 from abhaynikam/mark-touch-later-as-private-doc
Ryuta Kamizono
2019-04-05
1
-1
/
+1
|
\
\
\
|
*
|
|
[ci skip] Mark ActiveRecord::TouchLater as private doc
Abhay Nikam
2019-04-05
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #35867 from y-yagi/do_not_exclude_paths_in_global_level
Yuji Yaginuma
2019-04-05
1
-6
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Do not exclude paths in the global level of Code Climate
yuuji.yaginuma
2019-04-05
1
-6
/
+0
|
/
/
*
|
`preloaded_records` no longer includes `nil` since #35496
Ryuta Kamizono
2019-04-05
1
-1
/
+0
*
|
Bump addressable to 2.6.0 to fix warning: assigned but unused variable - star...
Ryuta Kamizono
2019-04-05
1
-1
/
+1
*
|
`ast` is no longer to be `nil` since #33118
Ryuta Kamizono
2019-04-05
1
-1
/
+0
*
|
Remove duplicated `test_find_last`
Ryuta Kamizono
2019-04-05
1
-5
/
+0
*
|
Merge pull request #35864 from kamipo/improve_left_joins
Ryuta Kamizono
2019-04-05
6
-32
/
+45
|
\
\
|
*
|
Stash `left_joins` into `joins` to deduplicate redundant LEFT JOIN
Ryuta Kamizono
2019-04-05
6
-32
/
+45
*
|
|
Merge pull request #35863 from urkle/fix-typo-in-guides
Vipul A M
2019-04-05
1
-1
/
+1
|
\
\
\
|
*
|
|
fix typo in the guides (use Rails instead of rails)
Edward Rudd
2019-04-04
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #35861 from sharang-d/after_save_commit-callback-doc
Vipul A M
2019-04-05
1
-2
/
+25
|
\
\
\
|
*
|
|
Add documentation for 'after_save_commit' [ci skip]
Sharang Dashputre
2019-04-05
1
-2
/
+25
|
/
/
/
*
|
|
Merge pull request #35691 from sushantmittal/add_deattach_from_in_active_supp...
Rafael França
2019-04-04
2
-6
/
+78
|
\
\
\
|
*
|
|
Added 'detach_from' to 'ActiveSupport::Subscriber' to detach a subscriber fro...
sushant
2019-04-04
2
-6
/
+78
*
|
|
|
Merge pull request #35858 from localhostdotdev/add-extensions-to-arity-error-...
Rafael França
2019-04-04
1
-3
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix arity warning for template handlers
localhostdotdev
2019-04-04
1
-3
/
+3
|
|
|
/
|
|
/
|
*
/
|
Refactor `has_secure_password` to extract dedicated attribute module
Ryuta Kamizono
2019-04-05
3
-36
/
+59
|
/
/
*
|
Merge pull request #35700 from Futurelearn/seb-secure-password-fix
Ryuta Kamizono
2019-04-05
1
-26
/
+30
|
\
\
|
*
|
Reintroduce support for overriding `has_secure_password` attributes
Seb Jacobs
2019-03-22
1
-26
/
+30
*
|
|
Fix rubocop offence for `Style/FrozenStringLiteralComment`
Ryuta Kamizono
2019-04-05
1
-0
/
+2
*
|
|
Merge pull request #35856 from prathamesh-sonpatki/fix-dep-warning
Kasper Timm Hansen
2019-04-04
1
-2
/
+2
|
\
\
\
|
*
|
|
Fix deprecation warning about variants and formats
Prathamesh Sonpatki
2019-04-04
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #35698 from mtsmfm/output-test-report
Matthew Draper
2019-04-04
16
-0
/
+48
|
\
\
\
|
*
|
|
Output junit format test report
Fumiaki MATSUSHIMA
2019-04-04
16
-0
/
+48
*
|
|
|
Merge pull request #35850 from kamipo/fix_count_all_with_eager_loading_and_se...
Ryuta Kamizono
2019-04-04
3
-4
/
+17
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix `count(:all)` with eager loading and explicit select and order
Ryuta Kamizono
2019-04-04
3
-4
/
+17
|
/
/
/
*
|
|
Merge pull request #35848 from kamipo/refactor_collection_cache_key
Ryuta Kamizono
2019-04-04
5
-54
/
+49
|
\
\
\
|
*
|
|
Refactor `Relation#cache_key` is moved from `CollectionCacheKey#collection_ca...
Ryuta Kamizono
2019-04-04
5
-54
/
+49
|
/
/
/
*
|
|
Merge pull request #35847 from kamipo/optimizer_hints_with_count_subquery
Ryuta Kamizono
2019-04-04
5
-5
/
+30
|
\
\
\
|
*
|
|
Optimizer hints should be applied on Top level query as much as possible
Ryuta Kamizono
2019-04-04
5
-5
/
+30
*
|
|
|
Merge pull request #35145 from st0012/fix-35114
Rafael França
2019-04-03
3
-13
/
+43
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix partial caching ignore repeated items issue
st0012
2019-04-04
3
-13
/
+43
*
|
|
|
Remove redundant begin block
Ryuta Kamizono
2019-04-04
1
-10
/
+9
*
|
|
|
Don't drop internal metadata tables
Ryuta Kamizono
2019-04-04
1
-4
/
+2
[next]