Posts Tagged ‘ Cool ’

The Why, What, and How of Rubinius 1.0’s Release

2010/05/18
By Peter Cooper
The Why, What, and How of Rubinius 1.0’s Release

Rubinius or GitHub repo, an alternative Ruby implementation that's built in Ruby itself - as much as possible, has this last weekend hit the coding equivalent of a Bar Mitzvah.. its 1.0 release! Congratulations to the Rubinius team, past and present, and everyone who has helped...
Read more »

Tags: ,
Posted in Publishers, Ruby Inside | View Comments

RDropbox: A Ruby Client Library for Dropbox

2010/05/05
By Peter Cooper
RDropbox: A Ruby Client Library for Dropbox

Dropbox is a popular file hosting service (4m+ users) that provides synced backup and file hosting to OS X, Windows, and Linux users. You get up to 2GB of space for free. RDropbox is a library by Tim Morgan (of Autumn fame) that takes advantage of...
Read more »

Tags:
Posted in Publishers, Ruby Inside | View Comments

3 New Date and Time Libraries for Rubyists

2010/05/05
By Peter Cooper
3 New Date and Time Libraries for Rubyists

In the UK there's a cliché that goes: "You wait hours for a bus, and then three come along at once!" So it went with these three Ruby date and time libraries. They all made an appearance on RubyFlow last week and are all useful in their own...
Read more »

Tags: , , ,
Posted in Publishers, Ruby Inside | View Comments

Nestful: A Simple Ruby HTTP/REST Client Library

2010/04/28
By Peter Cooper
Nestful: A Simple Ruby HTTP/REST Client Library

Nestful is a simple HTTP/REST client library for Ruby, developed by Alex MacCaw (of Juggernaut) fame. Nestful allows you to consume basic Web services easily, usually in a single line of code. It can deal with JSON, buffered downloads, and callbacks out of the box.


Read more »

Tags: ,
Posted in Publishers, Ruby Inside | View Comments

Cinch: A Ruby IRC Bot Building Framework

2010/04/27
By Peter Cooper
Cinch: A Ruby IRC Bot Building Framework

Cinch (or GitHub repo) is a new Ruby "microframework" for creating IRC bots. Effectively, Cinch is a library that both abstracts away all of the complexities of dealing with IRC servers and presents a DSL for rolling out your own functionality.


Read more »

Tags:
Posted in Publishers, Ruby Inside | View Comments

awesome_print: A New Pretty Printer for your Ruby Objects

2010/04/07
By Peter Cooper
awesome_print: A New Pretty Printer for your Ruby Objects

awesome_print is a Ruby tool that provides "pretty printing" support for your objects. It's a bit like p, pp or, if you prefer, puts obj.inspect, but with significantly improved, contextual, colored output. Its creator and maintainer is Michael Dvorkin of Fat Free CRM fame.


Read more »

Tags:
Posted in Publishers, Ruby Inside | View Comments

Padrino: A Webapp Framework Wrapped Around Sinatra

2010/04/01
By Peter Cooper
Padrino: A Webapp Framework Wrapped Around Sinatra

Hot on the heels of Sinatra 1.0 comes the official release of Padrino (or GitHub repo), a webapp framework that provides an extra layer of functionality on top of Sinatra (like helpers, generators, admin interface, and internationalization). Padrino is Sinatra 1.0 compatible.


Read more »

Tags: ,
Posted in Publishers, Ruby Inside | View Comments

Supermodel: Simple ActiveModel-Powered In-Memory Models

2010/03/26
By Peter Cooper
Supermodel: Simple ActiveModel-Powered In-Memory Models

Supermodel is a new library by Alex Maccaw that uses the Rails 3.0 ActiveModel library to provide ActiveRecord-esque in-memory "database" storage in Ruby.


Read more »

Tags:
Posted in Publishers, Ruby Inside | View Comments

Sinatra 1.0 Released: Major Milestone for Ruby’s Best Webapp DSL

2010/03/23
By Peter Cooper
Sinatra 1.0 Released: Major Milestone for Ruby’s Best Webapp DSL

In November 2007, we casually mentioned a new Ruby webapp library called Sinatra. It took a year to capture the imagination of the Ruby community as a whole and we eventually covered it in more depth but today we're proud to (exclusively) announce that Sinatra...
Read more »

Tags: ,
Posted in Publishers, Ruby Inside | View Comments

EventMachine: Get Excited By Scalable Non-Blocking I/O

2010/03/18
By Peter Cooper
EventMachine: Get Excited By Scalable Non-Blocking I/O

EventMachine is a simple(ish), fast, event-driven I/O library for Ruby. Its goal is to provide highly scalable I/O performance with an easy-to-use API wrapped around the nastiest parts of the process (since typical Ruby coding practices aren't particularly event-driven friendly). Aman Gupta has put together an...
Read more »

Tags: ,
Posted in Publishers, Ruby Inside | View Comments