aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/lint.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix speclulalala2019-03-311-1/+1
* Use respond_to test helpersDaniel Colson2018-01-251-12/+12
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* Better docs for AM::Lint::Testsclaudiob2015-01-071-28/+32
* Use #model_name on instances instead of classesAmiel Martin2014-06-241-4/+7
* Fix few typos and improve markup at some levelsRobin Dupret2013-12-241-1/+1
* respond_to -> respond to in a message from AM::LintXavier Noria2013-05-121-1/+1
* minor edits in AM documentation [ci skip]Francesco Rodriguez2012-10-211-4/+4
* update ActiveModel::Lint documentation [ci skip]Francesco Rodriguez2012-06-221-22/+23
* Allow ActiveModel::Name to duck typePiotr Sarnacki2012-03-281-4/+4
* ActiveModel::Name does not inherit from stringLukasz Sarnacki2012-03-261-1/+1
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-3/+3
* Trim down Active Model API by removing valid? and errors.full_messagesJosé Valim2012-02-071-27/+13
* Rename new method to_path to to_partial_path to avoid conflicts with File#to_...José Valim2011-08-011-4/+4
* Let ActiveModel instances define partial paths.Grant Hutchins & Peter Jaros2011-07-251-3/+12
* Fix typo in assertion messageAndrew White2011-03-161-1/+1
* Add messages to plain assertions.Norman Clarke2011-03-151-2/+2
* 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