2011-12-28 15:41:21 -07:00
2011-08-27 13:33:34 -06:00
2011-08-27 12:56:36 -06:00
2011-08-27 01:41:48 -06:00
2011-08-27 12:56:36 -06:00
2011-08-27 01:41:48 -06:00
2011-08-27 01:41:48 -06:00
2011-08-27 01:41:48 -06:00
2011-12-28 14:33:01 -07:00
2011-08-27 01:41:48 -06:00
2011-12-28 14:38:28 -07:00
2011-08-27 01:41:48 -06:00

== Forum Monster Demo

Demo for Forum Monster Forum Gem
https://github.com/gitt/forum_monster

Live demo available here
http://forum_monster.dev.codezombie.org/

This demo is setup for you to play around with, and get an idea on how you can use Forum Monster. This demo includes a lot of extra functionality that doesn't come with Forum Monster by default.

Gems Used in the demo are:

bb-ruby ( bb-code ): https://github.com/cpjolicoeur/bb-ruby

devise ( user authentication ): https://github.com/plataformatec/devise

cancan ( user authorization ): https://github.com/ryanb/cancan

gravtastic ( user avatars ): https://github.com/chrislloyd/gravtastic

== Installation

Just download, bundle, and run.

    git clone git@github.com:gitt/forum_monster_demo.git
    
    cd forum_monster_demo
    bundle install
    
    rake db:create
    rake db:migrate
    rake db:seed
    
    rails s

2 Logins, 2 categories, and 5 forums are already setup for you to play with. You can create more as well

The admin login is admin/forum_admin

The user login is user/forum_user

In addition to the 2 above users, you can use the registration process as normal.
Description
No description provided
Readme 325 KiB
Languages
Ruby 38.6%
HTML 32.8%
JavaScript 24.3%
SCSS 4.3%