Tag: DSL

Mongo Ruby Driver, Mongoid and MongoMapper

=================================================================== =================================================================== Update Aug. 2010 On “Whyday”:http://whyday.org, I created a live demo of the examples, “that is running on Heroku”:http://mongodb-examples.heroku.com/. =================================================================== =================================================================== I am constantly looking around for different storage mechanisms on Heroku that can be used for caching 3rd party data. A recent update of their platform offered an MongoDB addon to access the […]

Distinguish Ruby Runtimes with WhichRuby

Nowadays there are several decent Ruby runtimes available besides MRI ranging from alpha-versions to production-ready status. Using RVM these different interpreters become more and more interchangeable. h2. current problems Since switching between runtimes became as easy _rvm use x_ more care has to be taken to support a wide range of interpreters and versions. This […]