Skip to content

1.3.0 - Sassy Panda

Choose a tag to compare

@calebhearth calebhearth released this 27 May 19:55
· 138 commits to main since this release
baf30cb

Added

  • Add replace_view migration statement, which issues CREATE OR REPLACE VIEW rather than CREATE VIEW or DROP VIEW and CREATE VIEW.
  • Schema-qualify views outside the 'public' namespace, such as
    scenic.searches

Fixed

  • Singularize generated model name when injecting into class.
    Previously, pluralized names would issue a warning and Scenic would
    attempt to insert model code into the pluralized model file.
  • Convert shell-based smoke tests to RSpec syntax.