aboutsummaryrefslogtreecommitdiffstats
path: root/db
Commit message (Collapse)AuthorAgeFilesLines
* Update default_page_part title and slug in seedHEADmasterBrice Sanchez2016-06-101-1/+1
| | | #460
* 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
| | | | #318
* 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
| | | I noticed a bit of performance lag (thanks to new relic) on the blog index page (which loads all categories and comments at the same time). I see that the blog_comments table is lacking an index on the actual blog_post_id - meaning it will take a bit longer than we might like to find all the comments for a given blog.
* Squash migrations.Uģis Ozols2012-11-2313-123/+53
| | | | | This also makes sure tags and taggings tables doesn't exist before trying to create them.
* 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
|
* Merge pull request #202 from substantial/fix_seedsPhilip Arndt2012-02-221-1/+0
|\ | | | | Remove position setting from blog seed.
| * 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 ↵Philip Arndt2011-11-096-14/+21
| | | | 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
* Update blog generator to use Rails 3.1 baseJamie Winsor2011-10-271-0/+0
| | | | Seeds will now follow Rails 3.1 conventions
* 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-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 ↵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
|
* Ensure that the seeds don't blow up when either 'User' or 'Page' are not ↵Philip Arndt2011-04-271-12/+14
| | | | defined.
* Fixed for failed migration when installing refinery_cms_blog. Also makes it ↵Nate Bird2011-03-251-2/+4
| | | | consistent with generated engine format.
* Acts as taggable installedJoe Sak2011-03-111-0/+28
|
* Renamed seed and blog structure migration, removed name option from ↵Philip Arndt2011-03-043-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-043-0/+53