No description
Find a file
2011-06-14 02:47:23 -07:00
app Make category_ids attribute accessible so that blog categories can be updated. 2011-06-14 02:47:23 -07:00
config pt-BR translation for some model attributes 2011-06-03 13:29:36 -03:00
db Depend on seo_meta and create a migration for it unless it already exists. 2011-05-05 23:44:05 +12:00
features Add spec for blog post categories 2011-06-08 10:57:15 +10:00
lib This will have to be 1.6.0 when it's released. 2011-05-31 14:45:36 +12:00
public Merged remote branch 'Dougui/add_translation' 2011-05-31 14:27:33 +12: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 Documented changes in this very small 1.5.0 release. 2011-05-27 23:43:14 +12:00
readme.md Updated readme to latest versions 2011-05-27 05:24:19 -07:00
refinerycms-blog.gemspec This will have to be 1.6.0 when it's released. 2011-05-31 14:45:36 +12: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