Sha256: b5fec98fa7631484af422166c34521c728ee39fd173f8664e142886f5f8d1a0b

Contents?: true

Size: 276 Bytes

Versions: 24

Compression:

Stored size: 276 Bytes

Contents

require File.expand_path("../../../standalone_migrations", __FILE__)
namespace :standalone do
  task :connection do
    StandaloneMigrations::Configurator.load_configurations
    ActiveRecord::Base.establish_connection
    StandaloneMigrations.run_on_load_callbacks
  end
end

Version data entries

24 entries across 24 versions & 3 rubygems

Version Path
standalone_migrations-8.0.0 lib/standalone_migrations/tasks/connection.rake
standalone_migrations-7.2.0 lib/standalone_migrations/tasks/connection.rake
standalone_migrations-7.1.3 lib/standalone_migrations/tasks/connection.rake
standalone_migrations-7.1.2 lib/standalone_migrations/tasks/connection.rake
standalone_migrations-7.1.1 lib/standalone_migrations/tasks/connection.rake
standalone_migrations_sp-7.1.1 lib/standalone_migrations/tasks/connection.rake
cairn-7.1.1 lib/standalone_migrations/tasks/connection.rake
cairn-7.1.0 lib/standalone_migrations/tasks/connection.rake
standalone_migrations-7.1.0 lib/standalone_migrations/tasks/connection.rake
standalone_migrations-6.1.0 lib/standalone_migrations/tasks/connection.rake
standalone_migrations-6.0.0 lib/standalone_migrations/tasks/connection.rake
standalone_migrations-5.2.7 lib/standalone_migrations/tasks/connection.rake
standalone_migrations-5.2.6 lib/standalone_migrations/tasks/connection.rake
standalone_migrations-5.2.5 lib/standalone_migrations/tasks/connection.rake
standalone_migrations-5.2.4 lib/standalone_migrations/tasks/connection.rake
standalone_migrations-5.2.3 lib/standalone_migrations/tasks/connection.rake
standalone_migrations-5.2.2 lib/standalone_migrations/tasks/connection.rake
standalone_migrations-5.2.1 lib/standalone_migrations/tasks/connection.rake
standalone_migrations-5.2.0 lib/standalone_migrations/tasks/connection.rake
standalone_migrations-5.0.0 lib/standalone_migrations/tasks/connection.rake