Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ActiveModel::Lint should not require our models to respond to id. | José Valim | 2010-02-28 | 1 | -2/+0 |
* | Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?... | José Valim | 2010-02-21 | 1 | -15/+10 |
* | AMo #key is now #to_key and CI is probably happy | snusnu | 2010-02-20 | 1 | -6/+12 |
* | Adds #key and #to_param to the AMo interface | snusnu | 2010-02-19 | 1 | -0/+23 |
* | Full update on ActiveModel documentation | Mikel Lindsaar | 2010-02-01 | 1 | -10/+6 |
* | Stop overriding LoadError.new to return a MissingSourceError (and sometimes n... | Yehuda Katz | 2010-01-19 | 1 | -0/+2 |
* | Add naming to AMo::Lint | José Valim | 2010-01-02 | 1 | -0/+14 |
* | Rewrite ActiveModel::Lint as a simple TU mixin | Joshua Peek | 2009-10-07 | 1 | -48/+30 |
* | Use ActiveModel::TestCase base class | Jeremy Kemper | 2009-09-24 | 1 | -3/+3 |
* | fixed ActiveModel::Lint typos [#3236 state:resolved] | lakshan | 2009-09-21 | 1 | -4/+3 |
* | Initial AMo Lint implementation | Yehuda Katz | 2009-08-29 | 1 | -0/+96 |