Closed timbog80 closed 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
Rails 4.2.3
fixed it by setting
# Asset Pipline config.assets.enabled = true
in the application.rb
application.rb
And specifying what rails im using which in my case was:
gem "rails", "4.2.3" in the Gemfile
gem "rails", "4.2.3"
Gemfile
Even though Im riding on
Rails 4.2.3