Sha256: 669571ade4891ea727bdb19edf4e3e3345f51958710a0a31818a9a30866ce7fe

Contents?: true

Size: 278 Bytes

Versions: 11

Compression:

Stored size: 278 Bytes

Contents

require 'logger'

ActiveRecord::Base.logger = Logger.new("debug.log")

db = 'file_column_test.sqlite'

ActiveRecord::Base.establish_connection(:adapter  => "sqlite3",
                                        :database => db)


load File.dirname(__FILE__) + "/fixtures/schema.rb"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
file_column_with_s3-0.2.0 test/connection.rb
file_column_with_s3-0.1.9 test/connection.rb
file_column_with_s3-0.1.8 test/connection.rb
file_column_with_s3-0.1.7 test/connection.rb
file_column_with_s3-0.1.6 test/connection.rb
file_column_with_s3-0.1.5 test/connection.rb
file_column_with_s3-0.1.4 test/connection.rb
file_column_with_s3-0.1.3 test/connection.rb
file_column_with_s3-0.1.2 test/connection.rb
file_column_with_s3-0.1.1 test/connection.rb
file_column_with_s3-0.1.0 test/connection.rb