activo-rails icon indicating copy to clipboard operation
activo-rails copied to clipboard

Specs fail due to Sprockets bug

Open jellybob opened this issue 13 years ago • 2 comments

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 avatar Jun 24 '11 15:06 jellybob

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

jellybob avatar Jul 09 '11 07:07 jellybob

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

tobsch avatar Aug 11 '11 06:08 tobsch