Scenic v1.3.0 Release Notes

Release Date: 2016-05-27 // almost 8 years ago
  • โž• 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.