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
*
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
*
Make update_attribute behave as in Rails 2.3 and document the behavior intrin...
José Valim
2010-08-12
1
-17
/
+24
*
Making Active Record base_test.rb thinner by moving tests
Neeraj Singh
2010-08-03
1
-0
/
+113
*
removing unused models from tests
Subba Rao Pasupuleti
2010-07-21
1
-7
/
+0
*
update_attribute should not update readonly attributes
Neeraj Singh
2010-07-21
1
-1
/
+7
*
Makes this test don't trust on the speed of execution
Santiago Pastorino
2010-07-17
1
-4
/
+5
*
moving persistence related tests to a new file
Neeraj Singh
2010-07-16
1
-0
/
+357