No description
Find a file
Joe Sak 62c525e424 Merge pull request #152 from jgrevich/master
live scope in blog_archive_list helper method
2011-11-11 13:13:21 -08:00
app use live scope in blog_archive_list helper method to prevent counting of draft posts 2011-11-11 11:07:32 -08:00
config moved jp to ja to match naming correction 2011-10-11 02:39:44 +09:00
db maybe do this through a migration? 2011-07-18 15:24:30 -05:00
features Refactored the spec suite to be consistent. 2011-06-29 13:23:48 +12:00
lib 1.6.3 bump 2011-11-11 14:20:59 -06:00
public cleaned up appearance of tabs on blog engine admin 2011-11-09 13:46:28 -06:00
spec/models Spec context is about false. 2011-07-04 19:26:04 +03:00
.gitignore here's the new gitignore 2010-09-07 14:29:53 +12:00
changelog.md Updated the changelog with 1.6.3 details + full list links between all releases 2011-11-11 14:19:00 -06:00
Gemfile Travis is saying that it wants sqlite3, pg and mysql2 gems. 2011-09-02 12:50:56 +12:00
readme.md 1.6.3 bump 2011-11-11 14:20:59 -06:00
refinerycms-blog.gemspec 1.6.3 bump 2011-11-11 14:20:59 -06: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. Your Rails 3 application should not be called "blog"

Install

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

gem 'refinerycms-blog', '~> 1.6.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