Showing 8 slides

Padrino - the Godfather of Sinatra

January 28, 2012 05:30
Padrino is a ruby framework built upon the Sinatra web library.

ruby sinatra rack padrino

Sequel

January 14, 2012 06:01
pure Ruby DB toolkit

ruby database sequel

Push the web with HTML5

September 17, 2011 09:13
Using Server-Sent Events, WebSockets etc. for real-time web communication.

ruby heroku html5 websockets sse

Splitting an app up in different processes is great for performance and scalability. The downside, however, is that it becomes much more complicated to get the app and all of its parts running. Foreman is an attempt to make this easier. Using foreman you can declare the various processes that are needed to run your application using a Procfile.

ruby sysadmin foreman

Ruby cooking

October 11, 2010 14:18
Chef is an open source systems integration framework built to bring the benefits of configuration management to your entire infrastructure.

ruby chef iaas

EventMachine

January 30, 2010 16:08
EventMachine is a library for Ruby, C++, and Java programs. It provides event-driven I/O using the Reactor pattern.

ruby networking reactor eventmachine