Object
frozen_string_literal: true
frozen_string_literal: true
frozen_string_literal: true
Included modules
- ActiveRecord::TestDatabases
- ActiveRecord::TestFixtures
- ActiveSupport::Tryable
- FileUtils
- Java
Constants
APPLICATION_PACK_PATH = Pathname.new("app/javascript/packs/application.js")
APP_PATH = File.expand_path("test/dummy/config/application", ENGINE_ROOT)
COMPONENT_ROOT = File.expand_path("..", __dir__)
FRAMEWORKS = %w(\nactivesupport\nactivemodel\nactiverecord\nactionview\nactionpack\nactivejob\nactionmailer\nactioncable\nactivestorage\nactionmailbox\nactiontext\nrailties\n)
FRAMEWORK_NAMES = Hash.new { |h, k| k.split(/(?<=active|action)/).map(&:capitalize).join(" ") }
JS_DEPENDENCIES = JS_PACKAGE["peerDependencies"].dup.merge \\\nJS_PACKAGE["name"] => "^#{JS_PACKAGE["version"]}"
JS_PACKAGE = JSON.load(JS_PACKAGE_PATH)
JS_PACKAGE_PATH = Pathname.new("#{__dir__}/../../package.json")
RECORDS = (ENV["BENCHMARK_RECORDS"] || TIME * 1000).to_i
SourceAnnotationExtractor = ActiveSupport::Deprecation::DeprecatedConstantProxy.\nnew("SourceAnnotationExtractor", "Rails::SourceAnnotationExtractor")
TIME = (ENV["BENCHMARK_TIME"] || 20).to_i
Files
- actioncable/bin/test
- actionmailbox/bin/test
- actionmailer/bin/test
- actionpack/bin/test
- actiontext/bin/test
- actiontext/lib/templates/installer.rb
- actionview/bin/test
- activejob/bin/test
- activemodel/bin/test
- activerecord/bin/test
- activerecord/examples/performance.rb
- activestorage/bin/test
- activesupport/bin/test
- activesupport/lib/active_support/core_ext/enumerable.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/deep_dup.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/json.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/xml_mini/jdom.rb
- ci/travis.rb
- railties/bin/test
- railties/lib/rails/engine/commands.rb
- railties/lib/rails/source_annotation_extractor.rb
- railties/lib/rails/test_help.rb
- tasks/release.rb