rbCAS / CASino

CASino is a Ruby-based Single Sign-On solution supporting the CAS standard
MIT License
329 stars 189 forks source link

Rails 4.2 Asset Pipeline issue #199

Open coding-bunny opened 3 years ago

coding-bunny commented 3 years ago

Hello,

I'm trying to get this gem to work under an old Rails 4.2 project, but I keep getting issues with the asset pipeline. It's complaining with Sprockets::Rails::Helper::AssetNotPrecompiled in CASino::Sessions#new

So basically it's telling me that <%= stylesheet_link_tag 'sessions/new' %> in the view is not precompiled. Shouldn't this be picked up automatically?