Repo Added
|
Files
89
|
Badge
README BADGES
|
circleci
Revert PR #678 to remove Bundler binstubs This reverts commit 126a1de01, reversing changes made to 8b2aaf43d. In development, we are currently seeing the message: ``` Beginning in Rails 4, Rails ships with a `rails` binstub at ./bin/rails that should be used instead of the Bundler-generated `rails` binstub. If you are seeing this message, your binstub at ./bin/rails was generated by Bundler instead of Rails. ``` The Bundler binstubs were generated when attempting to addres issues with the production enviornment not detecting the correct rails version. Those issues were resolved in a different manner and these changes are no longer needed.
1047 of 1063 relevant lines covered (98.49%)
11.04 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
4d483b24... | fix_binstubs | Revert PR #678 to remove Bundler binstubs This reverts commit 126a1de01, reversing changes made to 8b2aaf43d. In development, we are currently seeing the message: ``` Beginning in Rai... | Pull #688 | circleci |
98.49 |