Scenic v1.2.0 Release Notes

Release Date: 2016-02-06 // about 8 years ago
  • โž• Added

    • ๐Ÿš… The generators now accept namespaced view definitions. For example: rails generate scenic:view my_app.users.

    ๐Ÿ›  Fixed

    • Materialized view indexes are now properly dumped to db/schema.rb. This was
      ๐Ÿš€ an oversight in previous releases, meaning rake db:schema:load was missing
      indexes.
    • โšก๏ธ Calling update_view for a materialized view now properly finds associated
      indexes for automatic reapplication. An issue in the previous index query was
      returning no indexes.

    Note : Dumping materialized view indexes will produce an invalid
    ๐Ÿš… db/schema.rb file under Rails 5 beta 1 and beta 2. This is fixed on Rails
    master.

    Full Changelog