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

7 commits

Author SHA1 Message Date
Francesco Rodriguez
64298519a5 fix AR::Coders::YAMLColumn nodoc [ci skip] 2012-09-21 22:48:33 -05:00
Jeremy Kemper
5f690b97ba Psych is always available on 1.9 2012-05-31 10:01:59 -07:00
Guten
9637de6b47 ActiveRecord::Coders::YAMLColumn#dump should raise an error
closes #2737

Conflicts:

	activerecord/lib/active_record/coders/yaml_column.rb
2012-03-26 21:57:39 +02:00
Kirill Lashuk
39cb1bedb8 Do not serialize nil in serialized attribute. 2012-01-31 22:07:09 +03:00
Guillermo Álvarez
351331fb34 Make serialized columns with explicit object_type return a new instance of the object instead of nil 2011-02-03 09:08:45 -08:00
Aaron Patterson
a6cf6ec98b move the coders to the serialized_attributes hash 2011-02-01 14:25:46 -08:00
Aaron Patterson
3cc2b77dc1 adding a YAML Column coder for YAML serialization to db columns 2011-02-01 14:25:46 -08:00