Since Rails is single threaded and can’t handle multiple requests at a time , when I need such functionality I was helpless.Then I came to know about BackgrounDRb a ruby library which will help us to make “RAILS” handle multiple requests at the same time.To make use of this library is pretty simple. Following […]
BackgrounDRb a ruby library along with rails
April 25th, 2008 · No Comments · Rails
Tags:backgroundrb·mutitask·Rails·Ruby
Shoes - a ruby GUI toolkit
April 4th, 2008 · 1 Comment · Ruby
Ruby is not only showing its power in Rails but also applications like “shoes” ,”shoes” is graphics and windowing toolkit. It will run on all platforms like Windows, Mac OS X and Linux , which help you to build desktop applications easily.Its creating GUI components some what similar to web applications.shoes library making our task […]
Ramaze Ruby is amazing !!!
March 1st, 2008 · 1 Comment · Ruby
Ramaze-means Ruby Amaze , light and modular open-source web application framework written in Ruby.Which is more easy to work with and no complexities for a new user.Ramaze is claiming to have more advantages than ruby on rails in speed , safety , user friendliness etc.
Installation is very simple
$ gem install ramaze installing as rubygem
Now your […]
Tags:amaze·framework·ramaze·Ruby·web
TV remote control, Ruby and Turtle Graphics
February 22nd, 2008 · No Comments · Ruby
In my previous post I had written about doing Turtle graphics with Ruby. Now i want to control the movement of the turtle on the screen, using a TV remote control, wirelessly from a distance. Let me breakdown the whole process into simple steps :
Transmitting Infrared (IR) signals from a distance.
Receiving these IR […]