aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/translation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f"Rafael Mendonça França2019-08-021-1/+1
* No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29fAkira Matsuda2019-08-021-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
* Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in activemodelXavier Noria2016-08-061-3/+3
* applies new string literal convention in activemodel/testXavier Noria2016-08-061-41/+41
* add test for nested model translationkeepcosmos2015-12-031-0/+5
* Run ActiveModel test suites in random order.Zuhao Wan2014-03-101-0/+4
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-20/+23
* Fix human attribute_name to handle deeply nested attributesTsutomu Kuroda2012-05-161-0/+5
* Do not modify options hash in human_attribute_name, remove reverse_mergeCarlos Antonio da Silva2012-04-281-2/+8
* Namespaced attribute lookup now works as 'model/association.attribute'.José Valim2011-12-051-5/+5
* Fix human_attribute_name to handle names with dotsTsutomu Kuroda2011-12-051-0/+10
* Get rid of the alternate namespace lookup.José Valim2011-06-111-10/+0
* Brought back alternative convention for namespaced models in i18n.thoefer2011-06-081-0/+10
* failing test for i18n key collision with namespaced modelsSantiago Pastorino2011-02-271-0/+7
* Test using default option as symbol added for human_attribute_nameSantiago Pastorino2010-12-051-0/+5
* default could be a symbol here so attribute.to_s.humanize should be the final...Santiago Pastorino2010-12-051-0/+4
* Test falling back to default added for human_attribute_nameSantiago Pastorino2010-12-051-0/+4
* Test using default option added for human_attribute_nameSantiago Pastorino2010-12-051-0/+4
* Don't act destructively on ActiveModel::Name#human options hash. [#5366 state...John Firebaugh2010-09-251-0/+6
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Allow to specify default attributes names translation in I18n yml files.José Valim2010-01-071-0/+5
* Small clean up in Naming and TTranslation tests.José Valim2009-12-231-21/+15
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-0/+51