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

Ruby

Why wasn't Devise folder created in my views folder?

Everything is going great but isn't the Devise folder supposed to be created in the views folder after I install Devise? It wasn't so I just copied the projects files folder over. I'm just wondering. Otherwise, where would this folder come from? It just makes sense that it would be created. Any feedback would be appreciated. Thanks so much! Dave

3 Answers

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

Hey David, this is done by typing the following command:

rails generate devise:views

Thank you Jason! I also was wondering why in the web development learning adventure you build an application with Rails before you actually learn any Ruby? Thanks for the feedback! Dave

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

Hey David,

We do that so that you can get something up and running quickly and then go back and learn Ruby at your leisure :)