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!
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

Shashank Kothapalli
4,485 PointsNot Getting Blue Links After Deleting content from scaffold.css
I am on the frontend lesson for the simple ruby on rails application. I deleted the content from scaffold.css and added the twitter bootstrap files but the links are not blue like in the video. Can anyone help me out?
2 Answers

Maciej Czuchnowski
36,441 PointsThe videos are old and use an old version of Bootstrap. Lots of styles changed since then, so your results will differ from what you see in the videos. You can either find an older version of bootstrap or overwrite it with your own css styles.

Shashank Kothapalli
4,485 PointsIt actually started working soon after

Maciej Czuchnowski
36,441 PointsEither way, be aware that your results will vary depending on what you're using compared to the videos ;). Some of the things used in those videos don't even exist anymore (e.g. the way they make the statuses highlighted on mouse hover).
Maciej Czuchnowski
36,441 PointsMaciej Czuchnowski
36,441 PointsAlso, be prepared for problems with
nil
values in your database if you're using Rails 4, not 3.