You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to load a plugin (lib/puma/plugin/dartsass.rb) through puma-dev with config/puma.rb in my Rails app, it throws an UnknownPlugin error. When I run rails s, it works fine. I assume this is because of where the require call is, but I'm not sure how to go about fixing it.
The text was updated successfully, but these errors were encountered:
When I try to load a plugin (
lib/puma/plugin/dartsass.rb
) through puma-dev withconfig/puma.rb
in my Rails app, it throws anUnknownPlugin
error. When I runrails s
, it works fine. I assume this is because of where therequire
call is, but I'm not sure how to go about fixing it.The text was updated successfully, but these errors were encountered: