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
yui-knk 0996975319 Remove test helper method to inside test method
Remove `MigrationTest#connection` and write `ActiveRecord::Base.connection`
directly to test, because `MigrationTest#connection` is only used in
`test_migration_instance_has_connection`.
2015-08-23 22:59:24 +09:00
..
active_record/connection_adapters rm Column#cast_type 2015-02-03 15:02:18 -07:00
assets
cases Remove test helper method to inside test method 2015-08-23 22:59:24 +09:00
fixtures descriptive error message when fixtures contian a missing column. 2015-08-13 17:13:32 +02:00
migrations Add line endings to files which are missing them 2015-02-17 13:28:06 -07:00
models Merge pull request #19683 from tristang/require-option-for-counter-cache 2015-08-13 17:51:07 -03:00
schema Merge pull request #19683 from tristang/require-option-for-counter-cache 2015-08-13 17:51:07 -03:00
support use correct DB connection for generated HABTM table 2015-08-07 12:33:09 -07:00
.gitignore
config.example.yml
config.rb