Sha256: 96befc7090af133871377822cf5149ce72a5706439b2817b093d209a6b662b28
Contents?: true
Size: 353 Bytes
Versions: 30
Compression:
Stored size: 353 Bytes
Contents
Bundler.require run InitializerConfigApp ||= Class.new(Rails::Application) { config.secret_key_base = routes.append { root to: proc { [200, {"Content-Type" => "text/plain"}, ["Hello!"]] } }.to_s config.cache_classes = true config.eager_load = true config.logger = Logger.new(STDOUT) config.log_level = :warn initialize! }
Version data entries
30 entries across 15 versions & 1 rubygems