Flowdock

No documentation

This class has no description. You can help the Ruby on Rails community by adding new notes.

Constants

ALL = Mime::Type.new("*/*", :all, [])

AbstractRequest = ActionController::Request = ActionDispatch::Request

AbstractResponse = ActionController::Response = ActionDispatch::Response

Routing = ActionDispatch::Routing

Integration = ActionDispatch::Integration

IntegrationTest = ActionDispatch::IntegrationTest

PerformanceTest = ActionDispatch::PerformanceTest

MyHash = Class.new(Hash)

N = (ENV['N'] || 1000).to_i

APP_PATH = File.expand_path('../../config/application', __FILE__)

HashWithIndifferentAccess = ActiveSupport::HashWithIndifferentAccess

MissingSourceFile = LoadError

RUBY_ENGINE = 'ruby' unless defined?(RUBY_ENGINE)

FRAMEWORKS = %w( activesupport activemodel activerecord activeresource actionpack actionmailer railties )

TIMES = (ENV['N'] || 10_000).to_i

TIME = (ENV['BENCHMARK_TIME'] || 20).to_i

RECORDS = (ENV['BENCHMARK_RECORDS'] || TIME*1000).to_i

Attributes

Show files where this class is defined (36 files)
Register or log in to add new notes.