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

Twitter Bootstrap (windows)

http://teamtreehouse.com/library/programming/build-a-simple-ruby-on-rails-application/frontend-development/installing-twitter-bootstrap In this video, the guy shows how to download bootstrap on his mac, and he states that you have to drag the bootstrap js folder to treebook>app>assets (which is easy) however, I only have app>controllers>helpers>mailers>models>views>layouts>statuses etc... On his computer he has app>assets>images>javascript>controllers>helpers>mailers etc... That means I have all the controls for my ruby application in sublime text, except for assets, javascriptsand and stylesheets, which comes before what i have. Why is that? And what is the solution to this problem? (I googled it as well and I'm not the only one having this problem: http://www.sublimetext.com/forum/viewtopic.php?f=3&t=13671)

1 Answer

Marcus Tisäter
Marcus Tisäter
4,886 Points

You are suppose to go app-->assets--> stylesheets (import the css file) app-->assets-->javascripts (import the js files). I think you need to rewatch the video, you have mixed up some things.

Marcus Tisäter
Marcus Tisäter
4,886 Points

I also see that you make a lot of threads about this appliction. If you are new to programming I suggest you to take a look at the tutorial videos for it and then go over to ruby. Starting over from RoR is very difficult. I know it's cool to build a social network page, but you have no use for it if you are new to programming and try to build on your own

its fine i already figured it out