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
Sean Griffin 4ed60af60d Revert to 4.1 behavior for casting PG arrays
The user is able to pass PG string literals in 4.1, and have it
converted to an array. This is also possible in 4.2, but it would remain
in string form until saving and reloading, which breaks our
`attr = save.reload.attr` contract. I think we should deprecate this in
5.0, and only allow array input from user sources. However, this
currently constitutes a breaking change to public API that did not go
through a deprecation cycle.
2014-12-08 11:42:29 -07:00
..
active_record/connection_adapters
assets
cases Revert to 4.1 behavior for casting PG arrays 2014-12-08 11:42:29 -07:00
fixtures make it possible to access fixtures excluded by a default_scope. 2014-11-21 14:57:25 +01:00
migrations
models Fix "nonexistent" typo in tests 2014-12-02 19:19:10 -05:00
schema pg tests, get rid of global schema schema_1. 2014-12-02 12:08:52 +01:00
support Reset ActiveRecord::SchemaDumper.ignore_tables value after changed in tests 2014-09-03 11:30:36 +09: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