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
$ bin/rails g tailwind_views:install --devise -t erb
Could not find "scaffolds/tailwindcss/edit.html.tailwindcss" in any of your source paths. Your current source paths are:
/home/mdemello/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/tailwind_views_generator-0.0.3/lib/templates
looks like the -t argument is not getting stored in options - adding a p options in the install method give me:
I'm honestly curious, in your application what version of Rails you running this generator in?
I ask, because I'm unable to reproduce this and am able to run the generator in Rails 7.0, 6.1, and 6.0 with the command you supplied. bin/rails g tailwind_views:install --devise -t erb
Ruby3.0.3/Rails 7.0.2 (I also tried 3.0.2 in which appears that you are running)
Ruby2.7/Rails 6.1
Ruby2.7/Rails6.0
I'm wondering if this happens to be an issue caused by an older version of thor where aliases has issues, because my output for options appears to be valid.
looks like the
-t
argument is not getting stored inoptions
- adding ap options
in the install method give me:The text was updated successfully, but these errors were encountered: