We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to import a CMS seed, using:
rake 'comfy:cms_seeds:import[sample-site, demo]'
the following stack trace follows:
Importing CMS Seed data from Folder [sample-site] to Site [demo] ... rake aborted! NoMethodError: undefined method `each' for nil:NilClass .rvm/gems/ruby-2.5.1/gems/comfortable_mexican_sofa-2.0.18/lib/comfortable_mexican_sofa/seeds.rb:32:in `import!' /.rvm/gems/ruby-2.5.1/gems/comfortable_mexican_sofa-2.0.18/lib/tasks/cms_seeds.rake:18:in `block (3 levels) in <main>' /.rvm/gems/ruby-2.5.1/gems/rake-12.3.2/exe/rake:27:in `<top (required)>' .rvm/gems/ruby-2.5.1/bin/ruby_executable_hooks:24:in `eval' .rvm/gems/ruby-2.5.1/bin/ruby_executable_hooks:24:in `<main>'
The text was updated successfully, but these errors were encountered:
I use the following steps and I was able to seed the cms:
git clone https://github.com/comfy/comfy-demo.git
cd comfy-demo
bundle
yarn
rails db:migrate
rails server
http://localhost:3000/admin/
identifier
demo
Sorry, something went wrong.
No branches or pull requests
When trying to import a CMS seed, using:
rake 'comfy:cms_seeds:import[sample-site, demo]'
the following stack trace follows:
The text was updated successfully, but these errors were encountered: