Sha256: d133dfaafccb4eb85ca7b9094e21042fffda8416ca5e5b8541a742884564c811
Contents?: true
Size: 594 Bytes
Versions: 24
Compression:
Stored size: 594 Bytes
Contents
require File.expand_path('../boot', __FILE__) require "rails" %w( action_controller action_view action_mailer active_job rails/test_unit sprockets ).each do |framework| begin require "#{framework}/railtie" rescue LoadError end end Bundler.require(*Rails.groups) require 'yaml' module Dummy class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. end end
Version data entries
24 entries across 12 versions & 1 rubygems