aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/translation.rb
Commit message (Expand)AuthorAgeFilesLines
* default could be a symbol here so attribute.to_s.humanize should be the final...Santiago Pastorino2010-12-051-1/+2
* If default is provided don't add attribute.to_s.humanize to the optionsSantiago Pastorino2010-12-051-2/+1
* Properly interpolate i18n keys in modules [#5572 state:resolved]Rodrigo Rosenfeld Rosas2010-09-241-1/+1
* Remove deprecations in ActiveModel.José Valim2010-08-291-6/+0
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-7/+7
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-1/+1
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-151-1/+1
|\
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* | Revised the rest of the files from ActiveModel.Rizwan Reza2010-06-141-6/+10
|/
* Adding documentation for ActiveModel::TranslationMikel Lindsaar2010-01-181-2/+17
* Allow to specify default attributes names translation in I18n yml files.José Valim2010-01-071-2/+3
* Small clean up in Naming and TTranslation tests.José Valim2009-12-231-21/+1
* Uses Hash#reverse_mergeJeremy Kemper2009-11-131-0/+2
* Fix error_messages_for when instance variable names are given.José Valim2009-10-211-0/+3
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-0/+59