No description
Find a file
2011-03-07 17:36:40 +01:00
app fix searching: use _post partial and put inside ul 2011-03-07 17:36:40 +01:00
config update spanish translation 2011-03-04 17:23:04 +01:00
db Renamed seed and blog structure migration, removed name option from generator, regenerated gemspec. 2011-03-04 12:25:18 +13:00
features Fix bad syntax in cukes 2011-02-24 22:28:23 -06:00
lib Improved the YAML to support Psych better. Closes GH-46. 2011-03-04 18:47:56 +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
spec/models Hi, my name is... 2011-03-02 16:05:31 +13:00
.gitignore here's the new gitignore 2010-09-07 14:29:53 +12:00
changelog.md Changelog updated 2011-03-04 10:47:29 -06:00
readme.md We're at version 1.3. Closes GH-38. Closes GH-45. Closes GH-35. 2011-03-04 12:30:31 +13:00
refinerycms-blog.gemspec Improved the YAML to support Psych better. Closes GH-46. 2011-03-04 18:47: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.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