Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 'nil' => nil | Akira Matsuda | 2010-12-17 | 1 | -2/+2 |
| | |||||
* | Perf: refactor methods using inject when not need in activemodel. | Emilio Tagua | 2010-09-22 | 1 | -9/+2 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | fixed some issues with JSON encoding | Jakub Suder | 2010-09-07 | 1 | -8/+10 |
| | | | | | | | | | | | - as_json in ActiveModel should return a hash and handle :only/:except/:methods options - Array and Hash should call as_json on their elements - json methods should not modify options argument [#5374 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | 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 |