Sha256: 9dd2f2268f365727a966d279270ae0ce844ea305c1369c35b577c7ba751d31ea

Contents?: true

Size: 475 Bytes

Versions: 7

Compression:

Stored size: 475 Bytes

Contents

# slim-rails

slim-rails provides Slim generators for Rails 3. It was based on [haml-rails](http://github.com/indirect/haml-rails) and it does basically the same: configures Slim as the template engine automatically for your rails app.
To use it, add this line to your Gemfile:

    gem "slim-rails"

And that's it.

From the version 0.2.0, there is no need to include gem "slim" in your Gemfile.

Every time you generate a controller or scaffold, you'll get Slim templates.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
slim-rails-2.0.1 README.md
slim-rails-1.1.1 README.md
slim-rails-1.1.0 README.md
slim-rails-1.0.3 README.md
slim-rails-1.0.2 README.md
slim-rails-1.0.1 README.md
slim-rails-1.0.0 README.md