No description
Find a file
2012-01-19 11:39:04 +13:00
app Changed back to 1.8 hash syntax. 2011-12-11 21:19:29 -06:00
config Added missed localization strings 2011-12-21 19:09:32 +01:00
db Revert "fix seeds to use correct config" 2012-01-04 08:32:50 +02:00
features Refactored the spec suite to be consistent. 2011-06-29 13:23:48 +12:00
lib Regenerated gemspec, removed lock file from gemspec. 2011-12-22 14:03:37 +13:00
public cleaned up appearance of tabs on blog engine admin 2011-11-09 13:46:28 -06:00
spec/models Spec context is about false. 2011-07-04 19:26:04 +03:00
.gitignore Ensure we ignore future files in this branch. 2011-11-15 11:34:07 +13:00
.travis.yml Only rails-3-1 for testing pls travis. 2011-12-05 13:51:52 -08:00
changelog.md Bump to 1.8.0, update README and Changelog with warnings about changes 2011-12-08 12:02:17 -06:00
Gemfile Travis is saying that it wants sqlite3, pg and mysql2 gems. 2011-09-02 12:50:56 +12:00
readme.md Fix pop culture reference. 2012-01-18 09:58:39 -06:00
refinerycms-blog.gemspec Regenerate the gemspec 2012-01-19 11:39:04 +13:00
todo.md wanna keep track of ideas, i guess 2011-06-30 15:30:14 -05:00

Refinery CMS Blog

Simple blog engine for Refinery CMS. It supports posts, categories and comments.

This version of refinerycms-blog supports Rails 3.0.x. To use Rails 2.3.x use the refinerycms-blog "Rails 2.3.x stable branch".

Options:

  • Comment moderation
  • ShareThis.com support on posts. Set your key in Refinery's settings area to enable this.

Requirements

Refinery CMS version 1.0.0 or above. Your Rails 3 application should not be called "blog"

Install

Open up your Gemfile and add at the bottom this line:

You now have two options:

Take the blue pill and stay on 1.7.x

gem 'refinerycms-blog', '~> 1.7.0'

Take the red pill and head up to 1.8.x

Where the previous shared/_post.html.erb partial was moved directly into show.html.erb

MEANING: If you depend on that partial, you'll have to check the changes and merge your customizations back in!

gem 'refinerycms-blog', '~> 1.8.0'

Now, run bundle install

Next, to install the blog plugin run:

rails generate refinerycms_blog

Finally migrate your database and you're done.

rake db:migrate