Skip to content

jorgegorka/tog_forum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tog Forum: a work in progress

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 :)

Included functionality

  • 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)

Resources

Plugin requirements

  • tog_user
  • will_paginate

Install

  • Install plugin form source:
ruby script/plugin install git@github.com: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

More

http://github.com/jacqui/tog_forum

Copyright (c) 2008 Jacqui Maher, released under the MIT license

About

Tog Platform Forum Component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published