APIdock / Ruby on Rails
/
Browse About
method

version

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

Returns the currently loaded version of Active Record 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
  • db_warnings_action
  • db_warnings_action=
  • db_warnings_ignore
  • default_timezone=
  • deprecator
  • gem_version
  • lazily_load_schema_cache
  • legacy_connection_handling=
  • schema_cache_ignored_tables
  • version
  • Private methods
  • private_create
  • private_create!
  • private_create_record
  • private_new
  • privatebuild_decrypt_attribute_assignments
  • privatebuild_encrypt_attribute_assignments
  • privatecant_modify_encrypted_attributes_when_frozen
  • privatedecrypt_attributes
  • privateencrypt_attributes
  • privateexec_queries
  • privatehas_encrypted_attributes?
  • privatevalidate_encryption_allowed
APIdock API Documentation Browser

Measure software delivery performance with DORA metrics in Swarmia.

© 2026 APIdock