Sha256: f496ef35ac457618fd7dac1c00cfb777d93e7b751b9014d385e0653383cfba95
Contents?: true
Size: 551 Bytes
Versions: 2
Compression:
Stored size: 551 Bytes
Contents
require File.expand_path('../boot', __FILE__) require 'rails/all' # 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 Rails3Root 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
socialcast_shoulda_ext-0.1.4 | test/rails3_root/config/application.rb |
socialcast_shoulda_ext-0.1.2 | test/rails3_root/config/application.rb |