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

Treebook Rails Application Scaffold.css.scss not rendering output

Nothing I put into the scaffolds.css.scss renders into the browser. Please advise.

http://imgur.com/rKefLgb

3 Answers

Stone Preston
Stone Preston
42,016 Points

did you save the file? If you dont save the file, your changes wont show up

Indeed i did.

Sandra Weber
Sandra Weber
1,531 Points

Hi Jesse,

There a couple of things that could cause this, so try some of these things and let us know how it goes:

Try clearing your browser's cache, or using another browser (that won't have anything cached). This seems kinda dumb but it's the simplest fix sometimes!

Do changes you make to other scss files show up in your browser when you refresh the page on your development server? If not, try removing any precompiled assets (in the public/assets folder) if you have them (you probably don't).

Can you find scaffold.css in the header of the page, OR the code from scaffold.css inside application.css? It may not even be included for some reason. If it's not there, the issue should be fixable by changing some settings in the file config/environments/development.rb .