rails/activerecord/test
George Claghorn ac002395d8 Apply Active Record suppression to all saves
It was not being applied to creates and updates attempted through the
non-bang save methods. This means that, for example, creation of
records for singular associations through the `create_*` methods was
not appropriately ignored in .suppress blocks.
2015-06-04 00:11:38 -04:00
..
active_record/connection_adapters rm Column#cast_type 2015-02-03 15:02:18 -07:00
assets
cases Apply Active Record suppression to all saves 2015-06-04 00:11:38 -04:00
fixtures Resolve enums in test fixtures 2015-05-27 21:48:58 -04:00
migrations Add line endings to files which are missing them 2015-02-17 13:28:06 -07:00
models allow setting of a demodulized class name when using STI 2015-05-11 09:02:48 -04:00
schema Move PostgreSQL specific schema to postgresql_specific_schema.rb 2015-05-03 21:13:13 +09:00
support Add YAML compatibility for objects from Rails 4.2 2015-03-10 11:56:45 -06:00
.gitignore
config.example.yml remove the last traces of OpenBase from our codebase. [ci skip] 2014-11-07 10:12:01 +01:00
config.rb