No description
Find a file
2011-06-28 09:35:07 -07:00
app Only use custom_teaser if the migration has run 2011-06-27 10:53:31 +12:00
config This should be a slash to further clear up confusion on which param is which 2011-06-28 09:35:07 -07:00
db Add migration to create a new field on BlogPosts for custom teasers. 2011-06-21 02:09:16 -07:00
features Fixed failing tag feature. 2011-06-27 11:40:59 +12:00
lib We will have to push a version 1.6.2 to fix 1.6.1 tag_list bug. 2011-06-27 10:26:23 +12:00
public autocomplete added for tags 2011-06-15 11:02:59 -05:00
spec/models fixed ruby 1.9.2 warnings about useless use of == in boid context 2011-06-23 10:21:26 -07:00
.gitignore here's the new gitignore 2010-09-07 14:29:53 +12:00
changelog.md changelog upkeep 2011-06-23 10:01:01 -05:00
readme.md Edited readme.md via GitHub 2011-06-23 16:52:59 -07:00
refinerycms-blog.gemspec We will have to push a version 1.6.2 to fix 1.6.1 tag_list bug. 2011-06-27 10:26:23 +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.6.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