1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/core_ext/module
2007-09-27 09:27:37 +00:00
..
attr_accessor_with_default_test.rb Clean up junk test. Closes #7973 [Rob Sanheim] 2007-06-08 22:19:15 +00:00
attr_internal_test.rb Use instance_variable_defined? instead of instance_variables.include? to account for string/symbol differences between 1.8 and 1.9 2007-09-27 09:27:37 +00:00
attribute_accessor_test.rb Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/accessor, and #class_inheritable_writer to skip the creation of the instance writer. [Rick] 2007-01-28 01:18:51 +00:00
attribute_aliasing_test.rb Let alias_attribute work with attributes with initial capital letters (legacy columns etc). Closes #8596 [mpalmer] 2007-07-19 10:09:40 +00:00