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

NameError: uninitialized constant Rails3DeviseRspecCucumber #178

Closed
dwmoore opened this issue May 20, 2014 · 6 comments
Closed

NameError: uninitialized constant Rails3DeviseRspecCucumber #178

dwmoore opened this issue May 20, 2014 · 6 comments

Comments

@dwmoore
Copy link

dwmoore commented May 20, 2014

Error occurs near the the of the Rails Composer install after "applying migrations and seeding the database" and its corresponding rake db:migrate.

Only occurs when using devise as far as I can tell.

I wish I was to a point in my rails knowledge where I could better troubleshoot the issue and know for sure if it is a local problem or something in Rails Composer itself.

@DanielKehoe
Copy link
Member

I can try to figure it out if you give me the contents of your README file which contains diagnostic info. And/or paste the console output showing which choices you made so I can duplicate your choices and reproduce the problem.

@dwmoore
Copy link
Author

dwmoore commented May 20, 2014

Here is a pastebin of the full composer output: http://pastebin.com/UPEpjMTB

Also, here is a copy of the README:

Composer Test3

This application was generated with the rails_apps_composer gem:
https://github.com/RailsApps/rails_apps_composer
provided by the RailsApps Project:
http://railsapps.github.io/


Recipes:

  • controllers
  • core
  • deployment
  • email
  • extras
  • frontend
  • gems
  • git
  • init
  • learn_rails
  • models
  • prelaunch
  • rails_bootstrap
  • rails_devise
  • rails_devise_pundit
  • rails_foundation
  • rails_omniauth
  • rails_signup_download
  • railsapps
  • readme
  • routes
  • saas
  • setup
  • testing
  • tests4
  • views

Preferences:

  • git: true
  • apps4: none
  • dev_webserver: webrick
  • prod_webserver: thin
  • database: postgresql
  • templates: erb
  • tests: rspec
  • continuous_testing: none
  • frontend: none
  • email: mandrill
  • authentication: devise
  • devise_modules: default
  • authorization: pundit
  • form_builder: simple_form
  • starter_app: admin_app
  • rvmrc: false
  • quiet_assets: true
  • ban_spiders: true

License

@jersingh
Copy link

Not sure if this will help, and although my configuration is a little different, the error only seems to happen if you build an experimental app with User Accounts selected in the "Install a starter app?" step.

@dwmoore
Copy link
Author

dwmoore commented May 23, 2014

Hey Jersingh, helps me a ton as it confirms that it is not a local system issue. I am new to rails so with each new bug I encounter, my biggest hurdle is to decide if it is because I messed something up or if it was broken to begin with. Thanks for the info!!!

@mtearle
Copy link

mtearle commented May 29, 2014

@DanielKehoe
Copy link
Member

Thank you to all for bringing the issue to my attention and pointing out the source of the problem.

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

4 participants