public
Description: Collection of Sinatra specific rake tasks
Homepage:
Clone URL: git://github.com/CarlosGabaldon/sinatra-rake-tasks.git
name age message
file README.rdoc Wed May 27 19:09:45 -0700 2009 added db seeds task [Carlos]
file rakefile Wed May 27 19:08:31 -0700 2009 added db seeds task [Carlos]
README.rdoc

Collection of Sinatra specific rake tasks

  Copyright (c) 2009 Carlos Gabaldon <carlosgabaldon.com>, released under the MIT license

  Public Clone URL:     git://github.com/CarlosGabaldon/sinatra-rake-tasks.git

Tasks

New project

  $ rake sinatra:create_project

Seed the database

  $ rake sinatra:seed_db