Sha256: 2781610afcee9e41d65f15360d6fd97a7e6a754ada2ba66b1989fc53b4e53fb8
Contents?: true
Size: 539 Bytes
Versions: 3
Compression:
Stored size: 539 Bytes
Contents
describe "standard_activerecord", adapter: :ActiveRecord, mysql: true do moneta_store :ActiveRecord do { table: 'standard_activerecord', connection: { adapter: (defined?(JRUBY_VERSION) ? 'jdbcmysql' : 'mysql2'), host: mysql_host, port: mysql_port, database: mysql_database1, username: mysql_username, password: mysql_password } } end moneta_loader do |value| ::Marshal.load(value.unpack('m').first) end moneta_specs STANDARD_SPECS.with_each_key end
Version data entries
3 entries across 3 versions & 1 rubygems