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
...
*
|
|
Merge pull request #33029 from fedxgibson/raise_with_duplicate_columns
Eileen M. Uchitelle
2018-06-04
1
-0
/
+11
|
\
\
\
|
*
|
|
Migrations will raise an exception if there are multiple column definitions (...
Federico Martinez
2018-06-01
1
-0
/
+11
*
|
|
|
Initialization block is a part of `build_record`
Ryuta Kamizono
2018-06-04
1
-0
/
+12
*
|
|
|
Fix `save` in `after_create_commit` won't invoke extra `after_create_commit`
Ryuta Kamizono
2018-06-04
1
-0
/
+9
*
|
|
|
`record.destroy` on new record won't invoke after create commit callbacks
Ryuta Kamizono
2018-06-03
1
-0
/
+8
|
/
/
/
*
|
|
CI against MariaDB 10.3
Yasuo Honda
2018-06-01
1
-1
/
+3
*
|
|
Merge pull request #32952 from mechanicles/32940-fix
Ryuta Kamizono
2018-05-29
3
-0
/
+24
|
\
\
\
|
*
|
|
Fix parent record should not get saved with duplicate children records
Santosh Wadghule
2018-05-28
3
-0
/
+24
|
|
/
/
*
|
|
Ensure casting by boolean attribute when querying
Ryuta Kamizono
2018-05-29
2
-43
/
+43
*
|
|
Fix: Arel Postgresql visitor generates invalid SQL for GROUPING SETS.
david
2018-05-28
1
-3
/
+3
*
|
|
Parse raw value only when a value came from user in numericality validator
Ryuta Kamizono
2018-05-28
1
-1
/
+4
*
|
|
Fix that association's after_touch is not called with counter cache
Ryuta Kamizono
2018-05-27
2
-0
/
+27
*
|
|
Fix inconsistent touching behavior between assigning and unassigning
Ryuta Kamizono
2018-05-27
2
-1
/
+26
*
|
|
Fix `belongs_to_counter_cache_after_update` to respect polymorphic type change
Ryuta Kamizono
2018-05-27
1
-1
/
+12
*
|
|
Fix `belongs_to_counter_cache_after_update` to respect custom primary key cou...
Ryuta Kamizono
2018-05-26
1
-1
/
+7
*
|
|
Fix `different_target?` to respect custom primary key counter
Ryuta Kamizono
2018-05-26
1
-0
/
+7
*
|
|
Eager loading won't mutate owner record
Ryuta Kamizono
2018-05-25
1
-0
/
+8
*
|
|
Make force equality checking more strictly not to allow serialized attribute
Ryuta Kamizono
2018-05-25
2
-0
/
+13
|
/
/
*
|
Rollback parent transaction when children fails to update (#32796)
Guillaume Malette
2018-05-22
2
-0
/
+17
*
|
Disable foreign keys during `alter_table` for sqlite3 adapter
Yasuo Honda
2018-05-22
1
-0
/
+46
*
|
Merge pull request #32923 from yahonda/bump_sqlite3_version_to_38
Ryuta Kamizono
2018-05-21
2
-19
/
+5
|
\
\
|
*
|
Bump minimum SQLite version to 3.8
Yasuo Honda
2018-05-21
2
-19
/
+5
*
|
|
Enable `Lint/StringConversionInInterpolation` rubocop rule
Ryuta Kamizono
2018-05-21
1
-2
/
+2
|
/
/
*
|
Rollback correctly restore initial record id after double save
Ryuta Kamizono
2018-05-19
1
-0
/
+1
*
|
Finalize transaction record state after real transaction
Eugene Kenny
2018-05-19
1
-0
/
+29
*
|
Fix user_input_in_time_zone to coerce non valid string into nil
Annie-Claude Côté
2018-05-16
1
-0
/
+10
*
|
Add math tests
Nikolai B
2018-05-14
2
-9
/
+83
*
|
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
25
-91
/
+91
*
|
Merge pull request #32862 from eugeneius/callback_rollback
Ryuta Kamizono
2018-05-13
1
-0
/
+12
|
\
\
|
*
|
Don't clear transaction state after manual rollback
Eugene Kenny
2018-05-10
1
-0
/
+12
*
|
|
`becomes` should clear the mutation tracker which is created in `after_initia...
Ryuta Kamizono
2018-05-11
2
-1
/
+12
|
/
/
*
|
Address CI failure due to non-deterministic query result
Ryuta Kamizono
2018-05-06
1
-1
/
+1
*
|
Fix logic on disabling commit callbacks
Brian Durand
2018-05-04
1
-0
/
+20
*
|
Remove unused `assert_like` from `Arel::Test`
Yasuo Honda
2018-05-02
1
-5
/
+0
*
|
Remove unnecessary require
yuuji.yaginuma
2018-05-02
1
-1
/
+0
*
|
Merge pull request #32784 from jpawlyn/allow-belongs-to-create-for-new-record
Ryuta Kamizono
2018-05-02
1
-0
/
+9
|
\
\
|
*
|
Allow a belonging to object to be created from a new record
Jolyon Pawlyn
2018-05-01
1
-0
/
+9
*
|
|
More exercise `test_remove_named_index`
Ryuta Kamizono
2018-05-02
1
-1
/
+4
*
|
|
Fix typo in ActiveRecord test method name
Takayoshi Nishida
2018-05-02
1
-1
/
+1
*
|
|
`require "active_support/test_case"` is not supported since 53e877f7
Ryuta Kamizono
2018-05-02
2
-2
/
+2
|
/
/
*
|
Make `Arel::Test` subclass of `ActiveSupport::TestCase`
Yasuo Honda
2018-05-01
8
-73
/
+84
*
|
Merge pull request #32727 from utilum/assert_dont_expects
Rafael França
2018-04-27
7
-147
/
+248
|
\
\
|
*
|
assert_called_with
utilum
2018-04-26
4
-85
/
+170
|
*
|
assert_called
utilum
2018-04-26
4
-28
/
+31
|
*
|
assert_not_called
utilum
2018-04-26
3
-34
/
+47
*
|
|
Ensure that `ids_reader` respects dirty target whether target is loaded or not
Ryuta Kamizono
2018-04-27
1
-2
/
+2
*
|
|
Merge pull request #32617 from tgturner/size-should-use-available-association
Ryuta Kamizono
2018-04-27
1
-0
/
+74
|
\
\
\
|
*
|
|
Loaded associations should not run a new query when size is called
Graham Turner
2018-04-26
1
-0
/
+74
|
|
/
/
*
/
/
Add test case that assigning belongs_to on destroyed object raises frozen error
Ryuta Kamizono
2018-04-27
1
-0
/
+7
|
/
/
*
|
`get_value` needs to be a public method
Graham Turner
2018-04-25
2
-0
/
+10
[prev]
[next]