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
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.
Closesheroku#1120
0 commit comments