holamendi
5/27/2012 - 12:58 AM

Drop and Rebuild Heroku database

Drop and Rebuild Heroku database

heroku pg:reset  SHARED_DATABASE --confirm fasterfaster
heroku run rake db:migrate
heroku run console
Rails.cache.clear
heroku restart
- manually add one record to test
- run performance test