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
9dfc2153270dcaa2f978ef52fbece99efc150bbc
rails
/
activesupport
/
lib
/
active_support
/
testing
History
David Heinemeier Hansson
0eb6e5e270
Moved Turn activation/dependency to railties
2011-03-31 16:20:59 -07:00
..
assertions.rb
code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them
2010-08-17 03:32:11 +02:00
declarative.rb
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
2010-08-14 04:12:33 -03:00
deprecation.rb
Opt in to Dependencies
2009-04-22 16:42:14 -07:00
isolation.rb
Config is deprecated on 1.8.8 and 1.9.3 use RbConfig
2010-08-23 23:10:36 -03:00
mochaing.rb
Add using Turn with natural language test case names if the library is available (which it will be in Rails 3.1) [DHH]
2011-03-31 12:25:04 -07:00
pending.rb
Delegate pending to skip if Minitest is available
2011-03-30 21:16:29 -07:00
performance.rb
GcTime incorrectly checks GC.respond_to?(:total_time), it should check GC::Profiler.respond_to?(:total_time)
2011-02-15 20:13:06 -02:00
setup_and_teardown.rb
Use run_callbacks; the generated _run_<name>_callbacks method is not a public interface.
2011-01-31 19:45:53 -02:00