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
...
*
|
|
|
|
|
|
|
Merge pull request #35888 from lxxxvi/documentation_change_foreign_keys_to_bi...
Eileen M. Uchitelle
2019-04-08
1
-8
/
+8
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
change `t.integer` to `t.bigint` where applicable
lxxxvi
2019-04-07
1
-8
/
+8
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #35892 from ryohashimoto/bulk_insert_logs
Eileen M. Uchitelle
2019-04-08
2
-1
/
+53
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Improve log messages for #insert_all` / `#upsert_all` / `#insert` / `#upsert ...
Ryo Hashimoto
2019-04-08
2
-1
/
+53
*
|
|
|
|
|
|
|
|
Merge pull request #35897 from soartec-lab/update_guide_engine
Rafael França
2019-04-08
1
-2
/
+2
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Update configuration of `app` directory and use oxford comma [skip ci]
soartec-lab
2019-04-09
1
-2
/
+2
*
|
|
|
|
|
|
|
|
|
Merge pull request #35854 from boblail/fix-bug-with-insert_all-on-mysql
Ryuta Kamizono
2019-04-08
3
-4
/
+42
|
\
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
When skipping duplicates in bulk insert on MySQL, avoid assigning id when not...
Bob Lail
2019-04-08
3
-4
/
+42
|
|
|
_
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge pull request #35883 from alexcameron89/add_ar_release_notes
प्रथमेश Sonpatki
2019-04-08
1
-0
/
+227
|
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
[ci skip] Add 6.0 Release Notes for Active Record
Alex Kitchens
2019-04-08
1
-0
/
+227
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Fix GROUP BY with calculate longer name field to respect `table_alias_length`
Ryuta Kamizono
2019-04-08
6
-11
/
+30
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
depend on Zeitwerk 2
Xavier Noria
2019-04-07
6
-7
/
+28
|
/
/
/
/
/
/
*
|
|
|
|
|
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
|
\
\
\
\
\
[prev]
[next]