18.2. Instalacja i korzystanie z gemów

Problem

Chcemy zainstalować gem, a następnie wykorzystywać w programach udostępniany przez niego kod.

Rozwiązanie

Aby zainstalować najnowszą wersję gemu, należy skorzystać z polecenia gem install. Polecenie poszukuje w lokalnym systemie niezainstalowanego pliku gemu, a jeśli nie może go znaleźć, sprawdza źródło zewnętrzne (jeśli nie wprowadzi się innego adresu, jest nim serwis gems.rubyforge.org). Ponieważ polecenie gem install modyfikuje instalację języka Ruby w systemie, jego uruchomienie wymaga posiadania uprawnień superużytkownika.

$ gem install RedCloth Attempting local installation of 'RedCloth' Local gem file not found: RedCloth*.gem Attempting remote installation of 'RedCloth' Successfully ...

Get Ruby. Receptury now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.