Sha256: 740b2ebc892298233fade01ff2ebe369455a072f5c717e66199336f62ea32ec4
Contents?: true
Size: 574 Bytes
Versions: 13
Compression:
Stored size: 574 Bytes
Contents
require File.expand_path('../boot', __FILE__) require "action_controller/railtie" # If you have a Gemfile, require the gems listed there, including any gems # you've limited to :test, :development, or :production. Bundler.require(:default, Rails.env) if defined?(Bundler) module RailsAndCucumber class Application < Rails::Application # Configure the default encoding used in templates for Ruby 1.9. config.encoding = "utf-8" # Configure sensitive parameters which will be filtered from the log file. config.filter_parameters += [:password] end end
Version data entries
13 entries across 13 versions & 1 rubygems