aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/attribute_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into docrailswycats2010-03-261-3/+15
|\
| * cleaning up a bunch of method already defined warnings [#4209 state:resolved]Aaron Patterson2010-03-171-3/+15
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-121-4/+7
|\|
| * Add missing information about attributes method.José Valim2010-02-281-3/+6
| * Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.Jeremy Kemper2010-02-251-1/+1
* | Merge branch 'master' of git://github.com/rails/railsMikel Lindsaar2010-02-021-0/+1
|\|
| * Full update on ActiveModel documentationMikel Lindsaar2010-02-011-20/+120
| * Ruby 1.9.2: explicit coercion check no longer needed; bug fixed upstreamJeremy Kemper2010-01-011-4/+0
| * Ruby 1.9.2: explicitly raise NoMethodError for explicit coercion attemptsJeremy Kemper2009-12-061-0/+4
* | Adding ActiveModel::AttributeMethods documentationMikel Lindsaar2010-01-171-21/+120
|/
* Fixed behavior of attribute_methods_generated? [#3220 state:resolved]Sam Pohlenz2009-10-071-1/+1
* Don't share attribute matchers between classes [#3216 state:resolved]Sam Pohlenz2009-10-071-1/+4
* Fix warnings in AMoJoshua Peek2009-09-051-1/+1
* AMo overrides alias_attribute and manages aliasing all known attribute method...Joshua Peek2009-08-101-0/+10
* Centralize attr method name concatenation in AttributeMethodMatchJoshua Peek2009-08-101-11/+22
* Extract generic attribute method generation to AMoJoshua Peek2009-08-041-0/+267