require File.expand_path('../boot', __FILE__) require 'rails/all' Bundler.require(*Rails.groups) require 'yaml' require 'active_record/railtie' 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