activo-rails
activo-rails copied to clipboard
Specs fail due to Sprockets bug
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.
The pull request has been merged now. Just waiting for a release.
It was just the missing sprockets railtie in app.rb, or am I wrong with this?