littlebtc / font-awesome-sass-rails

Font Awesome, SASS version, with assets pipeline, for Rails 3.1+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails Version question

dice opened this issue · comments

The summary states: "Font Awesome, SASS version, with assets pipeline, for Rails 3.1+"
The Readme states: "It supports Rails 3.1.1 and older."
Should the Readme state "It supports Rails 3.1.1 and newer."? I currently use font-awesome-sass-rails with Rails 3.2.x

@DiceKe Try the font-awesome-rails gem. It works with Rails 3.2 and Rails 4 (assuming sass-rails master). If you need Rails 3.1, there's a locked version specific for that too. It also tracks the latest versions of Font-Awesome.

Even though it doesn't have a dependency on sass, it still works with sass/scss. It should behave like a drop-in replacement.

Thanks, I'll give it a go.