We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
suspenders
./bin/suspenders some_app_name
some_app_name
rails g scaffold some_model some_attribute
rails db:migrate
rails s
The text was updated successfully, but these errors were encountered:
This is what ships with a new Rails 7 app generated with -c=postcss
-c=postcss
<head> <title>Rails7Css</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> <%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %> </head>
Sorry, something went wrong.
Closed by #1113
No branches or pull requests
Steps to reproduce
suspenders
directory, run./bin/suspenders some_app_name
to generate a Rails app from the current state of suspenders.some_app_name
.rails g scaffold some_model some_attribute
followed byrails db:migrate
.rails s
and visit a route for the resource created in step 4.The text was updated successfully, but these errors were encountered: