I am getting an error:–
git://github.com/odorcicd/authlogic.git (at rails3) is not checked out. Please run `bundle install`
Even after running bundle install. I tried this but still no luck
cd vendor/plugins
git clone git://github.com/odorcicd/authlogic.git
cd authlogic
git checkout --track -b rails3 origin/rails3
Here is the solution:-
Relace
by
Make sure you do:–