No description
Find a file
2011-02-15 23:19:08 -06:00
app .html_safe failed on empty body & sidebody content 2011-02-15 23:19:08 -06:00
config Russian localization added. 2011-01-26 19:44:01 +05:00
features/support Added some rspec tests for blog post model. 2010-12-07 09:09:55 +02:00
generators/refinerycms_blog Consistent whitespace. 2010-11-23 09:34:11 +13:00
lib redo gemspec. 2011-01-11 11:36: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 Added some rspec tests for blog category model. 2010-12-07 16:21:20 +02: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 redo gemspec. 2011-01-11 11:36: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