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
/
cases
/
dirty_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...
Sean Griffin
2016-11-01
1
-0
/
+83
*
Added ability update locking_column value
bogdanvlviv
2016-10-21
1
-1
/
+1
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-3
/
+3
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-5
/
+5
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-2
/
+0
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-21
/
+21
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-96
/
+96
*
systematic revision of =~ usage in AR
Xavier Noria
2016-07-23
1
-1
/
+1
*
Remove dead code from tests
Sean Griffin
2016-06-09
1
-17
/
+0
*
Ensure that records with unselected fields can be updated
Sean Griffin
2016-06-02
1
-0
/
+11
*
prevent 'attribute_changed?' from returning nil
Sen-Zhang
2016-04-11
1
-2
/
+2
*
Don't assert fractional seconds can be applied on unsupported adapters
Sean Griffin
2015-09-24
1
-0
/
+1
*
Remove debug statements
Sean Griffin
2015-09-24
1
-4
/
+1
*
Add a few debug statements to figure out the build failure
Sean Griffin
2015-09-24
1
-0
/
+3
*
Don't rely on subsecond precision being applied in tests
Sean Griffin
2015-09-23
1
-2
/
+16
*
Don't crash when mutating attributes in a getter
Sean Griffin
2015-06-12
1
-0
/
+16
*
Persist user provided default values, even if unchanged
Sean Griffin
2015-05-28
1
-26
/
+0
*
Rm `Type#type_cast`
Sean Griffin
2015-02-17
1
-1
/
+1
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
1
-2
/
+2
*
Allow a symbol to be passed to `attribute`, in place of a type object
Sean Griffin
2015-02-06
1
-1
/
+1
*
Don't calculate in-place changes on attribute assignment
Sean Griffin
2015-01-18
1
-0
/
+8
*
Don't attempt to save dirty attributes which are not persistable
Sean Griffin
2015-01-10
1
-0
/
+13
*
Remove deprecated `ActiveModel::Dirty#reset_#{attribute}` and `ActiveModel::D...
Rafael Mendonça França
2015-01-04
1
-12
/
+0
*
PostgreSQL, Fix change detection caused by wrong data for bytea unescaping.
Lars Kanis
2014-12-29
1
-1
/
+8
*
Don't calculate all in-place changes to determine if attribute_changed?
Sean Griffin
2014-12-22
1
-0
/
+15
*
User Model#last to certainly get lastly created data
Akira Matsuda
2014-08-28
1
-1
/
+1
*
Correctly detect mutation on serialized columns mapping to binary
Sean Griffin
2014-08-27
1
-0
/
+16
*
Implement `_was` and `changes` for in-place mutations of AR attributes
Sean Griffin
2014-08-16
1
-0
/
+21
*
Deprecate `reset_#{attribute}` in favor of `restore_#{attribute}`.
Rafael Mendonça França
2014-07-15
1
-2
/
+14
*
Detect in-place modifications on Strings
Sean Griffin
2014-06-17
1
-5
/
+3
*
Detect in-place changes on mutable AR attributes
Sean Griffin
2014-06-13
1
-1
/
+10
*
Make `_before_type_cast` actually be before type cast
Sean Griffin
2014-06-09
1
-4
/
+2
*
Rename `property` to `attribute`
Sean Griffin
2014-06-07
1
-1
/
+1
*
Keep column defaults in type cast form
Sean Griffin
2014-06-03
1
-0
/
+28
*
Add integration test for #12459
George Guimarães
2013-12-05
1
-0
/
+8
*
prevent `time_zone_aware_attributes` test leak. follow-up to #12633.
Yves Senn
2013-10-25
1
-21
/
+21
*
Removed deprecated methods partial_updates and family
Neeraj Singh
2013-07-02
1
-14
/
+0
*
also assign nil in dirty nullable_datetime test. #10237
Yves Senn
2013-04-22
1
-3
/
+5
*
assigning '0.0' to a nullable numeric column does not make it dirty
Yves Senn
2013-03-05
1
-0
/
+15
*
Fix handling of dirty time zone aware attributes
Lilibeth De La Cruz
2013-01-26
1
-0
/
+2
*
Revert "Round usec when writing timestamp attribute."
Andrew White
2013-01-22
1
-15
/
+0
*
Add failing test case for #8460
Andrew White
2013-01-22
1
-0
/
+14
*
Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"
Guillermo Iguaran
2013-01-18
1
-7
/
+7
*
User Rails 4 find_by
robertomiranda
2013-01-18
1
-7
/
+7
*
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-1
/
+1
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
1
-1
/
+1
*
Use assert_nil instead of assert_equal
Rafael Mendonça França
2012-11-28
1
-2
/
+2
*
Don't call will_change! for datetime nil->"".
Alisdair McDiarmid
2012-11-25
1
-0
/
+14
*
Fix typo in module name and make #in_time_zone private
Carlos Antonio da Silva
2012-11-17
1
-1
/
+1
*
Extract #in_time_zone helper method duplication to a module
Carlos Antonio da Silva
2012-11-17
1
-12
/
+2
[next]