refinerycms-blog icon indicating copy to clipboard operation
refinerycms-blog copied to clipboard

The very best blogging engine for Refinery CMS

Results 39 refinerycms-blog issues
Sort by recently updated
recently updated
newest added
trafficstars

The below is the top part of the error message after installing ![screen shot 2018-11-11 at 2 26 12 pm](https://user-images.githubusercontent.com/36376592/48522107-f91e6280-e83c-11e8-9231-5d917ade283d.png)

Version: refinerycms-blog (4.0.0) I encounter the N + 1 query when using `Refinery::Blog::Post.live` ![image](https://user-images.githubusercontent.com/8858472/51082497-d88e5e00-1742-11e9-842e-858d22db3cde.png) Look's good if using `Refinery::Blog::Post.includes(:translations).live` ![image](https://user-images.githubusercontent.com/8858472/51082505-070c3900-1743-11e9-8bb8-dab146b1d8d0.png)

![image](https://user-images.githubusercontent.com/8858472/51426792-8fe71100-1c2a-11e9-85e0-af817a99394c.png) 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. ![image](https://user-images.githubusercontent.com/8858472/51426812-f9671f80-1c2a-11e9-81e2-d12eea34d245.png)

![image](https://user-images.githubusercontent.com/8858472/51366337-faf7f100-1b1f-11e9-9cc8-6793db4176e5.png)

``` 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. ![image](https://user-images.githubusercontent.com/8858472/48662068-4443aa00-eab7-11e8-8337-d73dac2ed610.png) ![image](https://user-images.githubusercontent.com/8858472/48662068-4443aa00-eab7-11e8-8337-d73dac2ed610.png)

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...