frozen_string_literal: true
frozen_string_literal: true
frozen_string_literal: true
Constants
FRAMEWORK_NAMES = Hash.new { |h, k| k.split(/(?<=active|action)/).map(&:capitalize).join(" ") }
FRAMEWORKS = %w(
activesupport
activemodel
activerecord
actionview
actionpack
activejob
actionmailer
actioncable
activestorage
actionmailbox
actiontext
railties
)
SourceAnnotationExtractor = ActiveSupport::Deprecation::DeprecatedConstantProxy.
new("SourceAnnotationExtractor", "Rails::SourceAnnotationExtractor")
APP_PATH = File.expand_path("test/dummy/config/application", ENGINE_ROOT)
JS_DEPENDENCIES = JS_PACKAGE["peerDependencies"].dup.merge \
JS_PACKAGE["name"] => "^#{JS_PACKAGE["version"]}"
JS_PACKAGE = JSON.load(JS_PACKAGE_PATH)
JS_PACKAGE_PATH = Pathname.new("#{__dir__}/../../package.json")
APPLICATION_PACK_PATH = Pathname.new("app/javascript/packs/application.js")
RECORDS = (ENV["BENCHMARK_RECORDS"] || TIME * 1000).to_i
TIME = (ENV["BENCHMARK_TIME"] || 20).to_i
COMPONENT_ROOT = File.expand_path("..", __dir__)
Attributes
Show files where this class is defined (33 files)
activesupport/lib/active_support/xml_mini/jdom.rb
activesupport/lib/active_support/core_ext/uri.rb
activesupport/lib/active_support/core_ext/enumerable.rb
activesupport/lib/active_support/core_ext/string/output_safety.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/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
activesupport/bin/test
actionpack/bin/test
actionmailbox/bin/test
tasks/release.rb
actionmailer/bin/test
actioncable/bin/test
railties/lib/rails/source_annotation_extractor.rb
railties/lib/rails/test_help.rb
railties/lib/rails/engine/commands.rb
railties/bin/test
actiontext/lib/templates/installer.rb
actiontext/bin/test
ci/travis.rb
activejob/bin/test
actionview/bin/test
activemodel/bin/test
activerecord/examples/performance.rb
activerecord/bin/test
activestorage/bin/test