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
/
attributes_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure `#reset_column_information` clears child classes as well
Sean Griffin
2015-11-07
1
-0
/
+13
*
use `assert_not` instead of `refute` as mentioned in our guides.
Yves Senn
2015-08-13
1
-2
/
+2
*
Fix minor typo in test name
Sean Griffin
2015-07-20
1
-1
/
+1
*
Persist user provided default values, even if unchanged
Sean Griffin
2015-05-28
1
-0
/
+6
*
Allow proc defaults with the Attributes API
Sean Griffin
2015-05-28
1
-0
/
+10
*
Follow-up to #10776
Robin Dupret
2015-02-26
1
-1
/
+1
*
`type_cast_from_user` -> `cast`
Sean Griffin
2015-02-17
1
-1
/
+1
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
Allow a symbol to be passed to `attribute`, in place of a type object
Sean Griffin
2015-02-06
1
-5
/
+37
*
Attribute assignment and type casting has nothing to do with columns
Sean Griffin
2015-01-31
1
-15
/
+28
*
Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi...
Bogdan Gusiev
2015-01-23
1
-1
/
+1
*
Don't modify the columns hash to set defaults from the attributes API
Sean Griffin
2014-10-31
1
-10
/
+14
*
Rename `property` to `attribute`
Sean Griffin
2014-06-07
1
-0
/
+111