aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20110803223529_add_primary_key_to_categorizations.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use proper namespace for Refinery::Blog::Categorization.Uģis Ozols2013-07-131-4/+4
|
* Revert f906ef0 but maintain table name improvementsPhilip Arndt2013-07-141-0/+14
|
* Squash migrations.Uģis Ozols2012-11-231-14/+0
| | | | | This also makes sure tags and taggings tables doesn't exist before trying to create them.
* refactor engine testing scenarioJamie Winsor2011-08-031-0/+14
Engine is now tested standalone by leveraging a dummy rails app Enable Guard for speedy testing Move factories to the more standard location `spec/factories/*` Update README with a Testing section Rename migrations to contain datetimestamps for their version to fix migration order issues when migrating the dummy application