summaryrefslogtreecommitdiff
path: root/db/schema.rb
AgeCommit message (Expand)Author
2013-12-30rake db:migrate.mo khan
2013-12-29upload avatar in background.mo khan
2013-12-29add is_admin column to users table.mo khan
2013-12-28remove active admin tables and assets.mo 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 u...mo khan
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-14recreate each version of the photos.mo k
2012-12-12rake db:migratemo k
2012-11-07remove is_published from creation.mo 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 creation...mo k
2012-10-10add new prod backup and update the schema.rbmo k
2012-10-09split the migration scriptsmo k
2012-10-08when processing files without delayed job it looks like the watermarks are ge...mo k
2012-10-08bring back the image uploader on creation so that the migration script can co...mo k
2012-10-07make it possible to upload additional photos.mo k
2012-10-07start migration script to move creation images to the photo model.mo k
2012-10-07add delayed_jobmo k
2012-10-02add author and author url to the tutorial.mo k
2012-09-13run acts as taggable migration.mo k
2012-09-12add image url to tutorials.mo k
2012-09-06add tutorial scaffold.mo k
2012-08-25rename caption to watermark.mo k
2012-08-21add caption to creation and render the name as the caption.mo k
2012-08-07add avatars uploader to avatar.mo k
2012-08-07create avatarmo k
2012-08-07rake db:migratemo k
2012-07-28remove all the comments from the uploaders.mo k
2012-07-20update the active admin page for a creation to specify what categories it sho...mo k
2012-07-17update migration to set the default is_restricted to falsemo k
2012-07-17add is_restricted column to creationmo k
2012-06-11update schema.rbmo k
2012-06-08fix devise migrations as per https://github.com/plataformatec/devise/wiki/How...mo k
2012-06-07display comments on the creations/#show page.mo k