aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/naming_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Refactor of active_model/naming.rb and allow collection and element ↵Santiago Pastorino2010-05-121-30/+0
| | | | | | | | to be writable" This reverts commit f7862b2c34b5b298bf7b937c55f0637ebfe43a25. Signed-off-by: José Valim <jose.valim@gmail.com>
* Refactor of active_model/naming.rb and allow collection and element to be ↵Santiago Pastorino2010-05-121-0/+30
| | | | | | writable Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* 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 ↵José Valim2009-10-201-1/+1
| | | | | | deprecated error messages and add i18n_scope and lookup_ancestors. Signed-off-by: Carl Lerche <carllerche@mac.com>
* Use ActiveModel::TestCase base classJeremy Kemper2009-09-241-1/+1
|
* Move model naming into ActiveModelJoshua Peek2009-06-171-0/+27