Skip to content
New issue

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

Introduce suspenders:install:web and application template #1152

Merged
merged 1 commit into from
Apr 14, 2024

Commits on Apr 14, 2024

  1. Introduce suspenders:install:web generator and application template

    Create generator to invoke all necessary generators. We add it to the
    `install` namespace to provide flexibility should we add other
    installation options, such as ones for API Only applications.
    
    Introduces [template][] as a means to invoke `suspenders:install:web`
    when creating a new application. This serves as an alternative to the
    system executable that was removed.
    
    We call `db:prepare` in the template to ensure `bin/setup` works as
    expected. This is because we overrode that file to use `dev:prime`,
    which assume the database has been created.
    
    [template]: https://guides.rubyonrails.org/rails_application_templates.html
    stevepolitodesign committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    c7accb4 View commit details
    Browse the repository at this point in the history