search for: deploy_demo

Displaying 1 result from an estimated 1 matches for "deploy_demo".

2006 Sep 05
0
rake craziness with Migrate as a dependency
Hi everyone, For one of our projects we have a need to deploy and maintain a demo. As a result I''ve attempted to setup a set of rake tasks for the job. My goal is have one rake task called "deploy_demo" which purges the database, migrates to the current schema, and loads the db from a set of fixture files in a specified location. I''ve written two new tasks the perform portions of this task: db:purge - purges the db set in RAILS_ENV. load_my_fixtures - loads the db using fixtures f...