No description
Find a file
2010-12-01 11:27:26 +13:00
app remove data-nav-url attribute from in post navigation 2010-11-27 10:11:16 +13:00
config WARNING: Rails 2 users should move to the rails2-stable branch. This commit moves to the new i18n string interpolation used in Rails 3. 2010-12-01 11:27:26 +13:00
features/support Consistent whitespace. 2010-11-23 09:34:11 +13:00
generators/refinerycms_blog Consistent whitespace. 2010-11-23 09:34:11 +13:00
lib Consistent whitespace. 2010-11-23 09:34:11 +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 Consistent whitespace. 2010-11-23 09:34:11 +13:00
.gitignore here's the new gitignore 2010-09-07 14:29:53 +12:00
Gemfile Support rails2 version of will_paginate too 2010-11-03 11:36:44 +13:00
Gemfile.lock Support rails2 version of will_paginate too 2010-11-03 11:36:44 +13:00
readme.md Merged in Joe's and Steven's forks and updated for compatibility with < 0.9.9. Also, specs now work by including the factories and I have also laid the foundation for cucumber features. Fixed an issue where the javascript file was clashing with the same code we merged to core from this engine relating to submenus. Regenerated gemspec. 2010-11-22 15:26:53 +13:00
refinerycms-blog.gemspec removed files from gemspec that provented it from being installed 2010-11-22 16:13:19 +13:00

About

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

Options:

  • Comment moderation
  • ShareThis.com support on posts. Set your key in Refinery's settings area to enable this.

Install

Open up your Gemfile and add at the bottom this line

gem 'refinerycms-blog', '= 1.0.rc16'

Now run bundle install

Next to install the blog plugin run (for Rails 2):

ruby script/generate refinerycms_blog

Or, for Rails 3:

rails generate refinerycms_blog

Finally migrate your database and you're done.

rake db:migrate