Sha256: 9cbbbb5d7c92a3c776a4ec584c24f4a697f3a2850a48d035b6e9debea7da3264
Contents?: true
Size: 424 Bytes
Versions: 11
Compression:
Stored size: 424 Bytes
Contents
# Expand the path to environment so that Ruby does not load it multiple times # File.expand_path can be removed if Ruby 1.9 is in use. if (Object.const_defined?(:ActiveRecord) && !ActiveRecord::Base.allow_concurrency) raise "Since Selenium spawns an internal app server, we need ActiveRecord to be multi-threaded. Please set 'ActiveRecord::Base.allow_concurrency = true' in your environment file (e.g. test.rb)." end
Version data entries
11 entries across 11 versions & 2 rubygems