No description
Find a file
2010-12-03 16:59:35 +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 Set the version to 1.0.1 so that RC versions hopefully don't get in the way 2010-12-03 16:59:35 +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 Set the version to 1.0.1 so that RC versions hopefully don't get in the way 2010-12-03 16:59:35 +13:00
refinerycms-blog.gemspec Set the version to 1.0.1 so that RC versions hopefully don't get in the way 2010-12-03 16:59:35 +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.

Requirements

Please note that this requires a RefineryCMS installation between version >= 0.9.7.13 and < 0.9.8 as it works only with the later versions of Rails 2 compatible RefineryCMS. Also note that any version of this engine 1.1 or greater is not compatible with Rails 2 at all and is meant for Rails 3 (Refinery CMS >= 0.9.8).

Install

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

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

Now, run bundle install

Next, to install the blog plugin:

ruby script/generate refinerycms_blog

Finally migrate your database and you're done.

rake db:migrate