ruby on rails - git://github.com/odorcicd/authlogic.git (at rails3) is not checked out. Please run `bundle install` -



ruby on rails - git://github.com/odorcicd/authlogic.git (at rails3) is not checked out. Please run `bundle install` -

i getting error:--

git://github.com/odorcicd/authlogic.git (at rails3) not checked out. please run `bundle install`

even after running bundle install. tried still no luck

cd vendor/plugins git clone git://github.com/odorcicd/authlogic.git cd authlogic git checkout --track -b rails3 origin/rails3

here solution:-

relace

gem 'authlogic', :git => 'git://github.com/odorcicd/authlogic.git', :branch => 'rails3'

by

gem 'authlogic'

make sure do:--

cd vendor/plugins git clone git://github.com/odorcicd/authlogic.git cd authlogic git checkout --track -b rails3 origin/rails3

ruby-on-rails ruby-on-rails-3 authlogic

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -