Posts Tagged ‘ruby’

|

Remove quoted text from reply emails in rails

the code

and with rough context:

Thanks malkomalko

How to uninstall all gems from your computer

sudo gem uninstall --a --ignore-dependencies .+

Thank you loopkid

Also here’s how to uninstall a particular long list of gems. I find this particularly useful for merb which has tons of gems.

1
sudo gem uninstall --a --ignore-dependencies merb.+

|