nunemaker

Mongoid vs MongoMapper: Two Great MongoDB Libraries for Ruby

Ruby Inside  Fri, 06/18/2010 - 18:25

It's been almost a year since Ric Roberts posted about using MongoDB and MongoMapper and I've seen an explosion in the number of people using these tools in the Ruby community since then (I use them heavily on coder.io too).


 

Harmony: JavaScript And A DOM Environment In Ruby

Ruby Inside  Tue, 02/16/2010 - 19:37

harmony.pngHarmony, from Martin Aumont, is a new Ruby DSL for executing JavaScript and DOM-using code from within Ruby apps.

Why's that cool? Well, it enables you to build your own Ruby-level unit tests for JavaScript code within your Web applications - everything can be under one set of test suites!


 

Net::HTTP Cheat Sheet

Ruby Inside  Fri, 01/15/2010 - 18:52

http-is-a-hamster-on-rollerblades-says-marc-andre-cournoyer.gifNorwegian Rubyist August Lilleaas has been busy putting together a ton of examples of using the Net::HTTP Ruby


 

Friendly: Easy Schemaless “NoSQL” Data Storage with MySQL in...

Ruby Inside  Mon, 12/21/2009 - 07:49

friendly.png Friendly is a new Ruby ORM (a la ActiveRecord) that lets you easily use NoSQL ideas on regular database engines, such as MySQL.


 

TweetStream: Use the Twitter Streaming API from Ruby

Ruby Inside  Fri, 09/25/2009 - 15:02

twitter-stream.png A couple of weeks ago, popular micro-blogging service Twitter unveiled a beta "streaming API." Twitter's nature means they get hammered with polling requests so they've begun to experiment with the concept of streaming relevant data within a single H


 

TwitterLand: 5 Twitter Data APIs In A Single Gem

Ruby Inside  Sun, 08/09/2009 - 14:04

twitter.pngTwitterLand (Github repository) is a single Ruby library that packages up access to, currently, 5 different Twitter-related data services.


 

Getting Started with MongoDB and Ruby

Ruby Inside  Tue, 06/30/2009 - 17:45

mongo mapper MongoDB a is a high-performance, open source, schema-free, document-oriented database written in C++.

It's sort of a cross between scalable key/value stores and traditional functionality-rich relational databases.


 

Typhoeus: A High Speed, Parallel HTTP Library for Ruby

Ruby Inside  Wed, 05/13/2009 - 11:34

typhon.jpgPaul Dix, of Feedzirra fame, strikes again!

This time with Typhoeus (Github repo), a high-speed, parallel HTTP request library for Ruby.


 

Shoulda Roundup: Elegant, Maintainable Ruby Testing

Ruby Inside  Tue, 05/05/2009 - 12:33

It been a few weeks since Shoulda's 2.10 release so it's a good time to round up some of the new features and the best articles covering Shoulda.


 

Top Ruby Blogger of 2008 - John Nunemaker

Ruby Inside  Sun, 12/21/2008 - 16:41

rubytop10-john.gif

Note: This post is a part of Ruby Inside’s Top 10 in 2008 series.

To learn more or see the other awards, read this introductory post.