No documentation
This class has no description. You can help the Ruby on Rails community by adding new notes.
Constants
MissingSourceFile = LoadError
ALL = Mime::Type.new("*/*", :all, [])
FRAMEWORK_NAMES = Hash.new { |h, k| k.split(/(?<=active|action)/).map(&:capitalize).join(" ") }
FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack activejob actionmailer railties )
RECORDS = (ENV['BENCHMARK_RECORDS'] || TIME*1000).to_i
TIME = (ENV['BENCHMARK_TIME'] || 20).to_i
Attributes
Show files where this class is defined (21 files)
activesupport/lib/active_support/xml_mini/jdom.rb
activesupport/lib/active_support/core_ext/uri.rb
activesupport/lib/active_support/core_ext/string/output_safety.rb
activesupport/lib/active_support/core_ext/load_error.rb
activesupport/lib/active_support/core_ext/kernel/agnostics.rb
activesupport/lib/active_support/core_ext/object/inclusion.rb
activesupport/lib/active_support/core_ext/object/with_options.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/json.rb
activesupport/lib/active_support/core_ext/object/itself.rb
activesupport/lib/active_support/core_ext/object/try.rb
activesupport/lib/active_support/core_ext/object/deep_dup.rb
activesupport/lib/active_support/core_ext/object/to_query.rb
activesupport/lib/active_support/core_ext/object/instance_variables.rb
activesupport/lib/active_support/core_ext/object/acts_like.rb
actionpack/lib/action_dispatch/http/mime_types.rb
tasks/release.rb
railties/lib/rails/test_help.rb
ci/travis.rb
activerecord/examples/performance.rb