This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Jacqui Maher (author)
Sat Dec 06 21:38:13 -0800 2008
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG.md | Thu Oct 16 22:23:03 -0700 2008 | |
| |
MIT-LICENSE | Thu Oct 16 22:23:03 -0700 2008 | |
| |
README.markdown | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | Sat Dec 06 21:38:13 -0800 2008 | |
| |
init.rb | ||
| |
test/ |
README.markdown
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








