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
*
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
*
This patch changes update_attribute implementatino so:
Neeraj Singh
2010-07-08
1
-4
/
+3
*
Use better assertion methods for testing
Neeraj Singh
2010-05-19
1
-2
/
+2
*
a cloned object no longer mimics changed flags from creator , plus a test cas...
Federico Brubacher
2010-05-16
1
-0
/
+9
*
Dirty datetime attributes should be aware of time zone info [#3658 state:reso...
Kristopher Murata
2010-04-08
1
-0
/
+95
*
Hack to keep column metadata queries out of test query counts
Jeremy Kemper
2010-03-15
1
-0
/
+5
*
Replace Model.first(options) with new finder methods inside tests
Pratik Naik
2009-12-27
1
-1
/
+1
*
I added this feature so that a Map of changed fields could be retrieved
Josh Sharpe
2009-08-31
1
-0
/
+78
*
Serialized attributes should only be saved with partial_updates when the seri...
Mike Breen
2009-08-09
1
-0
/
+10
*
Added reset_attribute! method to ActiveRecord::AttributeMethods::Dirty which ...
Paul Gillard
2009-08-04
1
-0
/
+10
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-1
/
+1
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-1
/
+1
*
Fix dirty handling of nullable non-integer numeric columns [#1692 state:resol...
Carlos Kozuszko
2009-01-16
1
-0
/
+24
*
Fixing bug on ActiveRecord::Dirty#field_changed? for nullable numeric columns...
Carlos Kozuszko
2009-01-16
1
-1
/
+1
*
Change field_changed? method to handle the case where a nullable integer colu...
Ben Symonds
2008-12-08
1
-0
/
+12
*
Allow for the dirty tracking to work with the aliased name of aliased attribu...
Rich Cavanaugh
2008-09-13
1
-0
/
+13
[next]