Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upIntroduce RailsRunner helper object #758
Conversation
schneems
added some commits
May 16, 2018
schneems
merged commit 2022ef4
into
master
May 31, 2018
6 checks passed
ci/circleci
Your tests passed on CircleCI!
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
heroku/compliance
All requirements completed. Reviewed by hone.
Details
license/snyk - Gemfile.lock (languages)
No new issues
Details
security/snyk - Gemfile.lock (languages)
No new issues
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
schneems commentedMay 16, 2018
Allows us to detect multiple rails configurations while only having to pay the penalty of booting Rails once. The time spent booting rails via
rails runnershould also be drastically reduced in more recent versions of Rails with the use of spring and boot snap.This PR also introduces a second configuration based warning for Rails users who are using compile set to true due to runtime performance implications and odd behavior resulting in support tickets.