Module: ActiveRecord

Defined in:
lib/active_record/snapshot/configuration.rb,
lib/active_record/snapshot.rb,
lib/active_record/snapshot/railtie.rb,
lib/active_record/snapshot/version.rb,
lib/active_record/snapshot/files/list.rb,
lib/active_record/snapshot/commands/s3.rb,
lib/active_record/snapshot/utils/logger.rb,
lib/active_record/snapshot/files/version.rb,
lib/active_record/snapshot/utils/stepper.rb,
lib/active_record/snapshot/actions/create.rb,
lib/active_record/snapshot/actions/import.rb,
lib/active_record/snapshot/commands/bzip2.rb,
lib/active_record/snapshot/commands/mysql.rb,
lib/active_record/snapshot/files/snapshot.rb,
lib/active_record/snapshot/commands/openssl.rb,
lib/active_record/snapshot/commands/filter_tables.rb,
lib/active_record/snapshot/commands/select_snapshot.rb

Overview

NOTE: Default lambdas below all have because of a bug with defaults + coercion

Defaults aren't executed on class instantiation unless the lambda
takes an argument. This is a problem, since the execution in #[]=
happens AFTER the value is assigned - therefore AFTER the
coercion happens

Defined Under Namespace

Modules: Snapshot