Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hax to workaround private send for Ruby 1.9. Consider moving to send! and ali... | Jeremy Kemper | 2007-09-27 | 1 | -7/+7 |
* | Use instance_variable_defined? instead of instance_variables.include? to acco... | Jeremy Kemper | 2007-09-27 | 2 | -11/+11 |
* | Let alias_attribute work with attributes with initial capital letters (legacy... | Michael Koziarski | 2007-07-19 | 1 | -1/+24 |
* | Clean up junk test. Closes #7973 [Rob Sanheim] | Jeremy Kemper | 2007-06-08 | 2 | -31/+1 |
* | Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/access... | Rick Olson | 2007-01-28 | 2 | -0/+63 |
* | Rename test file so it's not ignored by rake | Rick Olson | 2007-01-28 | 1 | -0/+0 |
* | Add Module#attr_accessor_with_default to initialize value of attribute before... | Marcel Molina | 2006-11-16 | 1 | -0/+30 |
* | attr_internal to support namespacing and deprecation | Jeremy Kemper | 2006-08-07 | 1 | -0/+52 |
* | Added Module#alias_attribute [Jamis/DHH] | David Heinemeier Hansson | 2006-08-03 | 1 | -0/+31 |