Commit Graph

9 Commits

Author SHA1 Message Date
Evgeniy Dolzhenko ef404c771d Fix a bunch of minor spelling mistakes 2010-06-15 12:04:22 +04:00
Rizwan Reza 7d7d54fa1f Revised the rest of the files from ActiveModel. 2010-06-14 13:56:51 +04:30
Evgeniy Dolzhenko ccf9577aee Fix a bunch of minor spelling mistakes 2010-06-11 14:15:34 +04:00
Mikel Lindsaar 91c38403be Adding documentation for ActiveModel::Translation 2010-01-18 18:13:49 +11:00
José Valim a25ef06956 Allow to specify default attributes names translation in I18n yml files.
For example, you could easily specify :created_at and :updated_at translations as:

  en:
    attributes:
      created_at: "Created at"
      updated_at: "Updated at"

This configuration is built on ActiveModel, so it means those translations are
shared between different ORMs as well (but always as a fallback).
2010-01-07 15:31:50 +01:00
José Valim e31077c9aa Small clean up in Naming and TTranslation tests. 2009-12-23 12:28:02 +01:00
Jeremy Kemper 3fd2624be4 Uses Hash#reverse_merge 2009-11-13 10:31:05 -08:00
José Valim 9fbb2c571b Fix error_messages_for when instance variable names are given.
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2009-10-21 11:18:36 -05:00
José Valim e714b499cc Move validator, human_name and human_attribute_name to ActiveModel, remove deprecated error messages and add i18n_scope and lookup_ancestors.
Signed-off-by: Carl Lerche <carllerche@mac.com>
2009-10-20 17:52:32 -07:00