v1.0.0
We've arrived at 1.0. Please enjoy!
Added
- Added support for materialized views.
- Allow changing the database adapter via
Scenic::Configuration.
Fixed
- Improved formatting of the view when dumped to
schema.rb. - Fixed generation of namespaced models by using ActiveRecord's own model
generator. - Eliminated
alias_method_chaindeprecation when running with Rails master
(5.0).