Open vangberg opened 3 years ago
Same with hotwire-rails: https://github.com/hotwired/hotwire-rails/issues/22
I didn't consider installing in an engine, so feel free to create a PR that rectifies that.
@dhh Ok I'll start with a PR for this, and if the approach looks good, I can do something similar for https://github.com/hotwired/hotwire-rails/issues/22
hey, any news with this issue?
Hi!
I am trying to install
turbo-rails
in a Rails Engine.Steps to reproduce:
rails plugin new rails-turbo-engine --mountable
turbo-rails
to Gemfile (or gemspec, same issue)bin/rails turbo:install
This fails with:
It seems like all tasks (including those provided by gems) are namespaced under
app:
in engines. So when I tryapp:turbo:install
I get:Etc.
Repository for reproduction: https://github.com/vangberg/repro-rails-turbo-engine
FWIW, the same issue is present with tailwindcss-rails.