rails/activerecord/test
Rafael Mendonça França 0168ce10a3 Merge pull request #19683 from tristang/require-option-for-counter-cache
Require explicit counter_cache option for has_many
2015-08-13 17:51:07 -03:00
..
active_record/connection_adapters rm Column#cast_type 2015-02-03 15:02:18 -07:00
assets Added test to illustrate bad binary blobs. 2012-01-31 13:45:00 -06:00
cases Merge pull request #19683 from tristang/require-option-for-counter-cache 2015-08-13 17:51:07 -03: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 Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases. 2011-06-04 23:47:03 +01:00
config.example.yml remove the last traces of OpenBase from our codebase. [ci skip] 2014-11-07 10:12:01 +01:00
config.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00