Sha256: a66464892207f50bf4ff5caf12b52be1e250b5f30811bdca4f41987dc2cb67d0
Contents?: true
Size: 396 Bytes
Versions: 5
Compression:
Stored size: 396 Bytes
Contents
begin require 'rails/railtie' class Tork::Railtie < Rails::Railtie config.before_initialize do |app| app.config.cache_classes = false end end rescue LoadError => error warn "tork/config/rails/master: could not set configuration using railties;\n"\ "you will have to add the following to your test environment manually:\n\t"\ 'config.cache_classes = false' end
Version data entries
5 entries across 5 versions & 1 rubygems