aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/lint.rb
Commit message (Expand)AuthorAgeFilesLines
* Move ActiveModel::Lint::Tests documentation to be above module declaration so...Ryan Bigg2010-12-091-14/+14
* to_key should return all exists keys (if any exists), regardless if the objec...José Valim2010-08-151-0/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Active Model lint - fix minor typosBryan Woods2010-06-151-2/+2
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Revised naming.rb and lint.rbRizwan Reza2010-06-141-1/+1
* Added headings and revised active_model.rb/lint.rb grammaticallyRizwan Reza2010-06-141-1/+3
* ActiveModel::Lint should not require our models to respond to id.José Valim2010-02-281-2/+0
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-15/+10
* AMo #key is now #to_key and CI is probably happysnusnu2010-02-201-6/+12
* Adds #key and #to_param to the AMo interfacesnusnu2010-02-191-0/+23
* Full update on ActiveModel documentationMikel Lindsaar2010-02-011-10/+6
* Stop overriding LoadError.new to return a MissingSourceError (and sometimes n...Yehuda Katz2010-01-191-0/+2
* Add naming to AMo::LintJosé Valim2010-01-021-0/+14
* Rewrite ActiveModel::Lint as a simple TU mixinJoshua Peek2009-10-071-48/+30
* Use ActiveModel::TestCase base classJeremy Kemper2009-09-241-3/+3
* fixed ActiveModel::Lint typos [#3236 state:resolved]lakshan2009-09-211-4/+3
* Initial AMo Lint implementationYehuda Katz2009-08-291-0/+96