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
c41c4425eef7eef01d80fa6007e64d9830b8837d
rails
/
activerecord
/
lib
History
Jon Leighton
c52520166b
Make assert_no_queries literally enforce that there are no queries. As in, not a single line of SQL should be sent to the database, not even stuff that is ignored by assert_queries. The argument being that if you write assert_no_queries, you really do not want there to be any queries.
2011-06-12 18:50:24 +01:00
..
active_record
Make assert_no_queries literally enforce that there are no queries. As in, not a single line of SQL should be sent to the database, not even stuff that is ignored by assert_queries. The argument being that if you write assert_no_queries, you really do not want there to be any queries.
2011-06-12 18:50:24 +01:00
rails
/generators
Use change in place of up and down in sessions table migration
2011-05-28 21:59:54 +05:30
active_record.rb
Rewrote AssociationPreload.
2011-02-28 22:12:34 +00:00