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
/
activerecord
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Auto-correct `Style/StringLiterals` cop offences
Ryuta Kamizono
2019-04-13
1
-4
/
+4
*
Fix `presicion` -> `precision`
yuuji.yaginuma
2019-04-13
2
-6
/
+6
*
Fix test flakyness due to `test_truncate_tables`
Guilherme Mansur
2019-04-12
1
-0
/
+16
*
Merge pull request #35918 from kamipo/lazy_sync_with_transaction_state_on_des...
Ryuta Kamizono
2019-04-12
1
-6
/
+8
|
\
|
*
Lazy sync with transaction state on destroy
Ryuta Kamizono
2019-04-10
1
-6
/
+8
*
|
Merge pull request #35920 from kamipo/dont_call_commit_callbacks_for_invalid_...
Ryuta Kamizono
2019-04-12
2
-4
/
+26
|
\
\
|
*
|
Don't call after_commit callbacks despite a record isn't saved
Ryuta Kamizono
2019-04-12
2
-4
/
+26
*
|
|
Fix `automatic_inverse_of` not to be disabled if extension block is given
Ryuta Kamizono
2019-04-12
4
-10
/
+23
*
|
|
Merge pull request #35838 from yahonda/more_than_1000_inlist
Rafael França
2019-04-11
2
-0
/
+42
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Address `ORA-01795: maximum number of expressions in a list is 1000`
Yasuo Honda
2019-04-11
2
-0
/
+42
*
|
|
Revert "Remove unused callbacks in the `Topic` model"
Ryuta Kamizono
2019-04-10
1
-0
/
+4
*
|
|
Remove unused callbacks in the `Topic` model
Ryuta Kamizono
2019-04-10
1
-4
/
+0
|
|
/
|
/
|
*
|
Merge pull request #28155 from lcreid/belongs_to
Ryuta Kamizono
2019-04-10
5
-0
/
+52
|
\
\
|
*
|
Fix circular `autosave: true`
Larry Reid
2018-07-23
5
-0
/
+52
*
|
|
Add assertions for lazy sync transaction state
Ryuta Kamizono
2019-04-10
1
-36
/
+49
*
|
|
Remove duplicated attribute alias resolution in `_select!`
Ryuta Kamizono
2019-04-09
1
-0
/
+1
*
|
|
Merge pull request #34800 from mqchau/mysqlCountDeleteRowInLock
Matthew Draper
2019-04-09
1
-0
/
+28
|
\
\
\
|
*
|
|
Wrap Mysql count of deleted rows in lock block to avoid conflict in test
Quan Chau
2019-04-08
1
-0
/
+28
*
|
|
|
Merge pull request #35887 from kamipo/argument_error
Ryuta Kamizono
2019-04-09
6
-12
/
+12
|
\
\
\
\
|
*
|
|
|
Raise `ArgumentError` for invalid `:limit` and `:precision` like as other opt...
Ryuta Kamizono
2019-04-07
6
-12
/
+12
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #35892 from ryohashimoto/bulk_insert_logs
Eileen M. Uchitelle
2019-04-08
1
-0
/
+49
|
\
\
\
\
|
*
|
|
|
Improve log messages for #insert_all` / `#upsert_all` / `#insert` / `#upsert ...
Ryo Hashimoto
2019-04-08
1
-0
/
+49
|
|
/
/
/
*
|
|
|
When skipping duplicates in bulk insert on MySQL, avoid assigning id when not...
Bob Lail
2019-04-08
1
-0
/
+38
*
|
|
|
Fix GROUP BY with calculate longer name field to respect `table_alias_length`
Ryuta Kamizono
2019-04-08
2
-0
/
+12
|
/
/
/
*
|
|
There is no need to check `null_relation?` in `empty_scope?`
Ryuta Kamizono
2019-04-06
2
-0
/
+7
*
|
|
Association loading isn't to be affected by null relation scoping
Ryuta Kamizono
2019-04-06
1
-0
/
+24
*
|
|
Merge pull request #35868 from kamipo/association_isnt_to_be_affected_by_scop...
Ryuta Kamizono
2019-04-06
2
-7
/
+20
|
\
\
\
|
*
|
|
Association loading isn't to be affected by scoping consistently
Ryuta Kamizono
2019-04-05
2
-7
/
+20
|
|
/
/
*
|
|
Fix typo for touch later test description. laster -> later
Abhay Nikam
2019-04-05
1
-1
/
+1
*
|
|
Add missing `touch_all` delegation to relation
Ryuta Kamizono
2019-04-05
2
-1
/
+33
|
/
/
*
|
Remove duplicated `test_find_last`
Ryuta Kamizono
2019-04-05
1
-5
/
+0
*
|
Stash `left_joins` into `joins` to deduplicate redundant LEFT JOIN
Ryuta Kamizono
2019-04-05
3
-2
/
+15
*
|
Merge pull request #35698 from mtsmfm/output-test-report
Matthew Draper
2019-04-04
1
-0
/
+2
|
\
\
|
*
|
Output junit format test report
Fumiaki MATSUSHIMA
2019-04-04
1
-0
/
+2
*
|
|
Fix `count(:all)` with eager loading and explicit select and order
Ryuta Kamizono
2019-04-04
2
-0
/
+12
|
/
/
*
|
Optimizer hints should be applied on Top level query as much as possible
Ryuta Kamizono
2019-04-04
2
-0
/
+16
*
|
Don't drop internal metadata tables
Ryuta Kamizono
2019-04-04
1
-4
/
+2
*
|
Ensure `reset_table_name` when table name prefix/suffix is changed
Ryuta Kamizono
2019-04-04
4
-17
/
+15
*
|
Clear query cache when truncate table(s)
Ryuta Kamizono
2019-04-04
1
-8
/
+36
*
|
Fix fragile tests
Ryuta Kamizono
2019-04-04
1
-2
/
+4
*
|
Respect table name prefix/suffix for `truncate_all`
Ryuta Kamizono
2019-04-04
2
-1
/
+59
*
|
Merge pull request #35795 from alimi/cache-database-version
Eileen M. Uchitelle
2019-04-03
8
-11
/
+34
|
\
\
|
*
|
Cache database version in schema cache
Ali Ibrahim
2019-04-03
8
-11
/
+34
*
|
|
Use official database name [ci skip]
Ryuta Kamizono
2019-04-03
1
-1
/
+1
*
|
|
Add `after_save_commit` callback as shortcut for `after_commit :hook, on: [ :...
David Heinemeier Hansson
2019-04-02
1
-0
/
+12
|
/
/
*
|
Revert unused code and re-using query annotation for `update_all` and `delete...
Ryuta Kamizono
2019-04-01
7
-112
/
+0
*
|
Extract insert test case from #35686
Kasper Timm Hansen
2019-03-31
1
-0
/
+14
*
|
Merge pull request #19333 from palkan/dirty-store
Kasper Timm Hansen
2019-03-31
2
-0
/
+84
|
\
\
|
*
|
Add saved changes helpers for store accessors
Vladimir Dementyev
2019-03-25
1
-0
/
+11
|
*
|
Add dirty methods for store accessors
palkan
2019-03-25
2
-0
/
+73
[next]