Skip to content

scenic v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@calebhearth calebhearth released this 29 Oct 01:10
· 236 commits to main since this release
v0.1.0
b4693da

Scenic makes it easier to work with Postgres views in Rails.

It introduces view methods to ActiveRecord::Migration and allows views to be
dumped to db/schema.rb.

It provides generators for models, view definitions, and migrations.

It is build around a basic versioning system for view definition files.

In short, go add a view to your app.