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
/
persistence_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract AR::Persistence#becomes's test code out from base_test.rb
Takehiro Adachi
2013-05-22
1
-0
/
+13
*
Fix class and method name typos
Vipul A M
2013-05-12
1
-1
/
+1
*
Add missing require to inheritance test
Carlos Antonio da Silva
2013-04-03
1
-1
/
+1
*
Use snake case variable names, stick with the convention
Carlos Antonio da Silva
2013-03-28
1
-13
/
+13
*
Fix updates not working within after_create hooks
Aaron Pfeifer
2013-03-27
1
-0
/
+16
*
When we pass id to update_attributes it will try to set new id for that record
Dmitry Vorotilin
2013-03-22
1
-0
/
+9
*
Remove regression test added in 0268b5d8cdc3c5a1337462135f0a326a2654ba1a
Rafael Mendonça França
2013-03-07
1
-8
/
+0
*
Skip failing test and add a FIXME note
Rafael Mendonça França
2013-02-20
1
-0
/
+2
*
test for regression from a712e08ebe21f6d8653a0e6602df2e0f5d40d9ca
Aaron Patterson
2013-02-11
1
-0
/
+6
*
Change duplicated test name
Rafael Mendonça França
2013-01-03
1
-2
/
+2
*
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-5
/
+42
*
remove meaningless AS::FrozenObjectError
Akira Matsuda
2013-01-02
1
-3
/
+2
*
Unscope update_column(s) query to ignore default scope
Carlos Antonio da Silva
2012-12-06
1
-0
/
+16
*
Remove not used variable warnigns
Carlos Antonio da Silva
2012-12-01
1
-1
/
+1
*
AR::Base.becomes should not change the STI type
Thomas Hollstegge
2012-11-17
1
-1
/
+12
*
Enable update_column(s) for the primary key attribute.
Henrik N
2012-10-28
1
-0
/
+13
*
Remove mass_assignment_options from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-40
/
+0
*
Revert "Remove update_attribute."
Rafael Mendonça França
2012-08-25
1
-0
/
+40
*
Remove the deprecation of update_column.
Rafael Mendonça França
2012-07-30
1
-38
/
+17
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-3
/
+3
*
ActiveRecord::Base.all returns a Relation.
Jon Leighton
2012-07-27
1
-1
/
+1
*
Deprecate update_column in favor of update_columns.
Rafael Mendonça França
2012-07-24
1
-17
/
+38
*
Use update_columns to implemente the update_column
Rafael Mendonça França
2012-07-24
1
-2
/
+36
*
New #update_columns method.
Sebastian Martinez
2012-07-24
1
-0
/
+57
*
Remove update_attribute.
Steve Klabnik
2012-06-14
1
-62
/
+1
*
+ ActiveRecord::Base#destroy!
Marc-Andre Lafortune
2012-06-06
1
-0
/
+7
*
Remove unused assignments from activerecord tests
Mark Rushakoff
2012-04-29
1
-1
/
+0
*
remove deprecated calls
Jon Leighton
2012-04-27
1
-1
/
+1
*
%s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...
Jon Leighton
2012-04-27
1
-1
/
+1
*
remove deprecate #all usage
Jon Leighton
2012-04-26
1
-1
/
+1
*
remove deprecate #update_all usage
Jon Leighton
2012-04-26
1
-7
/
+1
*
Fix delete_all when chained with joins.
Rafael Mendonça França
2012-04-10
1
-1
/
+19
*
Raise error when using write_attribute with a non-existent attribute.
Jon Leighton
2011-09-13
1
-6
/
+11
*
Bring back the ability to provide :order for update_all.
thedarkone
2011-07-25
1
-0
/
+20
*
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
*
Ensure assign_attributes and update_attributes do not fail on nil, closes #478.
José Valim
2011-05-10
1
-0
/
+4
*
some test renaming to avoid collisions, and some annoying issues between dbs
Josh Kalderimis
2011-04-27
1
-7
/
+7
*
final corrections to the mass-assignment security tests
Josh Kalderimis
2011-04-27
1
-4
/
+4
*
fix mass-assignment security tests, this was due to a string column limit whi...
Josh Kalderimis
2011-04-27
1
-6
/
+6
*
AR update_attributes api is updated to reflect the addition of assign_attributes
Josh Kalderimis
2011-04-26
1
-0
/
+40
*
Added assign_attributes to Active Record which accepts a mass-assignment secu...
Josh Kalderimis
2011-04-24
1
-1
/
+1
*
oracle stores this with microseconds, so convert to seconds before comparing
Aaron Patterson
2011-03-29
1
-1
/
+1
*
Added new #update_column method.
Sebastian Martinez
2011-03-27
1
-0
/
+86
*
Revert "Removed #update_attribute method. New #update_column method."
Sebastian Martinez
2011-03-27
1
-42
/
+46
*
Removed #update_attribute method. New #update_column method.
Sebastian Martinez
2011-03-26
1
-46
/
+42
*
removing many unused variables
Aaron Patterson
2010-11-16
1
-2
/
+1
*
STI type is now updated when calling AR::Base.becomes on subclasses [#5953 st...
Franck Verrot
2010-11-12
1
-0
/
+9
*
Fixing typo [#5485 state:resolved]
Thiago Pradi
2010-08-28
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-2
/
+2
[next]