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

Ruby version 1.9.3 vs 2.0.0

Hi guys,

I am following along the Frontend Development: Laying Out the Page...

In the applicatin.html.erb, I have entered "navbar", "navbar-inner", "container"... however, it doesn't seem to be working when I go to localhost:3000.. is this possibly due to the fact that I have version 2.0.0 of Ruby? Or I could have installed Twitter Bootstrap wrong too... I copied the files from css, fonts, js... into files images, javascripts, and stylesheets in the assets folder.. but the names don't match.

Any help would be appreciated!

Thank you!

1 Answer

Brandon Barrette
Brandon Barrette
20,485 Points

Twitter bootstrap changed from 2.2 to 3.0 since the videos were made. Some of the CSS names were changed. As Jason does in the video, check the documentation on the twitter bootstrap site to see what it has changed to.