scenic
scenic copied to clipboard
Versioned database views for Rails
- Fix some dependency conflicts / unneeded version locks - Fix some Rails 7.1 issues
I propose adding another method which will wipe (depopulate) materialized views. ### Rationale It's needed in tests. Without wiping materialized views, at least in PostgreSQL, data these views are populated...
I have a massive ~1000 line materialized view that takes the Postgres JIT about 7 seconds to do its thing, while the execution itself (on a small table, anyway) is...
Explicitly require active_record to prevent loading error using sidekiqswarm: $> sidekiqswarm [swarm] Preloading Bundler groups ["default"] bundler: failed to load command: sidekiqswarm (/Users/pcreux/.rbenv/versions/2.6.6/bin/sidekiqswarm) NameError: uninitialized constant Scenic::SchemaDumper::ActiveRecord /Users/pcreux/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/scenic-1.5.4/lib/scenic/schema_dumper.rb:30:in `' /Users/pcreux/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/scenic-1.5.4/lib/scenic/schema_dumper.rb:5:in...