aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate
Commit message (Collapse)AuthorAgeFilesLines
* Added i18n support to models through globalize3.Adrien Coquio2012-06-093-0/+37
| | | | | | | | | | | | | | * Added Post translation * Added Category translation * Use friendly_id globalize with category * Added migrate_data option on migrations for translations * Use Refinery locale instead of I18n * Refactored duplicate locale_picker partial * Removed useless .all call * Use presence instead if / blank? * Added with_globalize scopes when loading posts of one category * Use Globalize when creating post factory * Fix failing specs by creating blog posts/categories using needed locale.
* Fixed drop_table for Category.Cory Deppen2012-03-241-1/+1
|
* Now supporting FriendlyId 4Philip Arndt2012-02-271-0/+9
|
* add popularity counter to blog posts as well as accessor for recent postsJeff Shumate2012-02-221-0/+8
|
* add source url for postJeff Shumate2012-01-251-0/+7
|
* Refactored everything (models, helpers) into proper namespace of ↵Philip Arndt2011-11-095-13/+13
| | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909
* seo meta table migration removedJamie Winsor2011-10-281-25/+0
| | | | We should not generate the seo meta table here - it is handled by refinerycms if the user wants it
* Seed data should not be loaded mid migrationJamie Winsor2011-10-271-2/+0
| | | | Column information is not totally generated and seed will be done at end of migration run
* refactor engine testing scenarioJamie Winsor2011-08-038-1/+1
| | | | | | | | 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-278-53/+38
|
* maybe do this through a migration?Joe Sak2011-07-181-0/+12
|
* 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
* Add migration to create a new field on BlogPosts for custom teasers.Kyle Wilkinson2011-06-211-0/+10
|
* Fixed migration numbering, regenerated gemspec.Philip Arndt2011-06-211-0/+0
|
* Add migration to add custom_url field to BlogPost.Kyle Wilkinson2011-06-161-0/+9
|
* cached slugs speed things upJoe Sak2011-06-141-0/+11
|
* Depend on seo_meta and create a migration for it unless it already exists.Philip Arndt2011-05-051-0/+25
|
* Acts as taggable installedJoe Sak2011-03-111-0/+28
|
* Renamed seed and blog structure migration, removed name option from ↵Philip Arndt2011-03-042-57/+54
| | | | generator, regenerated gemspec.
* Moved the generic blog tables code into the migration itself.Philip Arndt2011-03-041-0/+31
|
* Renamed migrations with ordering migration numbers.Philip Arndt2011-03-042-0/+0
|
* Moved most of the code toward EngineInstaller.Philip Arndt2011-03-042-0/+37