question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

client_side_validations (at master) is not yet checked out. Run `bundle install` first.

See original GitHub issue

after running bundle update and try to run rails console i have this error (rails server working fine)

git://github.com/DavyJonesLocker/client_side_validations.git (at master) is not yet checked out. Run `bundle install` first.

and bundle install don’t change nothing -----gemfile-----

gem 'client_side_validations', github: 'DavyJonesLocker/client_side_validations'
gem 'client_side_validations-simple_form', github: 'DavyJonesLocker/client_side_validations-simple_form'

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
taglialacommented, Feb 8, 2015

maybe I got it.

I suppose this issue could be caused this: https://github.com/DavyJonesLocker/client_side_validations-simple_form/blob/master/Gemfile#L5

I can’t remove this line at the moment, because there is no 4.2.0 gem version out there and I need to run tests on travis. If there is a better way of doing this I’m listening

If you need to solve this, please run rake rails:update:bin (without the spring gem, otherwise it will not start) and then let me know.

0reactions
taglialacommented, Feb 11, 2015

I ran into this issue today 😃

Closing here

Read more comments on GitHub >

github_iconTop Results From Across the Web

is not checked out... bundle install does NOT fix help!
So what do I do? bundle install works on development, but when I push and deploy to my production server. I get this...
Read more >
Not yet checked out. Run bundle install... · Issue #2899 - GitHub
I keep getting the following error: git://github.com/gregbell/active_admin.git (at master) is not yet checked out. Run 'bundle install' first.
Read more >
[Ruby] bundle install problem with circleci/minitest-ci
Now on laptop B, I pull master, then try to bundle exec something… and I get: ... (at master@464ad78) is not yet checked...
Read more >
Fixing bundler issues like "git@github.com:... is not checked ...
My current guess is, that it has something to do with the git repository in question being private and hosting mulitple gems.
Read more >
bundle install fails randomly on webapp node (#6015) · Issues · leap ...
ok, i can confirm that this happens really randomly. i got it 2 times out of the last 3 deploys, the last one...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found