aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/class/delegating_attributes_test.rb
Commit message (Expand)AuthorAgeFilesLines
* superclass_delegating_accessor rewritten to serve as the base for many other ...Yehuda Katz2010-01-291-34/+0
* Allow :instance_reader to be given to superclass_delegating_accessor as well.José Valim2009-11-011-0/+7
* Explicitly require core extension under testJeremy Kemper2009-03-241-0/+1
* Add query methods for superclass_delegating_readerJeremy Kemper2008-03-311-4/+14
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-2/+2
* Ruby 1.9 compat. References #1689 [Pratik Naik]Jeremy Kemper2007-12-101-3/+3
* Add new superclass_delegating_accessors. Similar to class inheritable attrib...Michael Koziarski2007-10-291-0/+105