No description
Find a file
2011-06-21 23:09:18 -05:00
app tag url strategy updated 2011-06-21 23:09:18 -05:00
config tag url strategy updated 2011-06-21 23:09:18 -05:00
db Fixed migration numbering, regenerated gemspec. 2011-06-21 13:43:22 +12:00
features tag url strategy updated 2011-06-21 23:09:18 -05:00
lib postgreSQL is picky about doing a LIKE query 2011-06-21 22:52:21 -05:00
public autocomplete added for tags 2011-06-15 11:02:59 -05:00
spec/models Model spec filenames should be singular 2011-05-09 10:47:10 +12:00
.gitignore here's the new gitignore 2010-09-07 14:29:53 +12:00
changelog.md 1.6 released 2011-06-20 20:02:00 -05:00
readme.md Updated readme to latest versions 2011-05-27 05:24:19 -07:00
refinerycms-blog.gemspec postgreSQL is picky about doing a LIKE query 2011-06-21 22:52:21 -05:00

Refinery CMS Blog

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

This version of refinerycms-blog supports Rails 3.0.x. To use Rails 2.3.x use the refinerycms-blog "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 1.0.0 or above.

Install

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

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

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