rails / solid_cable

A database backed ActionCable adapter
MIT License
217 stars 14 forks source link

Fix installing Solid Queue #31

Closed morgoth closed 1 month ago

morgoth commented 1 month ago

Previously it failed with solid_cable/lib/generators/solid_cable/install/templates/config/cable.yml:3:in template: undefined local variable or method console for an instance of SolidCable::InstallGenerator (NameError)

After adding an ERB escape, ie <%% it was having the same issue in final Rails app.

npezza93 commented 1 month ago

weird ive never seen this