Wyszukiwanie

Usuwanie wszystkich zainstalowanych gemów
2010-11-27 17:52
Aby usunąć wszystkie zainstalowane gemy w systemie linux można posłużyć się następującymi poleceniami
gem list | cut -d" " -f1 | xargs gem uninstall -aIx
Requires the Flash plugin. If the plugin is already installed, click here.

Aby usunąć wszystkie zainstalowane gemy w systemie linux można posłużyć się następującymi poleceniami
gem list | cut -d" " -f1 | xargs gem uninstall -aIx