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

Sublime Text 2 - stylesheets>application.css

http://teamtreehouse.com/library/programming/build-a-simple-ruby-on-rails-application/frontend-development/laying-out-the-page in this video the guy works on stylesheets>application.css, i cant find application.css on my stylesheets folder, and i followed all the bootstrap instructions during the previous videos and this video. But i just dont see application.css in sublime text. I'm using windows btw.

2 Answers

app/assets/stylesheets/application.css

thats what i did and its not there and assets is also not there because im using windows, i got to stylesheets and javascript through "public" not "assets" thanks anyways, any idea to what my problem may be?

How did you create your project.

I created it on ruby and rails command prompt, then i opened it in sublime text 2 when it was needed

rails new treebook? What version fo rails are you using.

yes, and im using 1.8.7 crap dont tell me it makes a difference >_< ...

big difference. I'm not even sure ruby 1.8.7 is supported anymore. You need: Ruby 1.9.3 or greater, Rails 3.2.6 or greater (preferable 3.2.14)

does this mean i'll have to start over?

No, you'll need a proper gemfile, and follow the installation directions properly from the video..

see i knew i needed a mac...

Luke Ward
Luke Ward
9,154 Points

Honestly you don't need a mac I'm doing it on windows but sometimes you'll just have to google some stuff and I'm sure someone on the forum have solved the problems you're facing you just have to hope they find the post.

which version of ruby are u using?

Luke Ward
Luke Ward
9,154 Points

Ruby version - 1.9.3 Rails version - 3.2.13

i just downloaded it and started a new project to test it out, assets is actually there lol....i feel like such a noob, everything i needed is there. Thanks again man!

saayyy,, do u do android development?

Luke Ward
Luke Ward
9,154 Points

Not yet I will be moving onto that after I finish the ruby on rails project. Why?

because im panning on moving to that once i finish the rails project, just happened out of curiosity

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

Android Devolpment is part of the Java language. I suggest you to take a look at ruby before jumping into android