This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9d8e2fb5e21da725755366ae2b7affe83ce1b6b0
rails
/
activesupport
/
test
/
core_ext
/
class
History
Josh Kalderimis
d7db6a8873
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
>
2010-11-20 19:40:29 +01:00
..
attribute_accessor_test.rb
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
2010-08-14 04:12:33 -03:00
attribute_test.rb
Class Attribute setter returns set value
2010-08-16 18:36:12 -07:00
class_inheritable_attributes_test.rb
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.
2010-11-20 19:40:29 +01:00
delegating_attributes_test.rb
Final iteration of use better testing methods
2010-05-19 21:31:51 +02:00