summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Expand)Author
2012-10-08when processing files without delayed job it looks like the watermarks are ge...mo k
2012-10-08add final part of migration which is to remove the original image column from...mo k
2012-10-08bring back the image uploader on creation so that the migration script can co...mo k
2012-10-08removemo k
2012-10-07correct the down script.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-08-07add avatar to user.mo 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
2012-06-07run acts_as_commentable migration and make creation commentable.mo k
2012-06-04update default interests in the database seeds file.mo k
2012-05-31add lat and long migrations and add to model.mo k
2012-05-29add city to users tablemo k
2012-05-26drop users_interests table in drop portion of migration script.mo k
2012-05-26add interests to the settings page and add to seeds.rbmo k
2012-05-26add interests database migrations and model.mo k
2012-05-22added fields for twitter and facebooks; view, model, updated with fields and ...luu stiles
2012-05-17add website property to the User model and create migration.mo k
2012-05-12update schema.rb file.mista mo
2012-05-12fix broken tests and remove unneccessary items from gemlock.mista mo
2012-05-04not sure why this file changed but will test that RC works with itluu stiles
2012-05-04added ability to manage admin account on activeadmin and changed migration to...luu stiles
2012-02-29add active admin. go to http://??/admin/ username:admin@example.com password:...mo k
2012-01-29rename likes to favorites.mo k
2012-01-29rename like to favorite.mo k
2012-01-05start adding likes.mo k
2011-12-15add Photo and generate uploader.mo k
2011-11-25add migration to drop the authentications table.mo k
2011-09-26update carrierwave settings to format file sizes when uploaded.mo k
2011-09-22update 3-tier to tiered.mo k
2011-08-07add slug to category.mo k
2011-08-02seed categories into database. rake db:seedmo k
2011-08-02add creation to category join table.mo k
2011-08-02add category model.mo k