[1]查看本地安装的插件
gem list 或者
gem list --local
[2]查看远程可用插件
gem list --romote
[3]查看oracle驱动
gem list --remote | grep oracle
结果如下:
activerecord-oracle_enhanced-adapter (1.1.8)
[4]安装oracle驱动
gem install activerecord-oracle_enhanced-adapter
显示结果:
Successfully installed activerecord-oracle_enhanced-adapter-1.1.8
1 gem installed
Installing ri documentation for activerecord-oracle_enhanced-adapter-1.1.8...
Installing RDoc documentation for activerecord-oracle_enhanced-adapter-1.1.8...
安装成功。
|----------------------------------------------------------------------------------------|
版权声明 版权所有 @zhyiwww
引用请注明来源 http://www.blogjava.net/zhyiwww
|----------------------------------------------------------------------------------------|
posted on 2008-12-08 10:16
zhyiwww 阅读(551)
评论(0) 编辑 收藏 所属分类:
ruby on rails