aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/1_create_blog_structure.rb
Commit message (Collapse)AuthorAgeFilesLines
* refactor engine testing scenarioJamie Winsor2011-08-031-54/+0
| | | | | | | | 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
* Rails 3.1 - wip.Uģis Ozols2011-07-271-16/+16
|
* categorization has_many :through should have an ID, and the relationship ↵Joe Sak2011-07-181-1/+1
| | | | should be destroyed if the blog post or category is
* Renamed seed and blog structure migration, removed name option from ↵Philip Arndt2011-03-041-0/+54
generator, regenerated gemspec.