Sha256: 4d80dffdb04b5a9a83a2cc25b0be284c82982e93df625ff90adb012b78501ea2

Contents?: true

Size: 668 Bytes

Versions: 50

Compression:

Stored size: 668 Bytes

Contents

require "bundler/gem_tasks"

# see: http://blog.aizatto.com/2007/05/27/activerecord-migrations-without-rails/
# require 'active_record'
# require 'yaml'

# ENV["RAILS_ENV"] ||= 'test'

# task :default => :migrate
 
# desc "Migrate the database through scripts in db/migrate. Target specific version with VERSION=x"
# task :migrate => :environment do
#   ActiveRecord::Migrator.migrate('db/migrate', ENV["VERSION"] ? ENV["VERSION"].to_i : nil )
# end
 
# task :environment do
#   ActiveRecord::Base.establish_connection(YAML::load(File.open('config/database.yml'))[ENV["RAILS_ENV"]])
#   ActiveRecord::Base.logger = Logger.new(File.open('tmp/database.log', 'a'))
# end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
object_attorney-2.10.12 Rakefile
object_attorney-2.10.11 Rakefile
object_attorney-2.10.10 Rakefile
object_attorney-2.10.9 Rakefile
object_attorney-2.10.7 Rakefile
object_attorney-2.10.6 Rakefile
object_attorney-2.10.5 Rakefile
object_attorney-2.10.3 Rakefile
object_attorney-2.10.2 Rakefile
object_attorney-2.10.1 Rakefile
object_attorney-2.9.4 Rakefile
object_attorney-2.9.3 Rakefile
object_attorney-2.9.2 Rakefile
object_attorney-2.9.0 Rakefile
object_attorney-2.8.1 Rakefile
object_attorney-2.8.0 Rakefile
object_attorney-2.6.12 Rakefile
object_attorney-2.6.11 Rakefile
object_attorney-2.6.10 Rakefile
object_attorney-2.6.9 Rakefile