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
The scaffold generator uses a \<table\> to build the listing found in the index.html.haml file.
When I try to add a =turbo_frame_tag the code does not work properly. I have submitted an issue in the Rails/Rails project and @dhh answered me that the tables are not used anymore in the Rails 7 code.
After investigation, I have discovered that my problem comes from here (haml_rails) and the scaffold should be updated.
The text was updated successfully, but these errors were encountered:
The scaffold generator uses a
\<table\>
to build the listing found in the index.html.haml file.When I try to add a
=turbo_frame_tag
the code does not work properly. I have submitted an issue in the Rails/Rails project and @dhh answered me that the tables are not used anymore in the Rails 7 code.After investigation, I have discovered that my problem comes from here (haml_rails) and the scaffold should be updated.
The text was updated successfully, but these errors were encountered: