No description
Find a file
Johan Bruning 8d031ed0c7 Added ability to disable teaser independent of teaser length
I prefer full length articles at all times on blogs and don't like teasers. I added the ability for people to disable teasers so full articles will be shown by default. The teasers can e enabled just like comments from the admin page or trough the normal settings.

However not sure if the post partial now is conform standards. Maybe the helper method "blog_post_teaser" could encapsulate the check which is now done in the view and return the full length article instead of a teaser if the teasers are disabled.
2011-07-04 16:22:48 +02:00
app Added ability to disable teaser independent of teaser length 2011-07-04 16:22:48 +02:00
config Added ability to disable teaser independent of teaser length 2011-07-04 16:22:48 +02:00
db Add migration to create a new field on BlogPosts for custom teasers. 2011-06-21 02:09:16 -07:00
features Refactored the spec suite to be consistent. 2011-06-29 13:23:48 +12:00
lib Fixed indentation, use spaces not tabs. 2011-07-02 11:58:26 +12:00
public autocomplete added for tags 2011-06-15 11:02:59 -05:00
spec/models Added ability to disable teaser independent of teaser length 2011-07-04 16:22:48 +02:00
.gitignore here's the new gitignore 2010-09-07 14:29:53 +12:00
changelog.md Edited changelog.md via GitHub 2011-06-30 10:35:22 -07:00
readme.md Edited readme.md via GitHub 2011-06-23 16:52:59 -07:00
refinerycms-blog.gemspec Requiring at least refinerycms-core 1.0.3 2011-06-29 16:17:31 +12:00
todo.md wanna keep track of ideas, i guess 2011-06-30 15:30:14 -05:00

Refinery CMS Blog

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

This version of refinerycms-blog supports Rails 3.0.x. To use Rails 2.3.x use the refinerycms-blog "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 1.0.0 or above.

Install

Open up your Gemfile and add at the bottom this line:

gem 'refinerycms-blog', '~> 1.6.1'

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