Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | to_key should return all exists keys (if any exists), regardless if the ↵ | José Valim | 2010-08-15 | 1 | -3/+6 |
| | | | | object is persisted or not. If you need it to reflect persistance, you should use to_param. | ||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -6/+6 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | 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 ↵ | José Valim | 2010-02-21 | 1 | -6/+6 |
| | | | | destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. | ||||
* | 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 |