rails/activerecord/lib
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 Revert "Merge pull request #19755 from yuki24/activerecord/support-for-set" 2015-04-15 09:10:00 +02:00
rails/generators Add Secure Token Generator 2015-01-11 14:42:54 -05:00
active_record.rb Batch touch parent records 2015-04-08 13:31:28 -04:00