aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/naming.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Don't include deprecation in AM::Naming anymoreGrant Hutchins2012-03-311-1/+0
* no need to freeze things all the timeAaron Patterson2012-03-261-8/+7
* ActiveModel::Name does not inherit from stringLukasz Sarnacki2012-03-261-11/+16
* Remove ActiveModel::Naming#partial_pathGrant Hutchins2012-03-101-4/+1
* Added missing ActiveModel::Naming dependency.Shane Hanna2012-03-091-0/+1
* Improve cache on route_key lookup.José Valim2011-12-081-2/+23
* ActiveModel::Name#i18n_key: Fix doc and add testsMarc-Andre Lafortune2011-12-051-2/+2
* make ActiveModel::Name fail gracefully with anonymous classesJakub Kuźma2011-11-241-0/+3
* Rely on a public contract between railties instead of accessing railtie metho...José Valim2011-11-231-11/+13
* Rename new method to_path to to_partial_path to avoid conflicts with File#to_...José Valim2011-08-011-1/+1
* Let ActiveModel instances define partial paths.Grant Hutchins & Peter Jaros2011-07-251-0/+3
* Get rid of the alternate namespace lookup.José Valim2011-06-111-4/+3
* Brought back alternative convention for namespaced models in i18n.thoefer2011-06-081-3/+4
* Specify the name to be used for ActiveModel::Name fixes #1168Yves Senn2011-05-201-2/+3
* Removed extra whitespaceSebastian Martinez2011-04-261-1/+1
* Bring back AMo#i18n_key methodSantiago Pastorino2011-03-301-5/+10
* Revert "Properly interpolate i18n keys in modules [#5572 state:resolved]"Santiago Pastorino2011-02-271-10/+5
* fix type: remove extra periodNicholas Rowe2011-02-171-1/+1
* Added missing AS require to active_model/naming.rbsnusnu2010-10-301-0/+1
* Convert to model before calling model_name on a record in ActiveModel::NamingErnie Miller2010-10-041-1/+5
* Fix Namind#model_name.thedarkone2010-09-271-2/+4
* Don't act destructively on ActiveModel::Name#human options hash. [#5366 state...John Firebaugh2010-09-251-2/+3
* Properly interpolate i18n keys in modules [#5572 state:resolved]Rodrigo Rosenfeld Rosas2010-09-241-5/+10
* Fix docs related to param_key in ActiveModel::NamingCarlos Antonio da Silva2010-09-051-2/+2
* Add some documantation on new route_key and param_key in ActiveModel::NamingPiotr Sarnacki2010-09-031-0/+16
* Prepared ActiveModel::Naming to handle cases for namespaced isolated enginesPiotr Sarnacki2010-09-031-4/+22
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-5/+5
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-3/+6
* Moved a few methods from RecordIdentifier to ActiveModel::NamingPiotr Sarnacki2010-07-211-0/+29
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Revised and added headings.Rizwan Reza2010-06-141-1/+1
* Revised naming.rb and lint.rbRizwan Reza2010-06-141-4/+4
* Merge remote branch 'mainstream/master'Pratik Naik2010-03-121-1/+1
|\
| * Adds #key and #to_param to the AMo interfacesnusnu2010-02-191-1/+1
| * Full update on ActiveModel documentationMikel Lindsaar2010-02-011-0/+15
* | Adding ActiveModel::Naming documentationMikel Lindsaar2010-01-171-0/+17
|/
* Small clean up in Naming and TTranslation tests.José Valim2009-12-231-4/+22
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-4/+5
* Add support for error_messages_for(@obj)Yehuda Katz2009-07-281-1/+2
* Move model naming into ActiveModelJoshua Peek2009-06-171-0/+25