materialized_views icon indicating copy to clipboard operation
materialized_views copied to clipboard

Create auto-updating materialized views with ActiveRecord::Migration and Postgres

Results 2 materialized_views issues
Sort by recently updated
recently updated
newest added

Instead, put the migration helpers in some other class that is owned by this gem.

For instance: - clients table - inquiry_types table (type values could be "email", "in-person meeting", "phone call") - inquiries table (with a client_id and inquiry_id foreign keys) - Clients table...