Skip to content
New issue

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

install generator fails in rails 4.1 #481

Open
KarlGl opened this issue Jul 26, 2014 · 2 comments
Open

install generator fails in rails 4.1 #481

KarlGl opened this issue Jul 26, 2014 · 2 comments

Comments

@KarlGl
Copy link

KarlGl commented Jul 26, 2014

When trying to run the install generator I get the following error about formtastic:

/Users/kg/.rvm/gems/ruby-2.1.2/gems/surveyor-0.20.0/lib/formtastic/surveyor_builder.rb:3:in <module:Formtastic>': uninitialized constant Formtastic::SemanticFormBuilder (NameError) from /Users/kg/.rvm/gems/ruby-2.1.2/gems/surveyor-0.20.0/lib/formtastic/surveyor_builder.rb:2:in<top (required)>'
from /Users/kg/.rvm/gems/ruby-2.1.2/gems/surveyor-0.20.0/lib/surveyor.rb:3:in `require'

@francescob
Copy link

put
gem 'surveyor', :github => "NUBIC/surveyor", :branch => "master"

in your gem file

@taiwoayanleye
Copy link

Did same
gem 'surveyor', :git => 'git://github.com/NUBIC/surveyor.git', :branch => 'simple_form'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants