No description
Find a file
2010-09-07 16:22:17 +12:00
app added arrows to menu, added new comments count to top level menu item for comments, updated readme with basic install instructions 2010-09-07 16:17:26 +12:00
config added arrows to menu, added new comments count to top level menu item for comments, updated readme with basic install instructions 2010-09-07 16:17:26 +12:00
generators/refinery_blog Hello rails3 support. 2010-09-03 23:32:07 +12:00
lib new version 2010-09-07 16:22:17 +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 added arrows to menu, added new comments count to top level menu item for comments, updated readme with basic install instructions 2010-09-07 16:17:26 +12:00
refinerycms-blog.gemspec new version 2010-09-07 16:21:20 +12:00

Install

Open up your GemFile and add at the bottom this line

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

Now run bundle install

Next to install it run:

ruby script/generate refinery_blog

Finally migration your database and you're done.

rake db:migrate