spree_essential_blog
spree_essential_blog copied to clipboard
A blog extension for Spree Commerce. (requires spree_essentials)
I think 404 should be carefully used when a blog is not available. This uniforms routes and AR exceptions... I also added some tests with the :rack_test driver since :selenium...
This is probably not an issue with this gem in particular, but I'll post the solution here when I find it. The line causing the error is ``` get ":blog_id/:year(/:month(/:day))"...
Actually I am looking to upgrade spree version from 1.1 to 2.1 where I am getting the more dependency errors why because I have used more spree extentions which were...
Are there any plans to update this to support 1.2.x or 1.3.x? It's a really nice plugin and it would be a shame for it to be abandoned.
PostCategoriesController#show doesn't order the posts Suggest just changing line 8 of PostCategoriesController to be ``` @posts = @category.posts.ordered.live ``` Sorry I don't have time to submit a proper pull request...
Anyone getting this to work? I see the code for it in essential_cms but I can't get mine to show up. I noticed 'spree/blog/shared/preview' needed to be changed to 'spree/blogs/shared/preview'...
fixes typo that prevents edit link from working