No description
Find a file
2011-07-29 15:15:06 -07:00
app Refactor blog_archive_list helper function into blog_archive_widget function (with alias for compatability) 2011-07-29 15:15:06 -07:00
config Properly namespace translations. 2011-07-27 23:17:43 +03:00
db Rails 3.1 - wip. 2011-07-27 13:46:24 +03:00
features Cucumber tag steps now pass. 2011-07-27 22:32:26 +03:00
lib Rails 3.1 - wip. 2011-07-27 13:46:24 +03:00
public autocomplete added for tags 2011-06-15 11:02:59 -05:00
spec DB isn't cleared from previous test data. For now clear it ourselves but as feature todo - fix it. 2011-07-29 14:17:30 +03:00
.gitignore here's the new gitignore 2010-09-07 14:29:53 +12:00
changelog.md Edited changelog.md via GitHub 2011-06-30 10:35:22 -07:00
readme.md Edited readme.md via GitHub 2011-06-23 16:52:59 -07:00
refinerycms-blog.gemspec Cucumber tag steps now pass. 2011-07-27 22:32:26 +03:00
todo.md wanna keep track of ideas, i guess 2011-06-30 15:30:14 -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.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