No description
Find a file
2010-12-03 17:02:26 +13:00
app Remove all Rails2/Rails3 checks as master is now Rails3 only 2010-12-01 11:43:26 +13:00
config Remove all Rails2/Rails3 checks as master is now Rails3 only 2010-12-01 11:43:26 +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 Version 1.1 which supports Rails3 versions of RefineryCMS (1.0.1 etc are for Rails 2) 2010-12-03 17:02:26 +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 Version 1.1 which supports Rails3 versions of RefineryCMS (1.0.1 etc are for Rails 2) 2010-12-03 17:02:26 +13:00
refinerycms-blog.gemspec Version 1.1 which supports Rails3 versions of RefineryCMS (1.0.1 etc are for Rails 2) 2010-12-03 17:02:26 +13:00

Refinery CMS Blog

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

Refinery CMS Blog supports Rails 2.3.x using the 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 0.9.8 or above.

Install

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

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

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