Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Implement ArraySerializer and move old serialization API to a new nam... | José Valim | 2011-11-30 | 1 | -0/+151 |
* | Implement ArraySerializer and move old serialization API to a new namespace. | José Valim | 2011-11-23 | 1 | -151/+0 |
* | Fixed serialization issues with multiple includes with options | zhengjia | 2011-10-11 | 1 | -0/+8 |
* | Provide read_attribute_for_serialization as the API to serialize attributes. | José Valim | 2011-09-30 | 1 | -3/+3 |
* | Make serializable_hash take attr values directly from attributes hash. | Jon Leighton | 2011-09-26 | 1 | -0/+9 |
* | added more tests for only-include and except-include options in serialization | Anand | 2011-08-23 | 1 | -1/+14 |
* | ActiveModel support for the :include serialization option | John Firebaugh | 2011-07-17 | 1 | -6/+67 |
* | Add a test | John Firebaugh | 2011-07-17 | 1 | -0/+5 |
* | serializable_hash(:only => [], :methods => [:foo]) should work | John Firebaugh | 2011-07-17 | 1 | -0/+10 |
* | adding new test for ActiveModel::Serialization | Neeraj Singh | 2010-08-31 | 1 | -0/+45 |