Sha256: a51b36cb6d84bb683a3ac6bd54388471cabab57fe1df714a323985da24ffa87c
Contents?: true
Size: 405 Bytes
Versions: 5
Compression:
Stored size: 405 Bytes
Contents
# frozen_string_literal: true require "bundler/setup" require "combustion" if Rails::VERSION::STRING.to_f < 4.1 require "active_record" require "active_record/connection_adapters/mysql2_adapter" class ActiveRecord::ConnectionAdapters::Mysql2Adapter NATIVE_DATABASE_TYPES[:primary_key] = "int(11) auto_increment PRIMARY KEY" end end require File.expand_path("dummy/lib/engine.rb", __dir__)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
combustion-1.1.2 | spec/spec_helper.rb |
combustion-1.1.1 | spec/spec_helper.rb |
combustion-1.1.0 | spec/spec_helper.rb |
combustion-1.0.0 | spec/spec_helper.rb |
combustion-0.9.1 | spec/spec_helper.rb |