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

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -