aboutsummaryrefslogtreecommitdiffstats
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Update default_page_part title and slug in seedHEADmasterBrice Sanchez2016-06-101-1/+1
* Remove Harcoded page_urlAdrien Russo2015-02-161-3/+3
* added new migrations for acts-as-taggable-on engineAlexander Negoda2014-06-222-0/+35
* Supported Rails 4 and Refinery 3.0.0.devPhilip Arndt2013-09-161-4/+4
* Specify position for each page part when seeding db.Uģis Ozols2013-09-041-2/+2
* Use proper namespace for Refinery::Blog::Categorization.Uģis Ozols2013-07-131-4/+4
* Revert f906ef0 but maintain table name improvementsPhilip Arndt2013-07-1413-47/+117
* Update db/migrate/20110803223522_create_blog_structure.rbCharles de Bueger2012-12-031-0/+1
* Squash migrations.Uģis Ozols2012-11-2313-123/+53
* Added i18n support to models through globalize3.Adrien Coquio2012-06-093-0/+37
* Fixed drop_table for Category.Cory Deppen2012-03-241-1/+1
* Now supporting FriendlyId 4Philip Arndt2012-02-271-0/+9
* Merge pull request #202 from substantial/fix_seedsPhilip Arndt2012-02-221-1/+0
|\
| * Refinery::Page no longer has a position column.Pete Higgins2012-02-221-1/+0
* | add popularity counter to blog posts as well as accessor for recent postsJeff Shumate2012-02-221-0/+8
|/
* Move some of the Refinery::Setting's over to Refinery::Blog.Uģis Ozols2012-02-041-1/+1
* .find(:all) -> .allUģis Ozols2012-02-021-1/+1
* add source url for postJeff Shumate2012-01-251-0/+7
* Make DB seed idempotent.Pete Higgins2012-01-081-1/+1
* use new syntax for config accessorsShaun2012-01-021-1/+1
* Remove accidentally generated content from end of seed fileJamie Winsor2011-11-141-7/+0
* Refactored everything (models, helpers) into proper namespace of Refinery::Bl...Philip Arndt2011-11-096-14/+21
* seo meta table migration removedJamie Winsor2011-10-281-25/+0
* Seed data should not be loaded mid migrationJamie Winsor2011-10-271-2/+0
* Update blog generator to use Rails 3.1 baseJamie Winsor2011-10-271-0/+0
* refactor engine testing scenarioJamie Winsor2011-08-038-1/+1
* Rails 3.1 - wip.Uģis Ozols2011-07-279-59/+44
* maybe do this through a migration?Joe Sak2011-07-181-0/+12
* categorization has_many :through should have an ID, and the relationship shou...Joe Sak2011-07-181-1/+1
* 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
* Ensure that the seeds don't blow up when either 'User' or 'Page' are not defi...Philip Arndt2011-04-271-12/+14
* Fixed for failed migration when installing refinery_cms_blog. Also makes it c...Nate Bird2011-03-251-2/+4
* Acts as taggable installedJoe Sak2011-03-111-0/+28
* Renamed seed and blog structure migration, removed name option from generator...Philip Arndt2011-03-043-57/+54
* 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-043-0/+53