Sha256: ee8867f524881857ee4685ea6a856e11ffd2ae175e59c81773b779824ecc316e
Contents?: true
Size: 536 Bytes
Versions: 88
Compression:
Stored size: 536 Bytes
Contents
if defined?(JRUBY_VERSION) begin require 'active_record/version' require 'active_record' rescue LoadError => e warn "activerecord-jdbc-adapter requires the activerecord gem at runtime" raise e end require 'arjdbc/jdbc' begin require 'arjdbc/railtie' rescue LoadError => e warn "activerecord-jdbc-adapter failed to load railtie: #{e.inspect}" end if defined?(Rails) && ActiveRecord::VERSION::MAJOR >= 3 else warn "activerecord-jdbc-adapter is for use with JRuby only" end require 'arjdbc/version'
Version data entries
88 entries across 88 versions & 3 rubygems