0

I was using the best_in_place gem on a project but decided it was not needed and removed it from the gemfile and the other references to it on my code. Now everytime I run a rails command I got this error

The git source https://github.com/aaronchi/best_in_place.git is not yet checked out. Please run bundle install before trying to start your application

I dont even have this gem installed anymore, I created another gemset on rvm, reinstalled rails, reinstalled ruby, followed the steps on https://github.com/bundler/bundler/blob/master/ISSUES.md

No success yet...

Cássio Godinho
  • 596
  • 1
  • 7
  • 21

1 Answers1

1

The following page may have what you're looking for. If so, we might need to mark this as a duplicate:

is not checked out... bundle install does NOT fix help!

Let me know if that's not the case.

Community
  • 1
  • 1
Taylor Jones
  • 153
  • 1
  • 10