aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/serialized_attribute_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Serialized attribute can be serialized in an integer columnRafael Mendonça França2012-12-211-1/+10
* Fix decorating columns for serialized attributesitzki2012-12-101-0/+13
* Fix `attributes_before_type_cast` for serialised attributes.Nikita Afanasenko2012-10-311-3/+13
* Add test to ensure that save will raise SerializationTypeMismatch if theRafael Mendonça França2012-08-261-0/+6
* We don't need this reloadRafael Mendonça França2012-08-261-1/+1
* Use the Topic class in the attribute serialized testsRafael Mendonça França2012-08-261-8/+4
* Use teardown hook to return the initial state of the objectRafael Mendonça França2012-08-261-16/+5
* Move the serialized attribute tests to their own fileRafael Mendonça França2012-08-261-0/+214