seyhunak / twitter-bootstrap-rails

Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
https://github.com/seyhunak/twitter-bootstrap-rails
4.5k stars 998 forks source link

is not yet checked out. Run `bundle install` first. #840

Open umeshblader3 opened 9 years ago

umeshblader3 commented 9 years ago

Hi, I installed this gem and "bundle install" also made. But it gives errors like this


https://github.com/seyhunak/twitter-bootstrap-rails.git (at bootstrap3) is not yet checked out. Run bundle install first.


I use rails -v = 4.2.0 and ruby -v = 2.2 and bundler -v = 1.8.0. Please provide solution as soon as possible. Thank you.

toadkicker commented 9 years ago

Hello,

I forked this project and fixed these problems. Check out railsstrap.

umeshblader3 commented 9 years ago

I little bit found the solution documented in rails 4 Please verify me, whether this is correct. I used this solution, and found it is working


Looks like your app's ./bin/rails is a stub that was generated by Bundler.

In Rails 4, your app's bin/ directory contains executables that are versioned like any other source code, rather than stubs that are generated on demand.

Here's how to upgrade:

bundle config --delete bin # Turn off Bundler's stub generator rake rails:update:bin # Use the new Rails 4 executables git add bin # Add bin/ to source control

You may need to remove bin/ from your .gitignore as well.

When you install a gem whose executable you want to use in your app, generate it and add it to source control:

bundle binstubs some-gem-name git add bin/new-executable

chuckwilliams10 commented 8 years ago

HI I am running this to install .....gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git'

and keep getting No such file or directory...any help would be great