Skip to content

Instantly share code, notes, and snippets.

@molpe
Created April 27, 2009 20:39
Show Gist options
  • Save molpe/102714 to your computer and use it in GitHub Desktop.
Save molpe/102714 to your computer and use it in GitHub Desktop.
gem 'google-geocode', :version => '~> 1.2.1', :lib => 'google_geocode'
rake "gems:install"
plugin 'ym4r_gm', :svn => "svn://rubyforge.org/var/svn/ym4r/Plugins/GM/trunk/ym4r_gm"
puts "++++++++++++++++++++++++++++++++++++++++++++++++++++"
puts "Note: ym4r_gm seems to have a problem with Rails 2.2."
puts "But it can be resolved easily: http://railsforum.com/viewtopic.php?id=24839"
puts "++++++++++++++++++++++++++++++++++++++++++++++++++++"
plugin 'later_dude', :git => "git://github.com/clemens/later_dude.git"
plugin 'tog_conclave', :git => "git://github.com/tog/tog_conclave.git"
route "map.routes_from_plugin 'tog_conclave'"
file "db/migrate/" + Time.now.strftime("%Y%m%d%H%M%S") + "_install_tog_conclave.rb",
%q{class InstallTogConclave < ActiveRecord::Migration
def self.up
migrate_plugin "tog_conclave", 7
end
def self.down
migrate_plugin "tog_conclave", 0
end
end
}
rake "db:migrate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment