Home

Awesome

Parrot Gem: Simple commenting solution for Rails 3 apps.

Installation

  1. Add <tt>gem 'parrot'</tt> to your Gemfile
  2. Run <tt>rake parrot:install:migrations</tt>
  3. Run <tt>rake db:migrate</tt>
  4. Run <tt>rails g parrot MODEL_NAME</tt>
  5. Add subresources to routes <pre> resources RESOURCE_NAME do resources :parrot_comments, controller: 'parrot/comments', path: 'comments' end </pre>

Notes

Given <tt>@comment = Parrot::Comment.find(id)</tt>:

To-do


Chef Surfing

parrot was funded by Chef Surfing.