WORK IN PROGRESS. NOT READED FOR PRIME-TIME YET.
tog_conclave is a plugin for managing events in your site.
- 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)
- http://github.com/tog/tog/wikis/3rd-party-plugins-acts_as_taggable_on_steroids
- http://github.com/tog/tog/wikis/3rd-party-plugins-seo_urls
- google_geocode
gem install google_geocode
- http://github.com/ewildgoose/ym4r_gm/tree/master
- 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
You could need an PAI key for GoogleMaps. This file is located in config/gmaps_api_key.yml
http://github.com/tog/tog_conclave/wikis
Copyright (c) 2008 Keras Software Development, released under the MIT license