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 trialLuqman Shah
188 PointsSublime 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
Richard Crawford-Wilson
6,094 Pointsapp/assets/stylesheets/application.css
Luke Ward
9,154 PointsRuby version - 1.9.3 Rails version - 3.2.13
Luqman Shah
188 Pointsi 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!
Luqman Shah
188 Pointssaayyy,, do u do android development?
Luke Ward
9,154 PointsNot yet I will be moving onto that after I finish the ruby on rails project. Why?
Luqman Shah
188 Pointsbecause im panning on moving to that once i finish the rails project, just happened out of curiosity
Marcus Tisäter
4,886 PointsAndroid Devolpment is part of the Java language. I suggest you to take a look at ruby before jumping into android
Luqman Shah
188 PointsLuqman Shah
188 Pointsthats 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?
Richard Crawford-Wilson
6,094 PointsRichard Crawford-Wilson
6,094 PointsHow did you create your project.
Luqman Shah
188 PointsLuqman Shah
188 PointsI created it on ruby and rails command prompt, then i opened it in sublime text 2 when it was needed
Richard Crawford-Wilson
6,094 PointsRichard Crawford-Wilson
6,094 Pointsrails new treebook? What version fo rails are you using.
Luqman Shah
188 PointsLuqman Shah
188 Pointsyes, and im using 1.8.7 crap dont tell me it makes a difference >_< ...
Richard Crawford-Wilson
6,094 PointsRichard Crawford-Wilson
6,094 Pointsbig 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)
Luqman Shah
188 PointsLuqman Shah
188 Pointsdoes this mean i'll have to start over?
Richard Crawford-Wilson
6,094 PointsRichard Crawford-Wilson
6,094 PointsNo, you'll need a proper gemfile, and follow the installation directions properly from the video..
Luqman Shah
188 PointsLuqman Shah
188 Pointssee i knew i needed a mac...
Luke Ward
9,154 PointsLuke Ward
9,154 PointsHonestly 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.
Luqman Shah
188 PointsLuqman Shah
188 Pointswhich version of ruby are u using?