aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/naming_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f"Rafael Mendonça França2019-08-021-8/+8
* No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29fAkira Matsuda2019-08-021-8/+8
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* 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 new string literal convention in activemodel/testXavier Noria2016-08-061-47/+47
* Delegate #model_name method to self.classYuki Nishijima2014-06-221-0/+6
* Small typos here and there.Vipul A M2013-03-151-1/+1
* Adding the route_key and param_key testsAttila Domokos2013-01-221-0/+8
* Remove ActiveModel::Naming#partial_pathGrant Hutchins2012-03-101-24/+0
* Use ActiveModel::TestCase instead of Test::Unit:TestCaseRafael Mendonça França2012-01-061-2/+2
* Improve cache on route_key lookup.José Valim2011-12-081-0/+8
* ActiveModel::Name#i18n_key: Fix doc and add testsMarc-Andre Lafortune2011-12-051-0/+20
* Warning removed unused variableArun Agrawal2011-11-261-1/+1
* make ActiveModel::Name fail gracefully with anonymous classesJakub Kuźma2011-11-241-0/+13
* Rely on a public contract between railties instead of accessing railtie metho...José Valim2011-11-231-4/+34
* One of the activemodel naming tests wasn't asserting anything.Uģis Ozols2011-10-071-1/+1
* 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-4/+12
* Specify the name to be used for ActiveModel::Name fixes #1168Yves Senn2011-05-201-1/+38
* Test to_model being called in ActiveModel::Naming helpersErnie Miller2010-10-041-0/+4
* Don't act destructively on ActiveModel::Name#human options hash. [#5366 state...John Firebaugh2010-09-251-0/+4
* Prepared ActiveModel::Naming to handle cases for namespaced isolated enginesPiotr Sarnacki2010-09-031-0/+99
* Reuse already existing classes for ActiveModel tests.José Valim2010-07-211-0/+39
* Small clean up in Naming and TTranslation tests.José Valim2009-12-231-1/+2
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-1/+1
* Use ActiveModel::TestCase base classJeremy Kemper2009-09-241-1/+1
* Move model naming into ActiveModelJoshua Peek2009-06-171-0/+27