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
/
attribute_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further encapsulate dirty checking on `Attribute`
Sean Griffin
2015-10-02
1
-1
/
+38
*
Clean up the implementation of AR::Dirty
Sean Griffin
2015-09-24
1
-0
/
+19
*
Fix the AS::Callbacks terminator regression from 4.2.3
Roque Pinel
2015-09-22
1
-1
/
+0
*
no more require minitest mock
Gaurav Sharma
2015-08-27
1
-1
/
+0
*
`type_cast_from_user` -> `cast`
Sean Griffin
2015-02-17
1
-3
/
+3
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
1
-6
/
+6
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-7
/
+7
*
Introduce `ActiveRecord::Base#accessed_fields`
Sean Griffin
2015-01-20
1
-0
/
+19
*
Deprecate `false` as the way to halt AR callbacks
claudiob
2015-01-02
1
-0
/
+1
*
Implement `==` on `Type::Value` and `Attribute`
Sean Griffin
2014-08-15
1
-0
/
+30
*
rename MiniTest to Minitest
Rajarshi Das
2014-08-02
1
-1
/
+1
*
`Attribute` should know about its name
Sean Griffin
2014-06-26
1
-12
/
+25
*
Encapsulate the creation of `Attribute` objects
Sean Griffin
2014-06-26
1
-0
/
+26
*
Introduce an Attribute object to handle the type casting dance
Sean Griffin
2014-06-13
1
-0
/
+103