No description
Find a file
2010-09-14 14:44:12 +12:00
app fix translations key on comments 2010-09-14 14:43:16 +12:00
config Fixed the reference to public blog routes. Fixed module dependency 2010-09-07 12:00:20 +02:00
generators/refinery_blog fix a bug in the rails 2.x generator where it doesn't create the seeds directory 2010-09-14 13:30:19 +12:00
lib fix a bug in the rails 2.x generator where it doesn't create the seeds directory 2010-09-14 13:30:19 +12:00
public backport these changes from my client project into the gem 2010-09-07 16:18:27 +12:00
rails Added bundler and filters_spam dependency 2010-08-28 16:13:35 +12:00
spec Converted to factory_girl use, a little refactored 2010-08-09 14:05:16 -05:00
.gitignore here's the new gitignore 2010-09-07 14:29:53 +12:00
Gemfile Comments are now moderated automatically unless moderation is enabled and show up below posts. 2010-08-30 11:14:46 +12:00
Gemfile.lock Comments are now moderated automatically unless moderation is enabled and show up below posts. 2010-08-30 11:14:46 +12:00
readme.md tweak readme 2010-09-14 14:44:12 +12:00
refinerycms-blog.gemspec fix a bug in the rails 2.x generator where it doesn't create the seeds directory 2010-09-14 13:30:19 +12:00

About

Simple blog engine for Refinery CMS. It supports posts, categories and comments (with the option of moderation).

Install

Open up your Gemfile and add at the bottom this line

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

Now run bundle install

Next to install the blog plugin run:

ruby script/generate refinery_blog

Finally migrate your database and you're done.

rake db:migrate