aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/class/delegating_attributes_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Active support instead of ActiveSupport::Deprecation.silence we can use asser...Rajarshi Das2014-04-041-4/+4
* Deprecate Class#superclass_delegating_accessorAkshay Vishnoi2014-03-201-6/+28
* Prevent creation of instance methods when `instance_reader = false`, Grammar ...Akshay Vishnoi2013-12-191-1/+4
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-4/+4
* Remove test ordering bugEvan Phoenix2010-03-221-8/+14
* Clear the attribute after doneYehuda Katz2010-02-161-0/+2
* 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