Friday August 29th, 2008
1.0
From Ruby Inside, 7 hours ago,
0 comments
It has not gone unnoticed that random announcements of individual events do not work well here on Ruby Inside. With events taking more of a local focus these days, it makes more sense to pool the announcements together. This post, therefore, is a rather uncelebrated launch of a new series of event-related compilation posts. Please make sure to post in comments if you have other events you want to mention or visit our Contact page.
MerbCamp - October 11 and 12, 2008 -…
Wednesday August 27th, 2008
1.8
From Ruby Inside, 1 day ago,
0 comments
After tackling the difficult task of improving Rails deployment, Phusion - the creators of Passenger (mod_rails) recently announced the availability of daemon_controller - a library (rather than a stand-alone tool) for managing daemons. It lets you write applications that manage daemons in a robust manner (e.g. mongrel_cluster or UltraSphinx could be adapted to use this library).
The primary motivation for using daemon_controller is to make it easier to have other applications (such as Rails apps) start daemons without encountering race conditions or parallel attempts.…
Tuesday August 26th, 2008
5.0
From Ruby Inside, 2 days ago,
0 comments
2.6
From Ruby Inside, 3 days ago,
0 comments
We first covered Mack in April, when I billed it as a "fast, best of the rest, Web app framework." Mack, a Ruby-based Web application framework, developed by a team led by Mark Bates, has continued to grow over the past several months and today announced a significant release, Mack 0.7.0.
Mack is a unique Ruby Web app framework due to its heavy focus on reusability across multiple applications. Mack supports distributed objects - yes, between multiple applications, distributed views and layouts, and even distributed…
Monday August 25th, 2008
3.8
From Ruby Inside, 3 days ago,
0 comments
Github is a great resource for finding new projects within the Ruby community. It has become an extremely popular place for Ruby and Rails developers to congregate lately, so I wanted to list some of the new projects, and some of the updated ones, that I have found interesting and that are too small for their own blog post. Let us know if you like this as we might turn it into a regular series on Ruby Inside!
This month's picks:
1.0
From Ruby Inside, 3 days ago,
0 comments
NeverBlock is a Ruby (1.9) library developed by eSpace - an Egyptian Web 2.0 development team - that could make your life a whole lot easier if you have to deal with blocking IO operations that hold up all your Ruby threads.
NeverBlock makes it easy to get the benefits of non-blocking IO (IO operations that aren't held up by mutexes) in your Ruby apps without having to take the usual route of redesigning your app to be event-based. You get all…
Friday August 22nd, 2008
5.3
From Ruby Inside, 6 days ago,
0 comments

WhatLanguage is a library by Peter Cooper (disclaimer: yes, that's me) that makes it quick and easy to determine what language a supplied text is written in. It's pretty accurate on anything from a short sentence up to several paragraphs in all of the languages supplied with the library (Dutch, English, Farsi, Russian, French, German, Portuguese, Spanish, Pinyin) and adding languages of your own choosing isn't difficult.
Thursday August 21st, 2008
6.0
From Ruby Inside, 7 days ago,
0 comments

New Design
Till yesterday, Ruby Inside had been sporting the same tired design it had since launch in May 2006, but no more! Ruby Inside now has a more up to date design that focuses more on getting access to great Ruby (and some Rails) content from both Ruby Inside itself and other sites (like Ruby Flow).
If you only read Ruby Inside through the full text feed, please visit the site directly just to give it a look - pretty please? :)
5.6
From Ruby Inside, 8 days ago,
0 comments
Wednesday August 20th, 2008
3.8
From Ruby Inside, 9 days ago,
0 comments
Recently, Yahoo! launched BOSS - the "Build Your Own Search Service." In all but name, it appears very similar to their older Yahoo! Search API, as it allows you to query Yahoo's search index programatically. Under the surface though, Yahoo has removed the 5,000 query per day limit, you're unrestricted in how you present the data returned, you can re-order the data, and no attribution is required.
For Rubyists ready to play with BOSS, Jay Pignata has developed BOSSMan, a library for…
Friday August 15th, 2008
4.6
From Ruby Inside, 13 days ago,
0 comments
It was about a year ago now that Rubyist extraordinaire Why The Lucky Stiff first showed his "Shoes" Ruby cross-platform GUI application toolkit off to the world. Since then, he's not let up with the development. We've featured the release of The Shoebox - a Shoes application repository - and Nobody Knows Shoes - a [...]
Tuesday August 12th, 2008
5.1
From Ruby Inside, 16 days ago,
0 comments
Ruby 1.9: What To Expect is an online slideshow by Sam Ruby that covers a lot of the differences between the Ruby 1.8 that we all know and love and the currently experimental Ruby 1.9. Sam's examples are to the point, easily digestible, and span 47 slides. He gave the original presentation at OSCON in [...]
Friday August 8th, 2008
6.1
From Ruby Inside, 20 days ago,
0 comments
Photo by JL2003 - CC 2.0 Attribution License
In June, a serious security advisory was put out about the official (MRI) Ruby interpreter for all versions prior to 1.8.5, 1.8.6 prior to patch 231, 1.8.7 prior to patch 22, and 1.9.0 prior to 1.9.0-2. Now (August 8, 2008) a new set of vulnerabilities have been discovered [...]
Wednesday August 6th, 2008
3.4
From Ruby Inside, 23 days ago,
0 comments
There are some really amazing sounding jobs this month! The focus is definitely on Rails - and working environments include the skunkworks at an adult entertainment provider, a gaming startup, a mansion in Los Angeles, and one of the biggest companies in America. All the jobs are in the US, alas, but on both coasts [...]
Monday August 4th, 2008
9.6
From Ruby Inside, 24 days ago,
0 comments
Prawn is a new pure Ruby PDF generation library developed primarily by Gregory Brown.
Back in March, Gregory tried to raise $13000 so he could spend six months working on Ruby-related open source projects. He eventually raised $5525 from the community plus $5000 from Ruby Central and has spent the last few months working on Prawn.
Prawn [...]