search for: thepochisuperstarmegashow

Displaying 6 results from an estimated 6 matches for "thepochisuperstarmegashow".

2006 Jul 02
11
Google maps api in ruby/rails
I''ve been looking for any modules/tools that are available for using the google maps api in rails. I found a couple of quick examples, but not much more. If anyone knows of good sites that cover using google maps api in rails please post it here:) Chris
2007 Jan 04
5
Mashup Tutorial
Hi: I am looking for a good hands on web mashup tutorial? or books for that matter.. Google gives me bits and pieces of the info but not any step by step or hands on tutorial.. Thanks a bundle -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2006 May 01
0
PostGIS and MySql Spatial Extensions in Rails
...true end Here is the model to use it: class Restaurant < ActiveRecord::Base end And you would access the geom column in the following way: rt = Restaurant.find_first puts rt.geom.x #access the geom column like any other Documentation and instructions for installation are available at http://thepochisuperstarmegashow.com/projects/ . It is distributed under the MIT license. guilhem
2006 Mar 08
0
Postgis on Rails
...#39;'s pretty new (at v0.0.1), but the basic functionality works and it''s available under the fab MIT license. There was some interest in this on the postgis-users list, so I figured the Rails list might like to know too. Check out: http://rubyforge.org/projects/georuby/ and http://thepochisuperstarmegashow.com/projects/ -- Barry Sears http://www.gix.ca/
2006 Aug 04
3
is cartographer recommended for using google maps?
been doing some searches on how to get googlemaps working in a ror app. seems like cartographer is the main one? is this true? Thanks -- Posted via http://www.ruby-forum.com/.
2007 Oct 16
3
can''t define custom GIcon
Hi, I am having trouble getting custom GIcons to display. Here is the code in my controller: @map = GMap.new("map_div") @map.control_init(:large_map => true,:map_type => true) @map.icon_global_init(GIcon.new(:image => "images/APBox-20.png "),"ap_none") infoString = "Friendly Name: "+result.friendly_name+