refinerycms-blog
refinerycms-blog copied to clipboard
The very best blogging engine for Refinery CMS
The below is the top part of the error message after installing 
Version: refinerycms-blog (4.0.0) I encounter the N + 1 query when using `Refinery::Blog::Post.live`  Look's good if using `Refinery::Blog::Post.includes(:translations).live` 
 After using Mobility we don't have filed `meta_description` and `browser_title` now. So when visit the posts management page will cause this error. 

``` Fetching https://github.com/refinery/refinerycms The dependency activerecord-jdbcsqlite3-adapter (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only...
The content in Gemfile is ``` gem 'refinerycms-blog', ['~> 4.0', '>= 4.0.0'] ``` but we can not install the special version ``` Could not find gem 'refinerycms-blog (>= 4.0.0, ~>...
Some icon will not working with the newest refinerycms, I fix the icon issue like below.  
I was already using the blog, but no editor (using the default). I installed 'refinerycms-wymeditor' and ran 'bundle install' and then 'rails generate refinery: wymeditor'. The editor worked normally to...