Sha256: e1050441d924e0bfe103e2855434c5cdc5520d9b333334c9fa321079f22094d5

Contents?: true

Size: 417 Bytes

Versions: 9

Compression:

Stored size: 417 Bytes

Contents

gem "mysql2"

after_bundler do
  rake "db:create:all"
  
  rakefile("sample.rake") do
<<-RUBY
namespace :db do
  desc "Populate the database with sample data"
  task :sample => :environment do
    
  end
  task :populate => :sample
end
RUBY
  end
end

__END__

name: MySQL
description: Use MySQL for dev & production database
author: drnic

exclusive: orm
category: persistence

run_before: [eycloud]

args: -d mysql

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
appscrolls-0.11.2 scrolls/mysql.rb
appscrolls-0.11.1 scrolls/mysql.rb
appscrolls-0.11.0 scrolls/mysql.rb
appscrolls-0.10.1 scrolls/mysql.rb
appscrolls-0.10.0 scrolls/mysql.rb
appscrolls-0.9.0 scrolls/mysql.rb
appscrolls-0.8.4 scrolls/mysql.rb
appscrolls-0.8.3 scrolls/mysql.rb
appscrolls-0.8.2 scrolls/mysql.rb