[Ruby] RubyGems
RubyGems のシステムはすばらしい。Ruby のライブラリ群が FreeBSD の pkg_add や Redhat の rpm のように一括管理されているので、Ruby on Rails のインストールは
rails と依存関係にあったパッケージメモ
gem install rails --include-dependenciesでよくて、ruby の postgres ライブラリは
gem install ruby-postgres --include-dependenciesとコマンドプロンプトに打ち込むだけでインストールできる。これは便利だ。
rails と依存関係にあったパッケージメモ
rake
activesupport
activerecord
actionpack
actionmailer
actionwebservice
Comments