APIdock / Ruby on Rails
/
Browse About
method

verbose

v8.0.0 - Show latest stable - Class: ActiveRecord::InvalidMigrationTimestampError::Migration
verbose
public

Specifies if migrations will write the actions they are taking to the console as they happen, along with benchmarks describing how long each step took. Defaults to true.

# File activerecord/lib/active_record/migration.rb, line 797
    cattr_accessor :verbose

Related methods

  • Instance methods
  • announce
  • connection
  • connection_pool
  • copy
  • disable_ddl_transaction
  • down
  • exec_migration
  • execution_strategy
  • method_missing
  • migrate
  • next_migration_number
  • proper_table_name
  • reversible
  • revert
  • reverting?
  • run
  • say
  • say_with_time
  • suppress_messages
  • table_name_options
  • up
  • up_only
  • write
  • Class methods
  • []
  • check_all_pending!
  • check_pending_migrations
  • current_version
  • disable_ddl_transaction!
  • inherited
  • load_schema_if_pending!
  • maintain_test_schema!
  • method_missing
  • migrate
  • nearest_delegate
  • new
  • valid_version_format?
  • verbose
  • Private methods
  • privateany_schema_needs_update?
  • privatedb_configs_in_current_env
  • privateenv
  • privateload_schema!
  • privatepending_migrations
  • privatecommand_recorder
  • privateexecute_block
  • privateformat_arguments
  • privateinternal_option?
APIdock API Documentation Browser

Measure what matters with Swarmia's SPACE framework implementation.

© 2026 APIdock