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 trialEdward Poon
9,313 PointsThe rails app is not using any of the bootstrap.css
I am not seeing any of the changes from the bootstrap.css on my html.
2 Answers
Maciej Czuchnowski
36,441 PointsThis course is old and uses an older version of Bootstrap that has different styles. You should either find that same version for download (it's 2.0.4, current Bootstrap is 3.3.0, a lot has changed) or study the current Bootstrap documentation and find similar styles or decide what different styles you want to use in your project. Also make sure you're not using Rails version 4.0 or higher because it will give you bad times..
Edward Poon
9,313 PointsI found out that not even the scaffold.css would be used and it was because i was using rails 3.2.6. I switched to rails 3.2.13 and everything works.
Mitul Manish
13,278 Pointsi used rails 3.2.13..and it worked..thanks Edward