Skip to content

Commit

Permalink
Rename skip_migrate to skip_migrations
Browse files Browse the repository at this point in the history
This should fix pages fails on MySQL.

I suspect, "skip_migrate" is not the right option name, "skip_migration" is also used to skip the seeds in: https://github.com/refinery/refinerycms/blob/10e63784613682db8f8b094878f60a01413b39f6/core/lib/generators/refinery/cms/cms_generator.rb#L269
  • Loading branch information
bricesanchez authored and parndt committed Mar 12, 2018
1 parent b187ee2 commit 249cd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/generators/refinery/dummy/dummy_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def generate_test_dummy
opts[:skip_action_cable] = true
opts[:skip_action_mailer] = true
opts[:skip_keeps] = true
opts[:skip_migrate] = true
opts[:skip_migrations] = true
opts[:template] = refinery_path.join("templates", "refinery", "edge.rb").to_s

invoke Rails::Generators::AppGenerator,
Expand Down

0 comments on commit 249cd9e

Please sign in to comment.