class

Object

v3.1.0 - Show latest stable - Superclass: Object

No documentation available for this class.

Included modules

  • FileUtils
  • Java
  • Rails::BacktraceFilterForTestUnit
  • RequireProfiler
  • W3CValidators

Constants

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

AbstractRequest = ActionController::Request = ActionDispatch::Request

AbstractResponse = ActionController::Response = ActionDispatch::Response

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

Fixture = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Fixture', 'ActiveRecord::Fixture')

Fixtures = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Fixtures', 'ActiveRecord::Fixtures')

HashWithIndifferentAccess = ActiveSupport::HashWithIndifferentAccess

Integration = ActionDispatch::Integration

IntegrationTest = ActionDispatch::IntegrationTest

MissingSourceFile = LoadError

PerformanceTest = ActionDispatch::PerformanceTest

RUBY_ENGINE = 'ruby' unless defined?(RUBY_ENGINE)

Routing = ActionDispatch::Routing

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

Files

  • actionpack/lib/action_controller/deprecated.rb
  • actionpack/lib/action_controller/deprecated/integration_test.rb
  • actionpack/lib/action_controller/deprecated/performance_test.rb
  • actionpack/lib/action_dispatch/http/mime_types.rb
  • activerecord/examples/performance.rb
  • activerecord/lib/active_record/fixtures.rb
  • activeresource/examples/performance.rb
  • activesupport/lib/active_support/core_ext/kernel/agnostics.rb
  • activesupport/lib/active_support/core_ext/load_error.rb
  • activesupport/lib/active_support/core_ext/object/acts_like.rb
  • activesupport/lib/active_support/core_ext/object/blank.rb
  • activesupport/lib/active_support/core_ext/object/duplicable.rb
  • activesupport/lib/active_support/core_ext/object/inclusion.rb
  • activesupport/lib/active_support/core_ext/object/instance_variables.rb
  • activesupport/lib/active_support/core_ext/object/to_param.rb
  • activesupport/lib/active_support/core_ext/object/to_query.rb
  • activesupport/lib/active_support/core_ext/object/try.rb
  • activesupport/lib/active_support/core_ext/object/with_options.rb
  • activesupport/lib/active_support/core_ext/string/output_safety.rb
  • activesupport/lib/active_support/core_ext/uri.rb
  • activesupport/lib/active_support/hash_with_indifferent_access.rb
  • activesupport/lib/active_support/json/encoding.rb
  • activesupport/lib/active_support/testing/performance.rb
  • activesupport/lib/active_support/xml_mini/jdom.rb
  • ci/travis.rb
  • railties/guides/rails_guides.rb
  • railties/guides/w3c_validator.rb
  • railties/lib/rails/commands/benchmarker.rb
  • railties/lib/rails/commands/plugin.rb
  • railties/lib/rails/commands/profiler.rb
  • railties/lib/rails/console/app.rb
  • railties/lib/rails/console/helpers.rb
  • railties/lib/rails/generators/test_unit/performance/templates/performance_test.rb
  • railties/lib/rails/test_help.rb
  • tasks/release.rb
  • tools/profile