No description
Find a file
2011-05-10 15:46:36 -07:00
app Edited app/models/blog_post.rb via GitHub 2011-05-10 15:46:36 -07:00
config Added form fields for SEO and translations. 2011-05-06 00:28:14 +12:00
db Depend on seo_meta and create a migration for it unless it already exists. 2011-05-05 23:44:05 +12:00
features Tag all blog features with @blog. 2011-05-09 10:50:19 +12:00
lib Edited lib/generators/refinerycms_blog_generator.rb via GitHub 2011-05-10 15:38:30 -07: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 Model spec filenames should be singular 2011-05-09 10:47:10 +12: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 Edited refinerycms-blog.gemspec via GitHub 2011-05-10 15:22:50 -07: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