No description
Find a file
2011-02-24 22:34:58 -06:00
app Whups. Wrong variable name pasted in 2011-02-24 22:34:58 -06:00
config Polish translation 2011-02-21 12:41:19 +01:00
features Fix bad syntax in cukes 2011-02-24 22:28:23 -06:00
generators/refinerycms_blog Consistent whitespace. 2010-11-23 09:34:11 +13:00
lib Not sure why we were getting bundler involved. Regeneraed gemspec 2011-02-17 11:03:09 +13: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
rails Added bundler and filters_spam dependency 2010-08-28 16:13:35 +12:00
spec/models WIP- just stuck on the uninitialized Constant weirdness 2011-02-24 22:12:20 -06:00
.gitignore here's the new gitignore 2010-09-07 14:29:53 +12:00
readme.md Version 1.1 which supports Rails3 versions of RefineryCMS (1.0.1 etc are for Rails 2) 2010-12-03 17:02:26 +13:00
refinerycms-blog.gemspec Added settings click-button functionality for toggling comments being enabled, with translations. 2011-02-21 13:21:56 +13:00

Refinery CMS Blog

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

Refinery CMS Blog supports Rails 2.3.x using the 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.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