APIdock / Ruby on Rails
/
Browse About
method

version

v7.0.0 - Show latest stable - Class: ActiveRecord
version()
public

Returns the version of the currently loaded ActiveRecord as a Gem::Version

# File activerecord/lib/active_record/version.rb, line 7
  def self.version
    gem_version
  end

Related methods

  • Instance methods
  • ciphertext_for
  • decrypt
  • encrypt
  • encrypted_attribute?
  • Class methods
  • default_timezone=
  • eager_load!
  • gem_version
  • global_executor_concurrency
  • global_executor_concurrency=
  • global_thread_pool_async_query_executor
  • unknown
  • version
  • Private methods
  • privatebuild_decrypt_attribute_assignments
  • privatebuild_encrypt_attribute_assignments
  • privatecant_modify_encrypted_attributes_when_frozen
  • privatedecrypt_attributes
  • privateencrypt_attributes
  • privatehas_encrypted_attributes?
  • privatevalidate_encryption_allowed
APIdock API Documentation Browser

© 2026 APIdock