I have installed a gem on my rails application (devise). After I installed the gem I realized that I don't need it.
I want to remove the gem, his dependencies and the files it created on my application. I other words, I want to restore the system to what it used to be before the gem.
How can I do this ? (I'm using ruby on rails 3)
Thanks,
Oded