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

Andrew Goddard
Andrew Goddard
40,807 Points

Ruby on Rails Project

I'm still struggling with this. Can you guys think of any reason why my application wouldn't be updating?

Basically, I've downloaded the Twitter Bootstrap and put the files into the relevant asset folders but nothing changes when I refresh the page. I've also tried just amending bits of the mark up in the text files - say, changing "Listing Statuses" to "All Statuses" - but that also has zero effect on what shows up in my browser. Not even deleting the content of the scaffold.css file made any difference.

I'm so keen to do this Ruby on Rails project, but it's really not responding to me. Could it be that I'm saving it in the wrong part of my directory?

One thing I have noticed is that the existing CSS files and those I download from Twitter have different file types. Statuses and Scaffolds are SCSS files, whereas the Bootstrap is a CSS file.

Thanks,

A

1 Answer

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

Hey Andrew, What is showing up in your browser? Have you removed the public/index.html file?