Skip to content

1.4.0 - lit-brook-38160

Latest

Choose a tag to compare

@calebhearth calebhearth released this 19 May 14:59
dc99d3b

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.