Project

slim-rails

1.12
A long-lived project that still receives updates
Provides the generator settings required for Rails to use Slim
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.1
>= 3.0, != 5.0.0, < 6.0
 Project Readme

slim-rails Gem Version Build Status Code Climate

slim-rails provides Slim generators for Rails:

  • Any time you generate a controller or scaffold, you'll get Slim templates (instead of ERB)
  • When your Rails application loads, Slim will be loaded and initialized automatically
  • Slim templates will be respected by the view template cache digestor

To use it, add this line to your Gemfile:

gem "slim-rails"

And that's it.

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

If you have existing .erb templates, check out our guide How to convert your .erb templates to .slim on how to achieve this.

This gem is tested with Ruby on Rails 5.2+.

History

slim-rails was based on haml-rails and it does basically the same thing.

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