Sha256: 2fdd63c3d430aaa9aadbd921e3a26d6a26cbe301ca9a1462aa5ec67bb4449771
Contents?: true
Size: 205 Bytes
Versions: 30
Compression:
Stored size: 205 Bytes
Contents
MYSQL_CONFIG = { :username => 'blog', :password => '', :adapter => 'mysql', :database => 'weblog_development', :host => 'localhost' } ActiveRecord::Base.establish_connection(MYSQL_CONFIG)
Version data entries
30 entries across 30 versions & 6 rubygems