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
{{ message }}
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.
Well first, this project's moved to https://github.com/ranmocy/guard-rails. Second, the reason the project moved over there is because I use Foreman myself now, and I typically set things up like this:
# Procfile# run with bundle exec foreman# let foreman run your apprails: railss -p $PORT
# all guards (livereload, etc) except for rails,# and turn off guard interactivity, you won't need itguard: guard -i
Make sense?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What is an usual way to run apps using foreman ?
The text was updated successfully, but these errors were encountered: