| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | [ci skip] Fix bad examples in rdoc | Andrey Molchanov | 2016-09-17 | 1 | -2/+11 |
* | applies new string literal convention in activemodel/lib | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | - [ci skip] `regardless` is usually followed by `of` and not by `if .. or not`. | Mohit Natoo | 2016-04-21 | 1 | -2/+2 |
* | Use Active Model, not ActiveModel in plain English | claudiob | 2015-01-02 | 1 | -3/+3 |
* | [ci skip] correct docs for conversion | Aditya Kapoor | 2014-06-11 | 1 | -5/+12 |
* | Pass strings to demodulize method | Carlos Antonio da Silva | 2014-02-26 | 1 | -1/+1 |
* | pass the class name to `tableize` | Aaron Patterson | 2014-02-26 | 1 | -1/+1 |
* | `#to_param` returns `nil` if `to_key` returns `nil`. Closes #11399. | Yves Senn | 2014-02-04 | 1 | -1/+1 |
* | Adding missing backslashes in active_model files so as to avoid unwanted link... | aditya-kapoor | 2013-12-27 | 1 | -1/+1 |
* | Spelling and Grammar checks | Akshay Vishnoi | 2013-12-12 | 1 | -1/+1 |
* | Revert "Merge pull request #13276 from aayushkhandelwal11/change_to_key" | Rafael Mendonça França | 2013-12-11 | 1 | -1/+2 |
* | removing multiple check conditions to single check condition | Aayush khandelwal | 2013-12-11 | 1 | -2/+1 |
* | Small Typo | Lebin Sebastian F | 2013-03-04 | 1 | -1/+1 |
* | cleanup, removed dispensable `require` statements from `ActiveModel` | Yves Senn | 2012-11-25 | 1 | -2/+0 |
* | minor edits in AM documentation [ci skip] | Francesco Rodriguez | 2012-10-21 | 1 | -1/+1 |
* | load active_support/concern in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | update ActiveModel::Conversion documentation [ci skip] | Francesco Rodriguez | 2012-07-04 | 1 | -3/+15 |
* | update ActiveModel::Errors documentation and minor fixes [ci skip] | Francesco Rodriguez | 2012-06-22 | 1 | -1/+1 |
* | update ActiveModel::Conversion documentation [ci skip] | Francesco Rodriguez | 2012-06-22 | 1 | -8/+21 |
* | Fix comments about to_partial_path | Grant Hutchins | 2012-03-10 | 1 | -2/+2 |
* | Revert "Revert "More 1.9 way"" | Santiago Pastorino | 2012-01-06 | 1 | -4/+2 |
* | Revert "More 1.9 way" | Aaron Patterson | 2012-01-05 | 1 | -2/+4 |
* | More 1.9 way | Santiago Pastorino | 2012-01-05 | 1 | -4/+2 |
* | Rename new method to_path to to_partial_path to avoid conflicts with File#to_... | José Valim | 2011-08-01 | 1 | -5/+5 |
* | Rename class method to_path to _to_path and make it explicit that it is an in... | José Valim | 2011-07-28 | 1 | -3/+5 |
* | Let ActiveModel instances define partial paths. | Grant Hutchins & Peter Jaros | 2011-07-25 | 1 | -2/+24 |
* | Improve doc styles for ActiveModel::Conversion | Sebastian Martinez | 2011-05-04 | 1 | -4/+4 |
* | Remove Example headers. Code just flows with the text. 6ce844a3 | Paco Guzman | 2011-03-06 | 1 | -2/+0 |
* | to_key should return all exists keys (if any exists), regardless if the objec... | José Valim | 2010-08-15 | 1 | -3/+6 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -6/+6 |
* | edit pass to apply API guideline wrt the use of "# =>" in example code | Xavier Noria | 2010-07-30 | 1 | -3/+3 |
* | Minor changes to callbacks and conversion API docs. | Rizwan Reza | 2010-06-14 | 1 | -7/+11 |
* | Fix spelling error in ActiveModel::Conversion docs. [#4826 state:resolved] | Pavel Gorbokon | 2010-06-11 | 1 | -1/+1 |
* | Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?... | José Valim | 2010-02-21 | 1 | -6/+6 |
* | Add to_key and to_param methods to ActiveModel::Conversion. | José Valim | 2010-02-21 | 1 | -10/+35 |
* | Merge docrails | Pratik Naik | 2010-01-17 | 1 | -1/+12 |
* | AMo conversion helper | Joshua Peek | 2009-07-21 | 1 | -0/+8 |