You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install this gem into a brand new refinerycms app. Following the instructions in the README, I added the line at the bottom of my Gemfile. The gem installation was successful, but when I attempt to run rails generate refinery:jobs or start the development server, I get the following error:
rails generate refinery:jobs
/usr/local/rvm/gems/ruby-2.4.0@rails51/bundler/gems/refinerycms-jobs-41fb9042edb9/lib/refinery/jobs/dragonfly.rb:14:in `block in configure!': undefined method `datastore_root_path' for Refinery::Resources:Module (NoMethodError)
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/dragonfly-1.1.5/lib/dragonfly/configurable.rb:51:in `instance_eval'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/dragonfly-1.1.5/lib/dragonfly/configurable.rb:51:in `configure'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/dragonfly-1.1.5/lib/dragonfly/configurable.rb:89:in `configure'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/bundler/gems/refinerycms-jobs-41fb9042edb9/lib/refinery/jobs/dragonfly.rb:12:in `configure!'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/bundler/gems/refinerycms-jobs-41fb9042edb9/lib/refinery/jobs/engine.rb:12:in `block in <class:Engine>'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/railties-5.1.6/lib/rails/initializable.rb:30:in `instance_exec'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/railties-5.1.6/lib/rails/initializable.rb:30:in `run'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/railties-5.1.6/lib/rails/initializable.rb:59:in `block in run_initializers'
from /usr/local/rvm/rubies/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:228:in `block in tsort_each'
from /usr/local/rvm/rubies/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
from /usr/local/rvm/rubies/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:431:in `each_strongly_connected_component_from'
from /usr/local/rvm/rubies/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:349:in `block in each_strongly_connected_component'
from /usr/local/rvm/rubies/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:347:in `each'
from /usr/local/rvm/rubies/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:347:in `call'
from /usr/local/rvm/rubies/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:347:in `each_strongly_connected_component'
from /usr/local/rvm/rubies/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:226:in `tsort_each'
from /usr/local/rvm/rubies/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:205:in `tsort_each'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/railties-5.1.6/lib/rails/initializable.rb:58:in `run_initializers'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/railties-5.1.6/lib/rails/application.rb:353:in `initialize!'
from /Users/glapworth/tmp/etwebsite/config/environment.rb:5:in `<top (required)>'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/activesupport-5.1.6/lib/active_support/dependencies.rb:292:in `require'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/activesupport-5.1.6/lib/active_support/dependencies.rb:292:in `block in require'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/activesupport-5.1.6/lib/active_support/dependencies.rb:258:in `load_dependency'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/activesupport-5.1.6/lib/active_support/dependencies.rb:292:in `require'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/railties-5.1.6/lib/rails/application.rb:329:in `require_environment!'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/railties-5.1.6/lib/rails/command/actions.rb:16:in `require_application_and_environment!'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/railties-5.1.6/lib/rails/commands/generate/generate_command.rb:19:in `perform'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/thor-0.20.0/lib/thor/command.rb:27:in `run'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/thor-0.20.0/lib/thor/invocation.rb:126:in `invoke_command'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/thor-0.20.0/lib/thor.rb:387:in `dispatch'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/railties-5.1.6/lib/rails/command/base.rb:63:in `perform'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/railties-5.1.6/lib/rails/command.rb:44:in `invoke'
from /usr/local/rvm/gems/ruby-2.4.0@rails51/gems/railties-5.1.6/lib/rails/commands.rb:16:in `<top (required)>'
from bin/rails:4:in `require'
from bin/rails:4:in `<main>'
Is there something I am doing wrong?
The text was updated successfully, but these errors were encountered:
I tried to install this gem into a brand new refinerycms app. Following the instructions in the README, I added the line at the bottom of my Gemfile. The gem installation was successful, but when I attempt to run
rails generate refinery:jobs
or start the development server, I get the following error:Is there something I am doing wrong?
The text was updated successfully, but these errors were encountered: