public
Description: Frequently asked questions rails generator plugin
Homepage: http://scoop.cheerfactory.co.uk/2007/12/20/faq_u-rails-faq-generator-plugin/
Clone URL: git://github.com/pyrat/faq_u.git
faq_u /
name age message
file .gitignore Fri Apr 11 09:10:01 -0700 2008 cleaning up messy subversion directories [pyrat]
file MIT-License Fri Apr 11 09:06:10 -0700 2008 initial commit [pyrat]
file README Fri Apr 11 09:06:10 -0700 2008 initial commit [pyrat]
file Rakefile Fri Apr 11 09:06:10 -0700 2008 initial commit [pyrat]
directory generators/ Fri Apr 11 09:10:01 -0700 2008 cleaning up messy subversion directories [pyrat]
file init.rb Fri Apr 11 09:06:10 -0700 2008 initial commit [pyrat]
file install.rb Fri Apr 11 09:06:10 -0700 2008 initial commit [pyrat]
directory lib/ Fri Apr 11 09:10:01 -0700 2008 cleaning up messy subversion directories [pyrat]
file uninstall.rb Fri Apr 11 09:06:10 -0700 2008 initial commit [pyrat]
README
Plugin: Faq U
Author: Alastair Brunton
Web: http://www.simplyexcited.co.uk
Blog Post: http://scoop.cheerfactory.co.uk/2007/12/20/faq_u-rails-faq-generator-plugin/
==================================

This is a simple layout-less unbranded Frequently Asked Questions rails generator. The idea is you generate the default 
system and then customise it to the requirements of the particular project that you are working on.

Remember to add some authentication to the faq_admin controller.

Requires HAML. To install it:
(http://haml.hamptoncatlin.com/download/)

gem install --no-ri haml
haml --rails path/to/app

Description:
    Generates a FAQ admin controller, FAQ view controller, the necessary views and a collection of 
    tests.

Example:
    `./script/generate faq`