Google Maps Server-Side Clustering with Ruby on Rails (RoR)
While working on google maps in the past I have always ran into the same problems time and time again. One of those problems is the issue of clustering. Maps with simple markers and GManagers work great until you start working with a lot more information (10′s of thousands of markers). One could wonder “How is it possible to accurately show thousands of points while maintaining a quick application?”.
Mongrel Cluster Charts using god and munin
I wanted a way to get graphical histories of my Rails app’s behavior, and I decided the easiest way to do that was to create a munin-node plugin for god. So I did that in a fork of god here: http://github.com/MikeSofaer/god/tree/master
Rails on App Engine: A Cold Start
I’m at RailsConf ’09 and I want to get a “Hello World” style Rails app running on Google App Engine, from a totally cold start, without any dependencies. A lot of this is available in various places on the net, including Dan Kubb’s sample Datamapper Rails app, and Ola Bini’s Rails on GAE post.
Finding the Biggest Group
An interesting undocumented piece of ActiveRecord I bumped into today is “count_all”. You can use this inside ActiveRecord count calls to do sorts and limits based on the count when you’re doing GROUP BY. I came across this because I was having a bit of trouble recently finding the Rails way to find the biggest [...]




