module ActiveSupport
def self.eager_load!
def self.eager_load! super NumberHelper.eager_load! end
def self.gem_version
def self.gem_version Gem::Version.new VERSION::STRING end
def self.to_time_preserves_timezone
def self.to_time_preserves_timezone DateAndTime::Compatibility.preserve_timezone end
def self.to_time_preserves_timezone=(value)
def self.to_time_preserves_timezone=(value) DateAndTime::Compatibility.preserve_timezone = value end
def self.version
def self.version gem_version end
Modules
- ActiveSupport::ActionableError
- ActiveSupport::Autoload
- ActiveSupport::Benchmarkable
- ActiveSupport::BigDecimalWithDefaultFormat
- ActiveSupport::Cache
- ActiveSupport::Callbacks
- ActiveSupport::CompareWithRange
- ActiveSupport::Concern
- ActiveSupport::Concurrency
- ActiveSupport::Configurable
- ActiveSupport::Dependencies
- ActiveSupport::DescendantsTracker
- ActiveSupport::EachTimeWithZone
- ActiveSupport::Gzip
- ActiveSupport::IncludeTimeWithZone
- ActiveSupport::Inflector
- ActiveSupport::JSON
- ActiveSupport::LazyLoadHooks
- ActiveSupport::LoggerSilence
- ActiveSupport::LoggerThreadSafeLevel
- ActiveSupport::MarshalWithAutoloading
- ActiveSupport::Messages
- ActiveSupport::Multibyte
- ActiveSupport::Notifications
- ActiveSupport::NumberHelper
- ActiveSupport::NumericWithFormat
- ActiveSupport::PerThreadRegistry
- ActiveSupport::RangeWithFormat
- ActiveSupport::Rescuable
- ActiveSupport::SecurityUtils
- ActiveSupport::TaggedLogging
- ActiveSupport::Testing
- ActiveSupport::ToJsonWithActiveSupportEncoder
- ActiveSupport::Tryable
- ActiveSupport::VERSION
- ActiveSupport::XmlMini
- ActiveSupport::XmlMini_JDOM
- ActiveSupport::XmlMini_LibXML
- ActiveSupport::XmlMini_LibXMLSAX
- ActiveSupport::XmlMini_Nokogiri
- ActiveSupport::XmlMini_NokogiriSAX
- ActiveSupport::XmlMini_REXML
Classes
- ActiveSupport::ArrayInquirer
- ActiveSupport::BacktraceCleaner
- ActiveSupport::CachingKeyGenerator
- ActiveSupport::CurrentAttributes
- ActiveSupport::Deprecation
- ActiveSupport::DeprecationException
- ActiveSupport::Digest
- ActiveSupport::Duration
- ActiveSupport::EncryptedConfiguration
- ActiveSupport::EncryptedFile
- ActiveSupport::EventedFileUpdateChecker
- ActiveSupport::ExecutionWrapper
- ActiveSupport::Executor
- ActiveSupport::FileUpdateChecker
- ActiveSupport::HashWithIndifferentAccess
- ActiveSupport::InheritableOptions
- ActiveSupport::KeyGenerator
- ActiveSupport::LogSubscriber
- ActiveSupport::Logger
- ActiveSupport::MessageEncryptor
- ActiveSupport::MessageVerifier
- ActiveSupport::OptionMerger
- ActiveSupport::OrderedHash
- ActiveSupport::OrderedOptions
- ActiveSupport::ParameterFilter
- ActiveSupport::ProxyObject
- ActiveSupport::Railtie
- ActiveSupport::Reloader
- ActiveSupport::SafeBuffer
- ActiveSupport::StringInquirer
- ActiveSupport::Subscriber
- ActiveSupport::SubscriberQueueRegistry
- ActiveSupport::TestCase
- ActiveSupport::TimeWithZone
- ActiveSupport::TimeZone
- ActiveSupport::XMLConverter
Class Methods
Defined in
- lib/active_support.rb
- lib/active_support/actionable_error.rb
- lib/active_support/array_inquirer.rb
- lib/active_support/backtrace_cleaner.rb
- lib/active_support/benchmarkable.rb
- lib/active_support/cache.rb
- lib/active_support/cache/file_store.rb
- lib/active_support/cache/mem_cache_store.rb
- lib/active_support/cache/memory_store.rb
- lib/active_support/cache/null_store.rb
- lib/active_support/cache/redis_cache_store.rb
- lib/active_support/cache/strategy/local_cache.rb
- lib/active_support/cache/strategy/local_cache_middleware.rb
- lib/active_support/callbacks.rb
- lib/active_support/concern.rb
- lib/active_support/concurrency/load_interlock_aware_monitor.rb
- lib/active_support/concurrency/share_lock.rb
- lib/active_support/configurable.rb
- lib/active_support/core_ext/big_decimal/conversions.rb
- lib/active_support/core_ext/hash/conversions.rb
- lib/active_support/core_ext/marshal.rb
- lib/active_support/core_ext/numeric/conversions.rb
- lib/active_support/core_ext/object/json.rb
- lib/active_support/core_ext/object/try.rb
- lib/active_support/core_ext/range/compare_range.rb
- lib/active_support/core_ext/range/conversions.rb
- lib/active_support/core_ext/range/each.rb
- lib/active_support/core_ext/range/include_time_with_zone.rb
- lib/active_support/core_ext/string/output_safety.rb
- lib/active_support/current_attributes.rb
- lib/active_support/dependencies.rb
- lib/active_support/dependencies/autoload.rb
- lib/active_support/dependencies/interlock.rb
- lib/active_support/dependencies/zeitwerk_integration.rb
- lib/active_support/deprecation.rb
- lib/active_support/deprecation/behaviors.rb
- lib/active_support/deprecation/constant_accessor.rb
- lib/active_support/deprecation/instance_delegator.rb
- lib/active_support/deprecation/method_wrappers.rb
- lib/active_support/deprecation/proxy_wrappers.rb
- lib/active_support/deprecation/reporting.rb
- lib/active_support/descendants_tracker.rb
- lib/active_support/digest.rb
- lib/active_support/duration.rb
- lib/active_support/duration/iso8601_parser.rb
- lib/active_support/duration/iso8601_serializer.rb
- lib/active_support/encrypted_configuration.rb
- lib/active_support/encrypted_file.rb
- lib/active_support/evented_file_update_checker.rb
- lib/active_support/execution_wrapper.rb
- lib/active_support/executor.rb
- lib/active_support/file_update_checker.rb
- lib/active_support/gem_version.rb
- lib/active_support/gzip.rb
- lib/active_support/hash_with_indifferent_access.rb
- lib/active_support/inflections.rb
- lib/active_support/inflector/inflections.rb
- lib/active_support/inflector/methods.rb
- lib/active_support/inflector/transliterate.rb
- lib/active_support/json/decoding.rb
- lib/active_support/json/encoding.rb
- lib/active_support/key_generator.rb
- lib/active_support/lazy_load_hooks.rb
- lib/active_support/log_subscriber.rb
- lib/active_support/log_subscriber/test_helper.rb
- lib/active_support/logger.rb
- lib/active_support/logger_silence.rb
- lib/active_support/logger_thread_safe_level.rb
- lib/active_support/message_encryptor.rb
- lib/active_support/message_verifier.rb
- lib/active_support/messages/metadata.rb
- lib/active_support/messages/rotation_configuration.rb
- lib/active_support/messages/rotator.rb
- lib/active_support/multibyte.rb
- lib/active_support/multibyte/chars.rb
- lib/active_support/multibyte/unicode.rb
- lib/active_support/notifications.rb
- lib/active_support/notifications/fanout.rb
- lib/active_support/notifications/instrumenter.rb
- lib/active_support/number_helper.rb
- lib/active_support/number_helper/number_converter.rb
- lib/active_support/number_helper/number_to_currency_converter.rb
- lib/active_support/number_helper/number_to_delimited_converter.rb
- lib/active_support/number_helper/number_to_human_converter.rb
- lib/active_support/number_helper/number_to_human_size_converter.rb
- lib/active_support/number_helper/number_to_percentage_converter.rb
- lib/active_support/number_helper/number_to_phone_converter.rb
- lib/active_support/number_helper/number_to_rounded_converter.rb
- lib/active_support/number_helper/rounding_helper.rb
- lib/active_support/option_merger.rb
- lib/active_support/ordered_hash.rb
- lib/active_support/ordered_options.rb
- lib/active_support/parameter_filter.rb
- lib/active_support/per_thread_registry.rb
- lib/active_support/proxy_object.rb
- lib/active_support/railtie.rb
- lib/active_support/reloader.rb
- lib/active_support/rescuable.rb
- lib/active_support/security_utils.rb
- lib/active_support/string_inquirer.rb
- lib/active_support/subscriber.rb
- lib/active_support/tagged_logging.rb
- lib/active_support/test_case.rb
- lib/active_support/testing/assertions.rb
- lib/active_support/testing/constant_lookup.rb
- lib/active_support/testing/declarative.rb
- lib/active_support/testing/deprecation.rb
- lib/active_support/testing/file_fixtures.rb
- lib/active_support/testing/isolation.rb
- lib/active_support/testing/method_call_assertions.rb
- lib/active_support/testing/parallelization.rb
- lib/active_support/testing/setup_and_teardown.rb
- lib/active_support/testing/stream.rb
- lib/active_support/testing/tagged_logging.rb
- lib/active_support/testing/time_helpers.rb
- lib/active_support/time.rb
- lib/active_support/time_with_zone.rb
- lib/active_support/values/time_zone.rb
- lib/active_support/version.rb
- lib/active_support/xml_mini.rb
- lib/active_support/xml_mini/jdom.rb
- lib/active_support/xml_mini/libxml.rb
- lib/active_support/xml_mini/libxmlsax.rb
- lib/active_support/xml_mini/nokogiri.rb
- lib/active_support/xml_mini/nokogirisax.rb
- lib/active_support/xml_mini/rexml.rb