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
/
lib
/
active_record
/
attribute.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further encapsulate dirty checking on `Attribute`
Sean Griffin
2015-10-02
1
-9
/
+45
*
Inline `Attribute#original_value`
Sean Griffin
2015-09-28
1
-5
/
+1
*
Clean up the implementation of AR::Dirty
Sean Griffin
2015-09-24
1
-0
/
+1
*
`type_cast_from_user` -> `cast`
Sean Griffin
2015-02-17
1
-1
/
+1
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
Attribute assignment and type casting has nothing to do with columns
Sean Griffin
2015-01-31
1
-0
/
+8
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
1
-0
/
+5
*
All subclasses of `Attribute` should be private constants
Sean Griffin
2015-01-27
1
-1
/
+1
*
Introduce `ActiveRecord::Base#accessed_fields`
Sean Griffin
2015-01-20
1
-1
/
+5
*
Only use the `_before_type_cast` in the form when from user input
Sean Griffin
2015-01-14
1
-0
/
+8
*
`update_column` take ruby-land input, not database-land input
Sean Griffin
2014-12-16
1
-0
/
+18
*
Implement `_was` and `changes` for in-place mutations of AR attributes
Sean Griffin
2014-08-16
1
-2
/
+6
*
Implement `==` on `Type::Value` and `Attribute`
Sean Griffin
2014-08-15
1
-0
/
+7
*
Move writing unknown column exception to null attribute
Sean Griffin
2014-06-26
1
-0
/
+5
*
`Attribute` should know about its name
Sean Griffin
2014-06-26
1
-20
/
+27
*
Encapsulate the creation of `Attribute` objects
Sean Griffin
2014-06-26
1
-11
/
+17
*
Move behavior of `read_attribute` to `AttributeSet`
Sean Griffin
2014-06-25
1
-0
/
+27
*
add missing `:nodoc:` for recent refactorings. [ci skip]
Yves Senn
2014-06-24
1
-3
/
+3
*
Refactor in-place dirty checking to use the attribute object
Sean Griffin
2014-06-16
1
-0
/
+19
*
Introduce an Attribute object to handle the type casting dance
Sean Griffin
2014-06-13
1
-0
/
+56