1
我有一個關於RadRails和activerecord-oracle_enhanced-adapter
的查詢。我使用的RadRails 2. 下面是我當地的寶石的名單,從名單寶石-local命令的輸出囊括:Ruby和activerecord-oracle_enhanced-adapter
*** LOCAL GEMS ***
actionmailer (2.3.4)
actionpack (2.3.4)
activerecord (2.3.4)
activerecord-oracle_enhanced-adapter (1.6.7)
activeresource (2.3.4)
activesupport (2.3.4)
bigdecimal (1.2.6)
io-console (0.4.3)
json (1.8.1)
oracle_enhanced (1.2.5)
psych (2.0.8)
rack (1.0.1)
rails (2.3.4)
rake (10.4.2)
rdoc (4.2.0)
然而,當我嘗試運行耙遷移命令顯示信息如下:
rake aborted!
Please install the oracle_enhanced adapter: `gem install activerecord-oracle_enhanced-adapter` (no such file to load -- active_record/connection_adapters/oracle_enhanced_adapter)
(See full trace by running task with --trace)
我已經卸載activerecord-oracle_enhanced-adapter
並重新安裝它,重新啓動RadRails的,都無濟於事。