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
{{ message }}
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
I was playing with this repo to create a small app for POC purposes.
When I tried to generate a new model using rails g scaffold product the views generated were the ruby basics.
It's assumed tailwindcss gem overrides the scaffold. check here
I run rails g scaffold product .... and the result was this:
The text was updated successfully, but these errors were encountered:
Tested it locally and you're right, the basic scaffold views are being generated.
The difference here is that the templates and scaffold generator defined in the tailwindcss-rails gem were added in v0.5.0, but this repo is still using version v0.3.0 - In this PR to be specific rails/tailwindcss-rails#71.
Worth mentioning that our Readme docs don't mention that these scaffolding templates are included (but agree it would be great to have them).
That said, feel free to do more testing and submit a PR doing the upgrade 🙂.
I was playing with this repo to create a small app for POC purposes.
When I tried to generate a new model using
rails g scaffold product
the views generated were the ruby basics.It's assumed tailwindcss gem overrides the scaffold. check here
I run
rails g scaffold product ....
and the result was this:The text was updated successfully, but these errors were encountered: