Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | to_json => as_json | James Miller | 2010-08-25 | 1 | -2/+2 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -22/+22 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | adding documentation to ActiveSupport::Concern ht:strictly typed for an ↵ | Neeraj Singh | 2010-08-04 | 1 | -0/+2 |
| | | | | | | awesome example some minor documentation changes | ||||
* | Revised and added headings. | Rizwan Reza | 2010-06-14 | 1 | -0/+2 |
| | |||||
* | Full update on ActiveModel documentation | Mikel Lindsaar | 2010-02-01 | 1 | -0/+57 |
| | |||||
* | Break up concerns for choosing what attributes should be serialized and the ↵ | Joshua Peek | 2009-08-13 | 1 | -0/+30 |
actual serializer |