Topic: how to run custom code during capistrano deploy
Before my server starts, I need to run the following
Food.cache_allThis caches all of the food data in the system. Now I don't necessarily want this in the initializer because we have about 100,000 records so it doesn't need to run everytime during boot-up.
In capistrano how could I run that command after the