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
*
Association loading isn't to be affected by scoping consistently
Ryuta Kamizono
2019-04-05
4
-8
/
+48
*
`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
*
|
|
|
Merge pull request #30666 from urkle/fix-actionview-fixtureresolver
Rafael França
2019-04-03
5
-2
/
+60
|
\
\
\
\
|
*
|
|
|
add documentation about variants
Edward Rudd
2019-04-03
2
-0
/
+44
|
*
|
|
|
Fix checking for template variants when using the ActionView::FixtureResolver
Edward Rudd
2019-04-03
3
-2
/
+16
|
/
/
/
/
*
|
|
|
Ensure `reset_table_name` when table name prefix/suffix is changed
Ryuta Kamizono
2019-04-04
4
-17
/
+15
*
|
|
|
Merge pull request #35842 from Shopify/deduplicate-routing-strings
Rafael França
2019-04-03
3
-6
/
+10
|
\
\
\
\
|
*
|
|
|
Deduplicate strings held by the router
Jean Boussier
2019-04-03
3
-6
/
+10
*
|
|
|
|
Clear query cache when truncate table(s)
Ryuta Kamizono
2019-04-04
2
-9
/
+38
*
|
|
|
|
Fix fragile tests
Ryuta Kamizono
2019-04-04
1
-2
/
+4
*
|
|
|
|
Respect table name prefix/suffix for `truncate_all`
Ryuta Kamizono
2019-04-04
5
-5
/
+67
*
|
|
|
|
Merge pull request #35844 from kamipo/fix_fixture_loading_performance_regression
Ryuta Kamizono
2019-04-04
7
-10
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
Use `execute_batch2` rather than `execute_batch` to fix performance regressio...
Ryuta Kamizono
2019-04-04
7
-10
/
+9
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #35825 from jhawthorn/always_filter_view_paths
Eileen M. Uchitelle
2019-04-03
9
-44
/
+42
|
\
\
\
\
\
|
*
|
|
|
|
Always reject files external to app
John Hawthorn
2019-04-03
9
-44
/
+42
*
|
|
|
|
|
Merge pull request #35843 from eregon/fix-gem-listen-in-gemfile-master
Eileen M. Uchitelle
2019-04-03
1
-0
/
+16
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add test that the listen gem is included when RUBY_ENGINE is not 'ruby'
Benoit Daloze
2019-04-03
1
-0
/
+16
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
[skip ci] Add examples for has_{one,many} :through :source and :source_type (...
Tim Wade
2019-04-03
1
-0
/
+29
*
|
|
|
|
|
Merge pull request #35795 from alimi/cache-database-version
Eileen M. Uchitelle
2019-04-03
18
-67
/
+106
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
[next]