Displaying 1 result from an estimated 1 matches for "soemanag".
Did you mean:
semanage
2008 Oct 23
0
rails application working, rake tasks not
...It doesn''t find
the oracle_enhanced adapter.
Please install the oracle_enhanced adapter: `gem install
activerecord-oracle_enhanced-adapter` (no such file to load --
active_record/connection_adapters/oracle_enhanced_adapter)
But the gem is installed as the rails application is working.
[soemanager@vg877 production]$ gem list
*** LOCAL GEMS ***
actionmailer (2.1.1, 2.1.0)
actionpack (2.1.1, 2.1.0)
activerecord (2.1.1, 2.1.0)
activerecord-oracle_enhanced-adapter (1.1.8, 1.1.7)
activeresource (2.1.1, 2.1.0)
activesupport (2.1.1, 2.1.0)
....
Any clues about what I can do to fix that ?
--
P...