1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Steve Jorgensen 1e17a9d367 Fix only-once stub logic.
Didn't fail the test because adapter#query happens to
not call raw connection's #query, but don't want to count
on that and have a fragile test.
2012-08-08 14:43:53 -07:00
..
active_record/connection_adapters Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
assets
cases Fix only-once stub logic. 2012-08-08 14:43:53 -07:00
fixtures Improve the derivation of HABTM assocation join table names 2012-06-22 06:27:11 +01:00
migrations
models Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql. 2012-08-01 19:46:31 +01:00
schema Modity the :json_data_empty attribute from :null => false to :null => true 2012-07-28 04:43:04 +09:00
support
.gitignore
config.example.yml Simulated & actual (manual/skipped) PostgreSQL auto-reconnection tests. 2012-07-16 09:55:20 -07:00
config.rb