aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_model_basics.md
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate `reset_#{attribute}` in favor of `restore_#{attribute}`.Rafael Mendonça França2014-07-151-2/+2
| | | | | | | | | These methods may cause confusion with the `reset_changes` that behaves differently of them. Also rename undo_changes to restore_changes to match this new set of methods.
* [ci skip] add guide for ActiveModel::NamingAditya Kapoor2014-07-051-0/+23
|
* Merge pull request #10816 from bogdan/less-dirty-dirtyRafael Mendonça França2013-09-231-1/+1
| | | | Make AM::Dirty less dirty to plugin into AR or other library
* Changing the wordings in a few placesAkshay Khole2013-05-041-2/+2
|
* comments in the callbacks description are in present tenseAkshay Khole2013-05-041-3/+3
|
* Fix Active Record validation error messages markup in guidesCarlos Antonio da Silva2012-12-041-18/+18
| | | | | | | | | | The other way it was not marking the text as italic, it was showing the underlines as normal text. Also fixes some code examples indentation and # => marks in Active Model and Active Record guides. [ci skip]
* Improve the Active Model guide [ci skip]Carlos Antonio da Silva2012-12-041-33/+27
|
* Fixing a couple of spelling mistakesErshad K2012-12-041-1/+1
|
* Normalize on 'After reading this guide, you will know:'Steve Klabnik2012-11-291-0/+2
| | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
* Remove 'This guide is based on ' warnings.Steve Klabnik2012-11-291-2/+0
| | | | It's obvious that the guide is based on this version of Rails, and may not be backwards compatible.
* ActiveRecord -> Active RecordSteve Klabnik2012-11-291-1/+1
| | | | | The proper name, as per the documentation guides, is 'Active Record.' I've updated several references to it as 'ActiveRecord'.
* Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-4/+4
|
* Fix remaining formatting problems in the guidePrem Sichanugrist2012-09-171-1/+1
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-10/+12
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-18/+18
|
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-0/+204