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

gem 'sass' is not installed and it did not create any folder or files inside 'public' folder

Bonus content - Design and Development - Adding Plug-ins to a Ruby on Rails Application,

I followed the instruction as Jim installed gem 'sass' but it did not install anything for me. I'm using OS X, Rails version 3.2.8.

Could you help me why it id not installed? because Rails version is different?

3 Answers

Joseph Hall
Joseph Hall
10,865 Points

Did you run bundle install in your terminal? I dont know much about troubleshooting rails, but that is the only thing I can think of. Good Luck

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

Try adding "sass-rails". I think the version in those videos is quite out of date. Sorry about that!

I just realized that my problem is not about installing 'saas'.

The roblem is that what Rails generates is different from mine(I think it is because the video is too old as Jason says)

in the video, when Jim generate rails application (rails new easyjob -J) in the 2nd video, it shows the stylesheet folder and javascript folder inside public folder, but mine shows both of them inside assets folder.