Open aaronchi opened 11 years ago
Bad news... We have to find something to track assets change.
Seems like it works if you load the manifest file generated by sprockets: https://github.com/aaronchi/wiselinks/commit/34e3a016382450f7620f5ff0f858343291161aef
This commit just needs a Rails version switch and you should be able to support Rails 3 and 4
So you didn't tested this with Rails 3, yes?
I have tried with rails 4.1.4, there is not the same issue.
I'm trying to use wiselinks with Rails4 but the meta tag does not work.
Rails.application.config.assets.digests returns nil, even when asset digests are enabled. I'm not sure if there's another way to do this.