Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice. | Jeremy Kemper | 2010-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of git://github.com/rails/rails | Mikel Lindsaar | 2010-02-02 | 1 | -0/+1 | |
|\| | | | | | | | | | | | | | | | Conflicts: activemodel/README activemodel/lib/active_model/errors.rb activemodel/lib/active_model/serialization.rb railties/guides/source/3_0_release_notes.textile | |||||
| * | Full update on ActiveModel documentation | Mikel Lindsaar | 2010-02-01 | 1 | -20/+120 | |
| | | ||||||
| * | Ruby 1.9.2: explicit coercion check no longer needed; bug fixed upstream | Jeremy Kemper | 2010-01-01 | 1 | -4/+0 | |
| | | ||||||
| * | Ruby 1.9.2: explicitly raise NoMethodError for explicit coercion attempts | Jeremy Kemper | 2009-12-06 | 1 | -0/+4 | |
| | | ||||||
* | | Adding ActiveModel::AttributeMethods documentation | Mikel Lindsaar | 2010-01-17 | 1 | -21/+120 | |
|/ | ||||||
* | Fixed behavior of attribute_methods_generated? [#3220 state:resolved] | Sam Pohlenz | 2009-10-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Don't share attribute matchers between classes [#3216 state:resolved] | Sam Pohlenz | 2009-10-07 | 1 | -1/+4 | |
| | | | | | | | Allows separate models that include ActiveModel::AttributeMethods to use different sets of attribute matchers. Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Fix warnings in AMo | Joshua Peek | 2009-09-05 | 1 | -1/+1 | |
| | ||||||
* | AMo overrides alias_attribute and manages aliasing all known attribute ↵ | Joshua Peek | 2009-08-10 | 1 | -0/+10 | |
| | | | | method matchers | |||||
* | Centralize attr method name concatenation in AttributeMethodMatch | Joshua Peek | 2009-08-10 | 1 | -11/+22 | |
| | ||||||
* | Extract generic attribute method generation to AMo | Joshua Peek | 2009-08-04 | 1 | -0/+267 | |