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 Build a Simple Ruby on Rails Application Frontend Development Updating the Index Page

Simple Ruby on Rails app - styles are not applying

I have a problem with the front end portion of this project. There is some weirdness with the compilation of the files.

If I write a CSS rule that looks like this in statuses.css.scss:

.statuses { margin-bottom: 30px; }

In the compiled version it adds an extra weird character to the selector, so it looks like this: .statusesΒΆ {...}

Also, the compilation doesn't always happen. The problem can be fixed when I don't leave a blank space between the selector and the curly braces. I would like to try to identify the problem though, any ideas?

Running ruby 2.1.1p76 on Mac OSX 10.9

Chris Dziewa
Chris Dziewa
17,781 Points

Are you on github so that we might take a look at your codebase?