Sha256: 5f273de84462e4323ee9a78706c93aab69a3257befb09c05077318c2d4f582ad

Contents?: true

Size: 481 Bytes

Versions: 3

Compression:

Stored size: 481 Bytes

Contents

# slim-rails

slim-rails provides Slim generators for Rails 3 and 4. 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

3 entries across 3 versions & 1 rubygems

Version Path
slim-rails-2.0.4 README.md
slim-rails-2.0.3 README.md
slim-rails-2.0.2 README.md