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 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'
<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
The text was updated successfully, but these errors were encountered:
put gem 'surveyor', :github => "NUBIC/surveyor", :branch => "master"
gem 'surveyor', :github => "NUBIC/surveyor", :branch => "master"
in your gem file
Sorry, something went wrong.
Did same gem 'surveyor', :git => 'git://github.com/NUBIC/surveyor.git', :branch => 'simple_form'
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: