Do you mean this ?

#environment.rb
if RUBY_PLATFORM =~ /java/
 require 'rubygems'
 RAILS_CONNECTION_ADAPTERS = %w(jdbc)
end

Thanks
Ashish


Nick Sieger wrote:

On 6/12/07, Ashish Sahni <[EMAIL PROTECTED]> wrote:
Hi Folks,
Any takers on what the problem could be with the 'uninitialized constant
Jdbcspec::derby::column' error
or how I could debug this further ?

How are you loading AR-JDBC into Rails?

/Nick
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to