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

Add bootchecking for rails applications #1124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 9, 2021

  1. Add bootchecking for rails applications

    Adds "RailsBootcheck" to the Rails buildpack.
    
    RailsBootcheck attempts to load your rails application and will fail the
    the build of your application if it is unable to load.
    
    This can help prevent scenarios where you can accidentally ship a
    version of your application that cannot boot properly. Which will lead
    to errors as the application is released and traffic is routed to it.
    
    You can opt-in to this feature via the `HEROKU_RAILS_BOOTCHECK_ENABLE`
    variable, new rails applications will have this variable set by default.
    
    You can opt-out of this feature via the `HEROKU_RAILS_BOOTCHECK_DISABLE`
    variable.
    
    Closes heroku#1120
    CGA1123 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    946f6fe View commit details
    Browse the repository at this point in the history