refinery / refinerycms

An extendable Ruby on Rails CMS that supports Rails 6.0+
https://www.refinerycms.com/
MIT License
3.9k stars 1.26k forks source link

Fresh with prepend_path error #3085

Closed mrozel closed 8 years ago

mrozel commented 8 years ago

Trying to get a refinery instance up and running to test it out... Following http://www.refinerycms.com/download with : Rails 4.2.5 ruby-2.3.0

Partial stack below...

Bundle complete! 17 Gemfile dependencies, 85 gems now installed. Use bundle show [gemname] to see where a bundled gem is installed. rake db:create generate refinery:cms --fresh-installation new my_new_application -m http://refinerycms.com/t/edge /home/mac/.rvm/gems/ruby-2.1.0/gems/speakingurl-rails-1.1.5/lib/speakingurl-rails.rb:8:in block in <class:Railtie>': undefined methodprepend_path' for nil:NilClass (NoMethodError) from /home/mac/.rvm/gems/ruby-2.1.0/gems/railties-4.2.5/lib/rails/initializable.rb:30:in instance_exec' from /home/mac/.rvm/gems/ruby-2.1.0/gems/railties-4.2.5/lib/rails/initializable.rb:30:inrun' from /home/mac/.rvm/gems/ruby-2.1.0/gems/railties-4.2.5/lib/rails/initializable.rb:55:in block in run_initializers' from /home/mac/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/tsort.rb:226:inblock in tsort_each' from /home/mac/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/tsort.rb:348:in block (2 levels) in each_strongly_connected_component' from /home/mac/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/tsort.rb:427:ineach_strongly_connected_component_from' from /home/mac/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/tsort.rb:347:in block in each_strongly_connected_component' from /home/mac/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/tsort.rb:345:ineach' from /home/mac/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/tsort.rb:345:in call' from /home/mac/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/tsort.rb:345:ineach_strongly_connected_component' from /home/mac/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/tsort.rb:224:in tsort_each' from /home/mac/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/tsort.rb:205:intsort_each' from /home/mac/.rvm/gems/ruby-2.1.0/gems/railties-4.2.5/lib/rails/initializable.rb:54:in run_initializers' from /home/mac/.rvm/gems/ruby-2.1.0/gems/railties-4.2.5/lib/rails/application.rb:352:ininitialize!' from /home/mac/projects/my_new_application/config/environment.rb:5:in <top (required)>' from /home/mac/.rvm/gems/ruby-2.1.0/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:274:inrequire' from /home/mac/.rvm/gems/ruby-2.1.0/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:274:in block in require' from /home/mac/.rvm/gems/ruby-2.1.0/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:240:inload_dependency' from /home/mac/.rvm/gems/ruby-2.1.0/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:274:in require' from /home/mac/.rvm/gems/ruby-2.1.0/gems/railties-4.2.5/lib/rails/application.rb:328:inrequire_environment!' from /home/mac/.rvm/gems/ruby-2.1.0/gems/railties-4.2.5/lib/rails/commands/commands_tasks.rb:142:in require_application_and_environment!' from /home/mac/.rvm/gems/ruby-2.1.0/gems/railties-4.2.5/lib/rails/commands/commands_tasks.rb:128:ingenerate_or_destroy' from /home/mac/.rvm/gems/ruby-2.1.0/gems/railties-4.2.5/lib/rails/commands/commands_tasks.rb:50:in generate' from /home/mac/.rvm/gems/ruby-2.1.0/gems/railties-4.2.5/lib/rails/commands/commands_tasks.rb:39:inrun_command!' from /home/mac/.rvm/gems/ruby-2.1.0/gems/railties-4.2.5/lib/rails/commands.rb:17:in <top (required)>' from bin/rails:4:inrequire' from bin/rails:4:in `
'

Your new Refinery CMS application is now running on edge and mounted to /.

============================================================================ run bundle install

bricesanchez commented 8 years ago

Hello, this issue is knowned, please see : https://github.com/refinery/refinerycms/issues/3081#issuecomment-166306999