#12 new
Jed Hurt

Make db:bootstrap task work with DM 0.9

Reported by Jed Hurt | July 1st, 2008 @ 09:30 AM

Path from mariusz:

require 'merb-core'

require 'app/models/page'

require 'app/models/version'

desc 'Bootstrap the database. *** DESTRUCTIVE ***'

namespace :db do

task :bootstrap do

Version.auto_migrate!

Page.auto_migrate!

Page.create!(:name => 'Home', :content => '

style="color:#aaa">First

Page"?":http://github.com/meekish/collective/wikis/new?title=First

Page')

end

end

Comments and changes to this ticket

Please Login or create a free account to add a new comment.

You can update this ticket by sending an email to from your email client. (help)

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

A no-frills wiki powered by Merb and DataMapper.

People watching this ticket