'method missing' error - New to alchemy

21 views
Skip to first unread message

Jackie Becton

unread,
Jun 30, 2015, 5:35:17 PM6/30/15
to alche...@googlegroups.com

Everything I've read makes me think that alchemy would work great for a project I'm doing, but I keep having a few issues with the basic setup. 
When I first started it, I was following the guide and just cd into the directory and ran rails s to get the page to start, but the page wouldn't display. 

I eventually tried running it with passenger as my server and got the page to load. 
I created the first user tried to navigate to the admin/users section. 

This happened. 













Not entirely sure why. Any advice that could point me in the right direction would be greatly appreciated. 
Anyone know what's going on?

Thomas von Deyen

unread,
Jul 1, 2015, 12:56:46 AM7/1/15
to alche...@googlegroups.com
Hi Jackie.

What version of Alchemy do you use?

Could you please show us your Gemfile.lock

It looks like a version miss match of the alchemy_cms and alchemy-devise gems.


Thomas

Jackie Becton

unread,
Jul 1, 2015, 2:56:40 PM7/1/15
to alche...@googlegroups.com
Here's my Gemfile.lock. When I started I just use this https://github.com/AlchemyCMS/alchemy_cms/tree/master, but used "alchemy new my_magicpage --database=postgresql" instead of just the 'alchemy new project_name'. Other than that I followed the guide there. 

 
GIT
  remote: git://github.com/AlchemyCMS/alchemy-devise.git
  revision: 2d44bbe871c41633b3e91d6d43ac1e24e18ba5a4
  branch: master
  specs:
    alchemy-devise (2.2.0.beta)
      alchemy_cms (>= 3.2.0.beta, < 4.0)
      devise (~> 3.4)

GIT
  remote: git://github.com/AlchemyCMS/alchemy_cms.git
  revision: a19ff491dcb68e7a66bf5436cc79e425734b316d
  branch: 3.2-stable
  specs:
    alchemy_cms (3.2.0.rc1)
      actionpack-page_caching (~> 1.0.0)
      active_model_serializers (~> 0.9)
      acts-as-taggable-on (~> 3.1)
      acts_as_list (~> 0.3)
      awesome_nested_set (~> 3.0.0)
      cancancan (~> 1.9)
      coffee-rails (~> 4.0)
      compass-rails (~> 2.0, >= 2.0.4)
      dragonfly (~> 1.0.1)
      jquery-rails (~> 4.0.3)
      jquery-ui-rails (~> 5.0.0)
      kaminari (~> 0.15)
      magiclabs-userstamp (~> 2.1.0)
      non-stupid-digest-assets (~> 1.0.3)
      rails (>= 4.2.0, < 5.0)
      request_store (~> 1.1.0)
      responders (~> 2.0)
      sass-rails (~> 5.0)
      sassy-buttons (~> 0.2.6)
      select2-rails (>= 3.5.9.1, < 4.0)
      simple_form (~> 3.0)
      spinner.rb
      turbolinks (~> 2.5)
      tvdeyen-handles_sortable_columns (~> 0.1.5)

GIT
  remote: git://github.com/AlchemyCMS/capistrano-alchemy.git
  revision: 3ba85fa93a14b4562396c259dddfa448a40be233
  branch: master
  specs:
    capistrano-alchemy (0.0.1)
      capistrano-rails (~> 1.1)

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (4.2.3)
      actionpack (= 4.2.3)
      actionview (= 4.2.3)
      activejob (= 4.2.3)
      mail (~> 2.5, >= 2.5.4)

Thomas von Deyen

unread,
Jul 1, 2015, 3:21:26 PM7/1/15
to alche...@googlegroups.com
I see. The installer pointed to the wrong alchemy devise version. We fixed this today. 

Please update your Gemfile so that it looks like this:

  gem 'alchemy-devise', github: 'AlchemyCMS/alchemy-devise', branch: '3.2-stable'

And then run 

  bundle install 

Sorry for the inconvenience 
Thomas
--
You received this message because you are subscribed to the Google Groups "Alchemy CMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to alchemy-cms...@googlegroups.com.
To post to this group, send email to alche...@googlegroups.com.
Visit this group at http://groups.google.com/group/alchemy-cms.
To view this discussion on the web visit https://groups.google.com/d/msgid/alchemy-cms/b9a3bde4-7820-44f9-80ec-c3c174ebd27a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Jackie Becton

unread,
Jul 1, 2015, 3:30:02 PM7/1/15
to alche...@googlegroups.com
Thanks so much for the quick response. Everything is working now. 
Reply all
Reply to author
Forward
0 new messages