aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/serialization.rb
Commit message (Collapse)AuthorAgeFilesLines
* to_json => as_jsonJames Miller2010-08-251-2/+2
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-22/+22
| | | | 's/[ \t]*$//' -i {} \;)
* adding documentation to ActiveSupport::Concern ht:strictly typed for an ↵Neeraj Singh2010-08-041-0/+2
| | | | | | awesome example some minor documentation changes
* Revised and added headings.Rizwan Reza2010-06-141-0/+2
|
* Full update on ActiveModel documentationMikel Lindsaar2010-02-011-0/+57
|
* Break up concerns for choosing what attributes should be serialized and the ↵Joshua Peek2009-08-131-0/+30
actual serializer