No description
Find a file
Joe Sak 69d65032f8 The first shall be the .last, and the last shall be the .first
thanks to the default_scope :order_by published_at DESC
2011-02-16 01:22:29 -06:00
app Closes GH-34. Pagination was already in the public controller, the index view template "just" needed will_paginate 2011-02-16 01:17:05 -06:00
config Update english language file for uncategorized posts 2011-02-16 00:14:01 -06: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 The first shall be the .last, and the last shall be the .first 2011-02-16 01:22:29 -06: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