No description
Find a file
2011-02-17 11:05:43 +13:00
app lambda is necessary to keep Time.now from becoming a constant, which allows .uncategorized to use .live posts again 2011-02-16 08:28:51 -06:00
config Update english language file for uncategorized posts 2011-02-16 00:14:01 -06:00
features/support Added some rspec tests for blog post model. 2010-12-07 09:09:55 +02: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 This line is from an older version of the script that totally sucked 2010-11-28 09:33:56 -06:00
rails Added bundler and filters_spam dependency 2010-08-28 16:13:35 +12:00
spec/models The first shall be the .last, and the last shall be the .first 2011-02-16 01:22:29 -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 No more gemfile in the gemspec 2011-02-17 11:05:43 +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