Displaying 1 result from an estimated 1 matches for "copy_structure".
Did you mean:
  code_structure
  
2006 Jul 21
1
Capistrano before and after tasks
I try to extend db:test:copy_structure task to poulate test database 
with some existing data everytime i run it.
It seems that "after_" task is not called as should be:
> namespace :db do
>   namespace :test do
>     task :after_clone_structure do
>       puts "after_clone_structure_to_test"
>     e...