No description
Find a file
2010-11-22 15:26:53 +13:00
app 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
config total refactor here 2010-11-20 15:38:28 -06:00
features/support 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
generators/refinerycms_blog 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
lib 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
public Gotta scroll back up! 2010-11-20 16:00:19 -06:00
rails Added bundler and filters_spam dependency 2010-08-28 16:13:35 +12:00
spec/models 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
.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 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

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