class
Object
rails latest stable
- Superclass: Object
frozen_string_literal: true
frozen_string_literal: true
frozen_string_literal: true
frozen_string_literal: true
Included modules
- ActiveSupport::Tryable
- Java
Constants
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(" ") }
NPM_PACKAGES = { "actionview" => "ujs" }
RECORDS = (ENV["BENCHMARK_RECORDS"] || TIME * 1000).to_i
TIME = (ENV["BENCHMARK_TIME"] || 20).to_i
Files
- actioncable/bin/test
- actionmailbox/bin/test
- actionmailer/bin/test
- actionpack/bin/test
- actiontext/bin/test
- 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/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.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/xml_mini/jdom.rb
- railties/bin/test
- railties/lib/rails/engine/commands.rb
- tasks/release.rb