jellybob / activo-rails

Activo is a theme for Web-app-theme, Formtastic and Attrtastic. This is a Rails plugin to make it painfully easy to use.
http://dmfrancisco.github.com/activo/
MIT License
42 stars 8 forks source link

Specs fail due to Sprockets bug #15

Open jellybob opened 13 years ago

jellybob commented 13 years ago

The icon specs are failing at the moment because Hash doesn't define a perform_caching method - this seems to be a known bug in Rails' Sprockets support, with an open pull request: https://github.com/rails/rails/pull/1816

I'm going to work around it for now, but I'll leave this open to remind me to roll that back once the permanent fix is in.

jellybob commented 13 years ago

The pull request has been merged now. Just waiting for a release.

tobsch commented 12 years ago

It was just the missing sprockets railtie in app.rb, or am I wrong with this?