|
I upgraded my environment from jruby-1.1.5 with activerecord-jdbc-adapter-0.8.2 to jruby-1.2.0 with activerecord-jdbc-adapter-0.9.1 Another way to solve is just to downgrade activerecord-jdbc-adapter from 0.9.1 to 0.9 We deploy on top of Glassfish v2.1 running on Mac OS X |
|||||||||||||||||||||||||||||||||||||||||||
I was running db5adcb23fd074ad5fbff982979d957be8fc2ebc from git for a while and things seem to be fine. I installed the gem from gem install on a fresh jruby 1.2.0 today, and i'm getting this same ActiveRecord::VERSION error as well. Running Rails 2.2.2. Requiring 'active_record/version' in lib/active_record/connection_adapters/jdbc_adapter.rb seems to fix the issue, but not sure if it's the right answer.