Sha256: ffe92591f5aa1bb24c38c1827a45ff1451b0560d8113d233d16040d45cf89614

Contents?: true

Size: 253 Bytes

Versions: 42

Compression:

Stored size: 253 Bytes

Contents

require 'jdbc/mysql'

config = {
  :username => 'blog',
  :password => '',
  :adapter  => 'jdbc',
  :driver   => 'com.mysql.jdbc.Driver',
  :url      => 'jdbc:mysql://localhost:3306/weblog_development'
}

ActiveRecord::Base.establish_connection(config)

Version data entries

42 entries across 42 versions & 7 rubygems

Version Path
saturnflyer-activerecord-jdbc-adapter-0.9.3 test/db/jdbc.rb
intentmedia-activerecord-jdbc-adapter-1.1.1.1 test/db/jdbc.rb
activerecord-jdbc-adapter-1.2.1 test/db/jdbc.rb
c3-activerecord-jdbc-adapter-1.1.3.1 test/db/jdbc.rb
activerecord-jdbc-adapter-1.2.0 test/db/jdbc.rb
c3-activerecord-jdbc-adapter-1.1.3 test/db/jdbc.rb
jashmenn-activerecord-jdbc-adapter-1.2.0.0 test/db/jdbc.rb
jashmenn-activerecord-jdbc-adapter-1.2.0 test/db/jdbc.rb
activerecord-jdbc-adapter-1.1.3 test/db/jdbc.rb
activerecord-jdbc-adapter-1.1.2 test/db/jdbc.rb
activerecord-jdbc-adapter-1.1.1 test/db/jdbc.rb
activerecord-jdbc-adapter-1.1.0 test/db/jdbc.rb
activerecord-jdbc-adapter-1.0.3-java test/db/jdbc.rb
activerecord-jdbc-adapter-1.0.2-java test/db/jdbc.rb
activerecord-jdbc-adapter-1.0.1-java test/db/jdbc.rb
activerecord-jdbc-adapter-1.0.0-java test/db/jdbc.rb
activerecord-jdbc-adapter-1.0.0.beta2-java test/db/jdbc.rb
kb-activerecord-jdbc-adapter-0.9.7.1-java test/db/jdbc.rb
kb-activerecord-jdbc-adapter-1.0.0.beta1-java test/db/jdbc.rb
activerecord-jdbc-adapter-1.0.0.beta1-java test/db/jdbc.rb