I am currently using devise for my authentication solution however I really don't like it and want to use authlogic instead.
How can i remove the Devise gem from my project completely so i can then add the authlogic gem safely?
You can run just bundle or bundle install to install gems based on your Gemfile. That will remove the instance of mygem from your Gemfile. lock file.
Installation and usage. To install a prerelease version (if one is available), run gem install bundler --pre . To uninstall Bundler, run gem uninstall bundler .
You can remove the Devise gem from your Gemfile and then run bundle install
. The gem should then be removed.
To be safe, you can also run the following:
gem uninstall gem_name
from the command line.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With