This project is archived and is in readonly mode.

Changeset [d7db6a88734c3b666f4b85f266d223eff408b294] by Josh Kalderimis

November 20th, 2010 @ 06:40 PM

class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated.

Signed-off-by: José Valim jose.valim@gmail.com
https://github.com/rails/rails/commit/d7db6a88734c3b666f4b85f266d22...

Committed by Josh Kalderimis

  • M actionmailer/lib/action_mailer/test_case.rb
  • M actionpack/lib/action_controller/test_case.rb
  • M actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb
  • M actionpack/lib/action_view/helpers/form_helper.rb
  • M activerecord/lib/active_record/associations.rb
  • M activerecord/lib/active_record/associations/association_collection.rb
  • M activerecord/lib/active_record/attribute_methods/dirty.rb
  • M activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb
  • M activerecord/lib/active_record/base.rb
  • M activerecord/lib/active_record/named_scope.rb
  • M activerecord/lib/active_record/nested_attributes.rb
  • M activerecord/lib/active_record/reflection.rb
  • M activerecord/lib/active_record/timestamp.rb
  • M activerecord/test/cases/associations_test.rb
  • M activeresource/lib/active_resource/base.rb
  • M activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb
  • M activesupport/test/core_ext/class/class_inheritable_attributes_test.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>