helios-technologies / skeleton-rails

A gem to include Skeleton CSS into Rails 3.1
174 stars 45 forks source link

deprecated #20

Closed timbog80 closed 9 years ago

timbog80 commented 9 years ago
deprecated  You need Rails >= 3.1 and/or Assets Pipeline turned on.
              Please update your Rails app, and comeback soon!

Even though Im riding on Rails 4.2.3

timbog80 commented 9 years ago

fixed it by setting

# Asset Pipline
config.assets.enabled = true

in the application.rb

And specifying what rails im using which in my case was:

gem "rails", "4.2.3" in the Gemfile