No description
Find a file
2010-12-01 12:05:05 +13:00
app Remove Rails2/Rails3 checks as this branch only supports Rails 2. 2010-12-01 12:05:05 +13:00
config Remove Rails2/Rails3 checks as this branch only supports Rails 2. 2010-12-01 12:05:05 +13:00
features/support Consistent whitespace. 2010-11-23 09:34:11 +13:00
generators/refinerycms_blog Consistent whitespace. 2010-11-23 09:34:11 +13:00
lib Remove Rails2/Rails3 checks as this branch only supports Rails 2. 2010-12-01 12:05:05 +13:00
public This line is from an older version of the script that totally sucked 2010-11-28 09:33:56 -06:00
rails Added bundler and filters_spam dependency 2010-08-28 16:13:35 +12:00
spec/models Consistent whitespace. 2010-11-23 09:34:11 +13:00
.gitignore here's the new gitignore 2010-09-07 14:29:53 +12:00
Gemfile Support rails2 version of will_paginate too 2010-11-03 11:36:44 +13:00
Gemfile.lock Support rails2 version of will_paginate too 2010-11-03 11:36:44 +13:00
readme.md Remove Rails2/Rails3 checks as this branch only supports Rails 2. 2010-12-01 12:05:05 +13:00
refinerycms-blog.gemspec Remove Rails2/Rails3 checks as this branch only supports Rails 2. 2010-12-01 12:05:05 +13:00

Refinery CMS Blog - Rails 2 branch

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

Refinery CMS Blog supports Rails 3 on the master branch.

Options:

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

Install

Open up your Gemfile and add at the bottom this line

gem 'refinerycms-blog', '= 1.0.rc16'

Please note 1.0.rc16 is the last version of Refinery CMS Blog to support Rails 2.

Now run bundle install

Next to install the blog plugin run (for Rails 2):

ruby script/generate refinerycms_blog

Finally migrate your database and you're done.

rake db:migrate