Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Daniel Gibbons
2,057 PointsRuby on Rails Devise
I am building a simple ruby on rails application and for some reason I cannot download devise through the terminal. I followed the directions and added "gem 'devise'" to the Gemfile, and I installed the bundle file.
My problem is that every time I put in rails generate devise:install I keep getting the message:
I keep getting a "could not find generator devise:install"
I even put in "gem 'devise', '3.2.13'" but no luck if anyone can please help me I am trying to move forward as quick as possible. Thanks
2 Answers
Stone Preston
42,016 Pointstry running bundle install before running your devise:install command
Daniel Gibbons
2,057 PointsI did a bundle install, that worked
then ran devise:install command that didn't work