rails/activerecord/test
Ryuta Kamizono 5232ddad65
Merge pull request #31520 from yahonda/introduce_frozen_error_class
Handle `FrozenError` if it is available
2017-12-20 21:29:43 +09:00
..
active_record/connection_adapters Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
assets Use YAML to serialize schema cache 2016-11-27 22:09:58 -05:00
cases Merge pull request #31520 from yahonda/introduce_frozen_error_class 2017-12-20 21:29:43 +09:00
fixtures Quote primary key in the subselect generated by mysql2 adapter 2017-12-19 20:59:09 +09:00
migrations Unify the internal source control .keep file name 2017-08-24 13:40:26 +09:00
models Fix conflicts counter_cache with touch: true by optimistic locking. 2017-12-12 00:32:50 +02:00
schema Fix conflicts counter_cache with touch: true by optimistic locking. 2017-12-12 00:32:50 +02:00
support Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03: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 Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00