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 (
| name | age | message | |
|---|---|---|---|
| |
.autotest | Fri Feb 27 10:29:48 -0800 2009 | |
| |
.gitignore | Mon Feb 23 09:37:50 -0800 2009 | |
| |
CHANGELOG.md | ||
| |
MIT-LICENSE | Tue Aug 26 08:11:17 -0700 2008 | |
| |
README.markdown | ||
| |
Rakefile | Thu Aug 21 04:12:44 -0700 2008 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
init.rb | ||
| |
lib/ | Thu Dec 11 03:46:49 -0800 2008 | |
| |
locale/ | ||
| |
public/ | Tue Sep 23 09:26:50 -0700 2008 | |
| |
test/ |
README.markdown
Tog Social
Tog Social is the plugin that adds basic social-network support to you site.
Included functionality
- Profiles (including photos)
- Groups (including images)
- Moderated and open groups
- Public and private groups
- Invitations for joining a group
- Bi-directional friendships
- Followers and fan friendships
Resources
Plugin requirements
- http://github.com/tog/tog/wikis/3rd-party-plugins-acts_as_state_machine
- http://github.com/tog/tog/wikis/3rd-party-plugins-seo_urls
- http://wiki.github.com/tog/tog/3rd-party-plugins-paperclip
Install
If you used the command togify to install tog, then you already have tog_social installed.
If not, install it like any other plugin:
- Install plugin form source:
ruby script/plugin install git@github.com:tog/tog_social.git
- Generate installation migration:
ruby script/generate migration install_tog_social
with the following content:
class InstallTogSocial < ActiveRecord::Migration
def self.up
migrate_plugin "tog_social", 1
end
def self.down
migrate_plugin "tog_social", 0
end
end
- Add tog_social's routes to your application's config/routes.rb
map.routes_from_plugin 'tog_social'
- And finally...
rake db:migrate
More
http://github.com/tog/tog_social/wikis
Creating relationships between users
Showing friends, followers or followings in a portlet
Copyright (c) 2008 Keras Software Development, released under the MIT license








