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
Attributes
Show files where this class is defined (36 files)
ci/travis.rb
activesupport/lib/active_support/json/encoding.rb
actionpack/lib/action_dispatch/http/mime_types.rb
actionpack/lib/action_controller/deprecated.rb
actionpack/lib/action_controller/deprecated/integration_test.rb
actionpack/lib/action_controller/deprecated/performance_test.rb
actionpack/examples/performance.rb
railties/lib/rails/generators/test_unit/performance/templates/performance_test.rb
railties/lib/rails/commands/plugin.rb
railties/lib/rails/commands/benchmarker.rb
railties/lib/rails/commands/profiler.rb
railties/lib/rails/test_help.rb
railties/guides/w3c_validator.rb
railties/guides/code/getting_started/script/rails
railties/guides/rails_guides.rb
activesupport/lib/active_support/hash_with_indifferent_access.rb
activesupport/lib/active_support/core_ext/load_error.rb
activesupport/lib/active_support/core_ext/string/output_safety.rb
activesupport/lib/active_support/core_ext/kernel/agnostics.rb
activesupport/lib/active_support/core_ext/uri.rb
activesupport/lib/active_support/core_ext/object/instance_variables.rb
activesupport/lib/active_support/core_ext/object/try.rb
activesupport/lib/active_support/core_ext/object/to_query.rb
activesupport/lib/active_support/core_ext/object/with_options.rb
activesupport/lib/active_support/core_ext/object/to_param.rb
activesupport/lib/active_support/core_ext/object/to_json.rb
activesupport/lib/active_support/core_ext/object/acts_like.rb
activesupport/lib/active_support/core_ext/object/inclusion.rb
activesupport/lib/active_support/core_ext/object/duplicable.rb
activesupport/lib/active_support/core_ext/object/blank.rb
activesupport/lib/active_support/xml_mini/jdom.rb
activesupport/lib/active_support/testing/performance.rb
tools/profile
tasks/release.rb
activeresource/examples/performance.rb
activerecord/examples/performance.rb