1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Rafael Mendonça França
e1ad3ed773 Merge pull request #15846 from sgrif/sg-attributes-before-type-cast
Move `attributes_before_type_cast` to `AttributeSet`

Conflicts:
	activerecord/lib/active_record/attribute_set.rb
	activerecord/test/cases/attribute_set_test.rb
2014-06-26 06:26:26 -03:00
Yves Senn
5686fd0ca1 Merge pull request #15839 from sgrif/sg-attr-set-null
Return a null object from `AttributeSet#[]`
2014-06-22 13:59:27 +02:00
Sean Griffin
3e422e201d Move attributes to the AttributeSet object. 2014-06-21 13:09:48 -06:00
Sean Griffin
3ea9a88d80 Move attributes_before_type_cast to AttributeSet 2014-06-21 10:52:19 -06:00
Sean Griffin
6d7ac31ddb Return a null object from AttributeSet#[] 2014-06-20 11:36:23 -06:00
Sean Griffin
099af48d31 Introduce an object to aid in creation and management of @attributes
Mostly delegation to start, but we can start moving a lot of behavior in
bulk to this object.
2014-06-19 13:12:52 -06:00