Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Harcoded page_url | Adrien Russo | 2015-02-16 | 1 | -3/+3 |
| | |||||
* | added new migrations for acts-as-taggable-on engine | Alexander Negoda | 2014-06-22 | 2 | -0/+35 |
| | |||||
* | Supported Rails 4 and Refinery 3.0.0.dev | Philip Arndt | 2013-09-16 | 1 | -4/+4 |
| | |||||
* | Specify position for each page part when seeding db. | Uģis Ozols | 2013-09-04 | 1 | -2/+2 |
| | | | | #318 | ||||
* | Use proper namespace for Refinery::Blog::Categorization. | Uģis Ozols | 2013-07-13 | 1 | -4/+4 |
| | |||||
* | Revert f906ef0 but maintain table name improvements | Philip Arndt | 2013-07-14 | 13 | -47/+117 |
| | |||||
* | Update db/migrate/20110803223522_create_blog_structure.rb | Charles de Bueger | 2012-12-03 | 1 | -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 Ozols | 2012-11-23 | 13 | -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 Coquio | 2012-06-09 | 3 | -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 Deppen | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | Now supporting FriendlyId 4 | Philip Arndt | 2012-02-27 | 1 | -0/+9 |
| | |||||
* | Merge pull request #202 from substantial/fix_seeds | Philip Arndt | 2012-02-22 | 1 | -1/+0 |
|\ | | | | | Remove position setting from blog seed. | ||||
| * | Refinery::Page no longer has a position column. | Pete Higgins | 2012-02-22 | 1 | -1/+0 |
| | | |||||
* | | add popularity counter to blog posts as well as accessor for recent posts | Jeff Shumate | 2012-02-22 | 1 | -0/+8 |
|/ | |||||
* | Move some of the Refinery::Setting's over to Refinery::Blog. | Uģis Ozols | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | .find(:all) -> .all | Uģis Ozols | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | add source url for post | Jeff Shumate | 2012-01-25 | 1 | -0/+7 |
| | |||||
* | Make DB seed idempotent. | Pete Higgins | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | use new syntax for config accessors | Shaun | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | Remove accidentally generated content from end of seed file | Jamie Winsor | 2011-11-14 | 1 | -7/+0 |
| | |||||
* | Refactored everything (models, helpers) into proper namespace of ↵ | Philip Arndt | 2011-11-09 | 6 | -14/+21 |
| | | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909 | ||||
* | seo meta table migration removed | Jamie Winsor | 2011-10-28 | 1 | -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 migration | Jamie Winsor | 2011-10-27 | 1 | -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 base | Jamie Winsor | 2011-10-27 | 1 | -0/+0 |
| | | | | Seeds will now follow Rails 3.1 conventions | ||||
* | refactor engine testing scenario | Jamie Winsor | 2011-08-03 | 8 | -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 Ozols | 2011-07-27 | 9 | -59/+44 |
| | |||||
* | maybe do this through a migration? | Joe Sak | 2011-07-18 | 1 | -0/+12 |
| | |||||
* | categorization has_many :through should have an ID, and the relationship ↵ | Joe Sak | 2011-07-18 | 1 | -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 Wilkinson | 2011-06-21 | 1 | -0/+10 |
| | |||||
* | Fixed migration numbering, regenerated gemspec. | Philip Arndt | 2011-06-21 | 1 | -0/+0 |
| | |||||
* | Add migration to add custom_url field to BlogPost. | Kyle Wilkinson | 2011-06-16 | 1 | -0/+9 |
| | |||||
* | cached slugs speed things up | Joe Sak | 2011-06-14 | 1 | -0/+11 |
| | |||||
* | Depend on seo_meta and create a migration for it unless it already exists. | Philip Arndt | 2011-05-05 | 1 | -0/+25 |
| | |||||
* | Ensure that the seeds don't blow up when either 'User' or 'Page' are not ↵ | Philip Arndt | 2011-04-27 | 1 | -12/+14 |
| | | | | defined. | ||||
* | Fixed for failed migration when installing refinery_cms_blog. Also makes it ↵ | Nate Bird | 2011-03-25 | 1 | -2/+4 |
| | | | | consistent with generated engine format. | ||||
* | Acts as taggable installed | Joe Sak | 2011-03-11 | 1 | -0/+28 |
| | |||||
* | Renamed seed and blog structure migration, removed name option from ↵ | Philip Arndt | 2011-03-04 | 3 | -57/+54 |
| | | | | generator, regenerated gemspec. | ||||
* | Moved the generic blog tables code into the migration itself. | Philip Arndt | 2011-03-04 | 1 | -0/+31 |
| | |||||
* | Renamed migrations with ordering migration numbers. | Philip Arndt | 2011-03-04 | 2 | -0/+0 |
| | |||||
* | Moved most of the code toward EngineInstaller. | Philip Arndt | 2011-03-04 | 3 | -0/+53 |