Scenic v1.4.0 Release Notes

Release Date: 2017-05-19 // almost 7 years ago
  • ➕ Added

    • refresh_materialized_view now accepts a cascade option, which defaults to false. Setting this option to true will refresh any materialized views the current view depends on first, ensuring the view being refreshed has the most up-to-date information.
    • ⚡️ sql_definition argument is now supported when using update_view.

    🛠 Fixed

    • 🚅 View migrations created under Rails 5 and newer will no longer result in warnings.
    • ar_internal_metadata is no longer included in the schema dump for Rails 5 and newer apps.
    • Using the scenic:model generator will no longer create a fixture or factory.