aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/attribute_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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