Displaying 2 results from an estimated 2 matches for "oracleenhancedadapter".
Did you mean:
oracle_enhanced_adapter
2009 Sep 14
9
ActiveRecord::StatementInvalid (invalid date) with Oracle
...g to ~/filelists/show/959:
ActiveRecord::StatementInvalid in FilelistsController#show
ArgumentError: invalid date: SELECT * FROM filelist WHERE
(filelist.fllid = 959)
I already tried updating the record with NULL values for the date
columns, or with actual valid date values, but ActiveRecord *or*
OracleEnhancedAdapter seems to refuse to load my date values.
Is this a known issue or is there something else I should do in my
model file to make date support work?
Thanks!
2008 Oct 28
0
oracle_enhanced adapter 'uninitialized constant' error
...rying to connect to an oracle
database using oracle_enhanced adapter connection, but keeps getting
following error:
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.
rb:275:in `load_missing_constant'': uninitialized constant
ActiveRecord::Connecti
onAdapters::OracleEnhancedAdapter (NameError)
from
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/
dependencies.rb:467:in `const_missing''
from
/home/scheng/rails/ServerMonitoringSystem/config/initializers/oracl
e_enhanced.rb:1
from
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/...