Displaying 2 results from an estimated 2 matches for "schema_plus".
2013 Mar 11
0
Any interest in various features from "schema_plus" gem?
Hello (I''m new to this group so please pardon any inappropriateness),
I''m a primary maintainer of the schema_plus gem<https://github.com/lomba/schema_plus/>,
which adds some capabilities to rails'' schema definitions. The gem has
been around for several years and is pretty reliable. I''ve been wondering
whether there''d be interest in folding some of its features into rails...
2013 Jun 14
0
Support for deferrable constraints in PostgreSQLAdapter#disable_referential_integrity
...ny feedback before I start?
--Toby Ovod-Everett
P.S. I don''t intend to open discussion on whether support for
referential integrity belongs in ActiveRecord. I personally am happy
with the current situation. There are at least two 3rd-party modules
that provide this support (foreigner and schema_plus), and I think it is
useful to encourage innovation in this space. I do, however, strongly
believe that #disable_referential_integrity belongs in ActiveRecord
because it exposes an interface to both internal code (i.e. fixtures)
and 3rd-party code (database_cleaner, yaml_db, etc.) that need this
sup...