aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20110803223523_add_user_id_to_blog_posts.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactored everything (models, helpers) into proper namespace of ↵Philip Arndt2011-11-091-1/+1
| | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909
* refactor engine testing scenarioJamie Winsor2011-08-031-0/+7
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