No description
Find a file
2011-04-25 13:43:14 +12:00
app tests were failing all over the place 2011-04-22 15:05:55 -05:00
config fix for issue 58 2011-04-04 19:11:24 +02:00
db Fixed for failed migration when installing refinery_cms_blog. Also makes it consistent with generated engine format. 2011-03-25 08:18:57 -07:00
features have to explicitly require factory girl 2011-04-22 16:05:08 -05:00
lib Made version code more accessible and fixed up lib/gemspec.rb 2011-04-25 13:43:14 +12:00
public Chrome (atleast) got more strict about this and if you have a / in the selector then you need quotation marks. Closes GH-39 2011-02-17 14:55:54 +13:00
spec/models tests were failing all over the place 2011-04-22 15:05:55 -05:00
.gitignore here's the new gitignore 2010-09-07 14:29:53 +12:00
changelog.md Revert "bumping to 1.4 released" 2011-04-22 13:48:50 -05:00
readme.md Made the distinction between branches supporting rails 3.0.x and rails 2.3.x clearer. 2011-04-03 16:18:26 -07:00
refinerycms-blog.gemspec Made version code more accessible and fixed up lib/gemspec.rb 2011-04-25 13:43:14 +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 0.9.8 or above.

Install

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

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

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