rails/activerecord/test
Yves Senn 5f00ed10dd Revert "Merge pull request #19755 from yuki24/activerecord/support-for-set"
This reverts commit 524d40591eaa2f4d007409bfad386f6b107492eb, reversing
changes made to 34d3a6095100245283861ef480a54d0643bbee4c.

Reasoning behind the revert are in the PR discussion:
https://github.com/rails/rails/pull/19755

- This means that types can no longer cast to/from `Set`, and reasonably
  work with `where` (we already have this problem for `array`/`json`
  types on pg)
- This adds precedent for every other `Enumerable`, and we can't target
  `Enumerable` directly.
- Calling `to_a` on a `Set` is reasonable.
2015-04-15 09:10:00 +02: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 Revert "Merge pull request #19755 from yuki24/activerecord/support-for-set" 2015-04-15 09:10:00 +02:00
fixtures Fixes #18492 2015-01-14 21:36:58 +05:30
migrations Add line endings to files which are missing them 2015-02-17 13:28:06 -07:00
models Fix leaky chain on polymorphic association 2015-03-15 10:39:42 -04:00
schema Merge pull request #17574 from kamipo/charset_collation_options 2015-04-07 09:40:16 -07: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