summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)Author
2014-01-18create a new comment.mo khan
2014-01-17record an new activity when someone adds your cake to their favorites.mo khan
2014-01-17create activities table.mo khan
2013-12-31fix schema file for postgres.mo khan
2013-12-30rake db:migrate.mo khan
2013-12-30merge with master.mo khan
2013-12-30bake db:migratemo khan
2013-12-30merge with master.mo khan
2013-12-29upload avatar in background.mo khan
2013-12-29add is_admin column to users table.mo khan
2013-12-29add image_processing column to photo model to tell if an image has been ↵mo khan
processed in the background and use store_in_background to speed up upload.
2013-12-28remove public activity gem.mo khan
2013-12-28remove active admin tables and assets.mo khan
2013-09-14add ssl support to nginx config and other tidy upmo khan
2013-07-26add teaspoon to the ci taskmo khan
2013-07-19remove commentsmo khan
2013-07-06add creations counter_cachemo khan
2013-07-02use ip geolocation lookupmo khan
2013-07-01add public activity gemmo khan
2013-06-17add devise columns to usersmo khan
2013-06-16add favorites counter cachemo khan
2013-06-16add index to created_at column on usersmo khan
2013-06-16add lol dba gem and add missing tag indexesmo khan
2013-06-16change log level to warn in stagingmo khan
2013-05-04add counter cache for photos on creation.mo khan
2013-05-04add missing indexesmo khan
2013-03-05add image_tmp column and try store_in_background processing to try to speed ↵mo khan
up uploads.
2013-02-22update the seeds file.mo k
2013-02-22remove old categoriesmo k
2013-02-21start migration script to move categories to tags.mo k
2013-01-11bundle update to fix rails vulnerabilitymo k
2012-12-17update schema.rbmo k
2012-12-17add index for created_at and creation_idmo k
2012-12-14recreate each version of the photos.mo k
2012-12-12rake db:migratemo k
2012-12-11add migration script to remigrate each creation.mo k
2012-11-08move the migration job to the commands folder.mo k
2012-11-07convert photo migration method to a Custom Job class.mo k
2012-11-07remove is_published from creation.mo k
2012-11-07add down step to last migrationmo k
2012-11-07remove :is_primary from photos table.mo k
2012-10-27mark the first photo uploaded as the primary image.mo k
2012-10-15switch photo processing back to the old way.mo k
2012-10-12add is_published to the creation model and only show fully published ↵mo k
creations in the index page.
2012-10-10add new prod backup and update the schema.rbmo k
2012-10-10use delayed_job to run the migration of each creation one job at a time. ↵mo k
Doing it all in one migration is timing out on staging.
2012-10-09move the latest migration script back.mo k
2012-10-09move last migration script to see if that is what is failing in staging ↵mo k
deployment.
2012-10-09split the migration scriptsmo k
2012-10-09split the migration scriptmo k