liveh2o / spectacles

ActiveRecord Views for PostgreSQL
MIT License
90 stars 11 forks source link

Add support for skipping views during schema dump #27

Closed stefanoc closed 7 years ago

stefanoc commented 7 years ago

Our database includes many views that are not directly controlled by the Rails application, so we need a way to skip those views when dumping the schema. This PR introduces support for specifying a list of views to skip, where each item can be anything that responds to the === operator (e.g. a String or a Regexp).

liveh2o commented 7 years ago

Seems like a good addition, and has a small footprint.

:shipit:

liveh2o commented 7 years ago

Released in v1.2.0.