Skip to content

suratpyari/tog_conclave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conclave

WORK IN PROGRESS. NOT READED FOR PRIME-TIME YET.

tog_conclave is a plugin for managing events in your site.

Included functionality

  • Event list
  • Calendar/date navigation
  • Attendance management
  • Event capacity limit
  • Google Maps geolocalization of events (Thanks to Surat Pyari, from Vinsol - http://www.vinsol.com)

Resources

Plugin requirements

Install

  • Install plugin form source:
ruby script/plugin install git//github.com:tog/tog_conclave.git
  • Generate installation migration:
ruby script/generate migration install_tog_conclave
  with the following content:
class InstallTogConclave < ActiveRecord::Migration
  def self.up
    migrate_plugin "tog_conclave", 4
  end

  def self.down
    migrate_plugin "tog_conclave", 0
  end
end
  • Add tog_conclave's routes to your application's config/routes.rb
map.routes_from_plugin 'tog_conclave'
  • Get an google api key from

http://code.google.com/apis/maps/signup.html

and replace the existing key with your key in config/gmaps_api_key.yml

  • And finally...
 
rake db:migrate

Note

You could need an PAI key for GoogleMaps. This file is located in config/gmaps_api_key.yml

More

http://github.com/tog/tog_conclave/wikis

Copyright (c) 2008 Keras Software Development, released under the MIT license

About

tog's meetings plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%