Picto is a plugin for photo management and sharing between users of your social network.
- Photos grouped in photosets
- Photoset-defined privacy
- Multiple sized for each photos
- Comentable, rateable and taggable photos and photosets
In case you haven't installed any of them previously you'll need the following plugins:
Follow each link above for a short installation guide incase you have to install them.
- Install plugin form source:
ruby script/plugin install git://github.com/tog/tog_picto.git
- Generate installation migration:
ruby script/generate migration install_picto
with the following content:
class InstallPicto < ActiveRecord::Migration def self.up migrate_plugin "tog_picto", 7 end def self.down migrate_plugin "tog_picto", 0 end end
- Add picto's routes to your application's config/routes.rb
map.routes_from_plugin 'tog_picto'
- And finally...
rake db:migrate
http://github.com/tog/tog_picto
http://github.com/tog/tog_picto/wikis
Copyright (c) 2008 Keras Software Development, released under the MIT license