I'm trying to figure out where does webistrano keep its custom recipes (I want to copy them), and I can't seem to locate them. I've scoured the installation folder on the server to no avail.
Does anyone know where they are kept?
I'm trying to figure out where does webistrano keep its custom recipes (I want to copy them), and I can't seem to locate them. I've scoured the installation folder on the server to no avail.
Does anyone know where they are kept?
Recipes created inside the admin interface are stored in the database. The recipes
table holds the information for the recipe and the revision to be executed on, include the actual code for the current version. The recipe_versions
holds a complete copy of each version of the recipe.
The project types (templates) are created inside the repository at lib/webistrano/template/