Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Pierce 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.