Sha256: bbf1160b22201d6b32c2794654f7d6e99e4c3847adee004b0c1650181183c910

Contents?: true

Size: 497 Bytes

Versions: 10

Compression:

Stored size: 497 Bytes

Contents

require File.expand_path('../boot', __FILE__)

#require "active_model/railtie"
require "action_controller/railtie"
#require "action_view/railtie"

Bundler.require

Dir[File.dirname(__FILE__) << '/../../../']

module Dummy
  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

10 entries across 10 versions & 1 rubygems

Version Path
h2ocube_rails_helper-0.0.16 test/dummy/config/application.rb
h2ocube_rails_helper-0.0.15 test/dummy/config/application.rb
h2ocube_rails_helper-0.0.14 test/dummy/config/application.rb
h2ocube_rails_helper-0.0.13 test/dummy/config/application.rb
h2ocube_rails_helper-0.0.12 test/dummy/config/application.rb
h2ocube_rails_helper-0.0.11 test/dummy/config/application.rb
h2ocube_rails_helper-0.0.10 test/dummy/config/application.rb
h2ocube_rails_helper-0.0.9 test/dummy/config/application.rb
h2ocube_rails_helper-0.0.8 test/dummy/config/application.rb
h2ocube_rails_helper-0.0.7 test/dummy/config/application.rb