No description
Find a file
2011-04-02 12:10:42 +13:00
app mild refactor, one line if statement and decreased an indent one level. 2011-04-02 12:10:42 +13:00
config improved and completed the Dutch translation 2011-03-24 18:49:55 +01:00
db Fixed for failed migration when installing refinery_cms_blog. Also makes it consistent with generated engine format. 2011-03-25 08:18:57 -07:00
features Closes GH-29. Blog posts act as taggable. rspec & cukes passing 2011-03-11 14:23:44 -06:00
lib We need to start targeting refinerycms-core not refinerycms because this would prevent people building their own stack and using this engine. 2011-03-28 08:55:15 +13:00
public Chrome (atleast) got more strict about this and if you have a / in the selector then you need quotation marks. Closes GH-39 2011-02-17 14:55:54 +13:00
spec/models More test coverage for tags: can fill tags in on admin form 2011-03-11 13:21:24 -06:00
.gitignore here's the new gitignore 2010-09-07 14:29:53 +12:00
changelog.md changelog update 2011-03-13 10:44:23 -05:00
readme.md We're at version 1.3. Closes GH-38. Closes GH-45. Closes GH-35. 2011-03-04 12:30:31 +13:00
refinerycms-blog.gemspec acts-as-taggable-on is a dependency, yo 2011-03-28 21:10:11 -05: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.3'

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