I have a special piece of setup that I would like to do only on certain 
deploys.  This code is dependent on the Rails environment for the 
application being loaded so that I have access to Rails stuff.

How do I build a task that will execute this code that basically needs 
to run within the Rails environment (same as if I were to type it in via 
script/console).  Is there a pre-existing task that will allow me to do 
this?  Is there an easy way to basically run script/console from within 
a cap task?  Or should I just put my stuff in a file and make a task 
that can run it with script/runner?

Thanks,
Wes

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to