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 trialPierce Harmon
Courses Plus Student 3,365 PointsQuestion: Build a Simple Ruby on Rails Application>Creating an Authentication System>Installing Devise
I am trying to install devise, however my output looks much different than that of the video. Am I still on the right track?
invoke active_record
create db/migrate/20130522161816_devise_create_installs.rb
create app/models/install.rb
invoke test_unit
create test/unit/install_test.rb
create test/fixtures/installs.yml
insert app/models/install.rb
route devise_for :installs
This was the output to the console. Thanks!
1 Answer
Jason Seifer
Treehouse Guest TeacherHi Pierce Harmon what command did you use to install devise? It looks like you may have accidentally generated an "Install" model rather than a User model. You may want to go over that video and try again.