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 it, then do it now (required only once):
haml --rails # if you haven't done it yet
compass --rails

Clone this wiki locally