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
f41d099720dd2031341ea355116a7d4e73bee11a
rails
/
activesupport
/
test
/
core_ext
/
module
History
Aaron Patterson
d9c2882077
Module#synchronize is deprecated with no replacement. Please use
monitor
from ruby's standard library.
2011-11-29 15:40:46 -08:00
..
anonymous_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
attr_internal_test.rb
Fix dependencies revealed by testing in isolation
2009-04-22 18:54:13 -07:00
attribute_accessor_test.rb
Added instance_accessor: false to Module#mattr_accessor
2011-06-14 14:56:58 +05:30
attribute_aliasing_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
qualified_const_test.rb
defines Module#qualified_const_(defined?|get|set) and String#deconstantize
2011-10-29 18:10:45 -07:00
reachable_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
remove_method_test.rb
added remove_method core_ext tests
2011-11-07 16:22:52 +05:30