Tog forums support: not ready for prime time! I started working on this but it is not yet complete. I realize that the model Post conflicts with a Post model in tog_conversatio. I'll fix it when I can, but in the meantime, if you really need it fixed, you can always fork this project :)
- Forum, topics and posts
- Customizable access control (login required)
- Integration with authentication_system via tog_user
- Administration interface (utilizing existing admin? rules in tog_user)
- tog_user
- will_paginate (as gem)
- white_list_model
- Install plugin form source:
ruby script/plugin install [email protected]:jacqui/tog_forum.git
- Generate installation migration:
ruby script/generate migration install_tog_forum
with the following content:
class InstallTogForum < ActiveRecord::Migration def self.up migrate_plugin "tog_forum", 1 end def self.down migrate_plugin "tog_forum", 0 end end
- Add tog_forums's routes to your application's config/routes.rb
map.routes_from_plugin 'tog_forum'
- And finally...
rake db:migrate
http://github.com/jacqui/tog_forum
Copyright (c) 2008 Jacqui Maher, released under the MIT license