rails/activerecord/test
Eileen M. Uchitelle 79b6a25916 Merge pull request #27400 from kamipo/remove_useless_test_supports_primary_key
Remove useless `test_supports_primary_key`
2016-12-19 08:53:51 -05:00
..
active_record/connection_adapters Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
assets Use YAML to serialize schema cache 2016-11-27 22:09:58 -05:00
cases Merge pull request #27400 from kamipo/remove_useless_test_supports_primary_key 2016-12-19 08:53:51 -05:00
fixtures Throw friendly error message when fixture is not a hash 2016-12-15 17:07:58 -05:00
migrations modernizes hash syntax in activerecord 2016-08-06 19:37:57 +02:00
models Deprecate the behavior of AR::Dirty inside of after_(create|update|save) callbacks 2016-11-01 13:16:33 -04:00
schema Make pg adapter use bigserial for pk by default 2016-12-05 11:40:32 -08:00
support Fix typo s/with/without/ 2016-11-20 05:47:30 +09: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 Fix tests for prepared_statements: false and queries hitting #select_all 2016-11-19 21:52:52 +05:30
config.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00