public
Description: Tog Platform Social Component
Homepage: http://www.toghq.com
Clone URL: git://github.com/tog/tog_social.git
aitor (author)
Mon Jun 29 10:34:21 -0700 2009
commit  f66e3a4c84b6d32d35ba75f28a38a84b54bcd7eb
tree    e92c1978ce061c863db7cd4461965f3d87136ff6
parent  0b3450088b7f02c2475f831f0cdd4be21313e17f
name age message
file .autotest Fri Feb 27 10:29:48 -0800 2009 Added autotest support [aitor]
file .gitignore Mon Feb 23 09:37:50 -0800 2009 new group request sended to all admin via inter... [molpe]
file CHANGELOG.md Loading commit data...
file MIT-LICENSE Tue Aug 26 08:11:17 -0700 2008 license updated [molpe]
file README.markdown
file Rakefile Thu Aug 21 04:12:44 -0700 2008 initial import [aitor]
directory app/
directory config/
directory db/ Thu Jan 22 02:12:07 -0800 2009 fixed down method in file_column to paperclip m... [molpe]
file init.rb Fri Mar 06 04:00:07 -0800 2009 tog_core required [molpe]
directory lib/ Thu Dec 11 03:46:49 -0800 2008 Beta oauth support added to the runk [aitor]
directory locale/
directory public/ Tue Sep 23 09:26:50 -0700 2008 set default group image [salicio]
directory 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

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