Old question I hear you think But still it will get asked when you start Ruby on Rails projects for clients. One way of comforting a client is just naming a few RoR success stories: “Twitter uses Rails, it has about 8.000.000 unique visitors a month.”.
Evan Weaver has a nice comparison of some […]
Tag Archive for 'ruby-on-rails'
Does Ruby on Rails scale?
Published by , June 6th, 2008Track yourself and your (stolen) Iphone
Published by , May 21st, 2008So.. I saw the homepage of Tijs Teulings and got inspired with his ‘my current location’ thingy. As you can see on the map, it uses an Iphone (I guess).
Now..this is the way to create something like that:
Install the Navizon application on your Iphone. Using installer.
Create the needed account for it.
Start Navizon and set ‘Appear […]
Hyves API v1.0 for Ruby
Published by , March 5th, 2008Hyves (the #1 social network in The Netherlands) released their API v1.0 a few weeks ago. We already created some kind of Ruby wrapper some time ago (for the old API), but now we have a (very quickly created) wrapper for v1.0.
It works as follows:
1
2
3
4
5
6
7
8
9
10
require ‘hyves_api/hyves_api’
# You need to apply for a key via http://www.hyves.nl/api/apply/
key […]
Subscribe to our RSS feed