Skip to content

Ruby on Rails Integration

yitzhakbg edited this page Sep 13, 2010 · 25 revisions

# Go to the root of your Rails project:
cd your-rails-project
# If you haven't installed HAML and Sass (which comes along with for the ride), do it now:
haml --rails # required only once
compass --rails

Clone this wiki locally