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 default view generator in Rails does not include Bootstrap classes and has a poor layout. To make the generator usable out of the box, the Rails template must ship with custom view templates.
This story only focuses on the new, create, edit and update views.
Ensure the template is using the SLIM engine
Ensure the show view is not generated.
Who Benefits?
Greenfield project teams.
The text was updated successfully, but these errors were encountered:
Why
The default view generator in Rails does not include Bootstrap classes and has a poor layout. To make the generator usable out of the box, the Rails template must ship with custom view templates.
new
,create
,edit
andupdate
views.show
view is not generated.Who Benefits?
Greenfield project teams.
The text was updated successfully, but these errors were encountered: