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
...
*
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
*
Remove return guard
Carlos Antonio da Silva
2012-11-17
1
-1
/
+0
*
Rename the partial_updates config to partial_writes
Jon Leighton
2012-10-19
1
-15
/
+29
*
Change query pattern case insensitive
Yasuo Honda
2012-09-29
1
-1
/
+1
*
Support for partial inserts.
Jon Leighton
2012-09-28
1
-0
/
+25
*
Revert "Remove update_attribute."
Rafael Mendonça França
2012-08-25
1
-1
/
+11
*
Round usec when writing timestamp attribute.
kennyj
2012-08-21
1
-0
/
+15
*
Do not consider the numeric attribute as changed if the old value is
Rafael Mendonça França
2012-08-02
1
-1
/
+14
*
Deprecate update_column in favor of update_columns.
Rafael Mendonça França
2012-07-24
1
-1
/
+1
*
Remove unneded tests.
Rafael Mendonça França
2012-06-14
1
-11
/
+1
*
Remove update_attribute.
Steve Klabnik
2012-06-14
1
-1
/
+1
*
Add failing test for 3.2.5 datetime attribute regression
Evan Arnold
2012-06-04
1
-0
/
+11
*
remove deprecate #update_all usage
Jon Leighton
2012-04-26
1
-2
/
+2
*
A test case for GH #3544 to ensure that a field named field works fine
Akira Matsuda
2012-02-14
1
-0
/
+14
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
Added new #update_column method.
Sebastian Martinez
2011-03-27
1
-1
/
+1
*
Revert "Removed #update_attribute method. New #update_column method."
Sebastian Martinez
2011-03-27
1
-3
/
+2
*
Removed #update_attribute method. New #update_column method.
Sebastian Martinez
2011-03-26
1
-2
/
+3
*
fixing dup regressions
Aaron Patterson
2010-11-23
1
-4
/
+4
*
Ensure save always updates timestamps when serialized attributes are present
Pratik Naik
2010-11-02
1
-0
/
+14
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-7
/
+7
*
Make update_attribute behave as in Rails 2.3 and document the behavior intrin...
José Valim
2010-08-12
1
-3
/
+4
[prev]
[next]