Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news.

Interesting Rails Tidbits #6

By Peter Cooper / March 30, 2008

Getting Started With Rails 2.0

Craig Webster has put together a tutorial called Getting Started With Rails 2.0 that does pretty much what it says in the title. Craig demonstrates how to start a project, get it up and running, use version control, put your project into a Git repository, and create models, views and controllers. Craig is also involved with the charity tutorial day at Scotland on Rails on April 3rd.

Custom Resource Name Plugin

Carlos Brando has developed a Rails plugin that enables you to add "aliases for your routes." This is useful, he says, if you're developing a Rails application targeting a non English-speaking market and want to have the URLs appear in the native language.

mod_rails Coming Soon?

mod_rails.png

A Dutch company called Phusion has been working on a product called Passenger, which they are dubbing as being an attempt at a "mod_rails." It seems to be early days, and you can't get hold of the technology yet, but in their screencast they demonstrate how you can install their Apache module and then have Rails applications up and running within minutes. Hopefully it'll be open source (to some level or another) and customizable to support non Rails applications (Merb apps, for example), in which case it might be able to replace SwitchPipe, which is hosting all of my Ruby-powered apps now :)

Big Name Companies Using Rails(TM)

Obie Fernandez has a go at putting together a list of "big name companies" who are using Ruby on Rails. There are also quite a few comments with other suggestions. This list could come in handy if you need to convince a client of Rails' popularity in the "enterprise."

Gartner Claims 4 Million Rails Developers By 2013

Rather incredibly, Gartner, one of the world's biggest information and technology research firms, speculates that by 2013 there will be approximately 4 million Rails developers. Wow!

Send Text Messages From Rails with SMS Fu

Brendan Lim has put together a Rails plugin called SMS Fu that makes it ridiculously easy to send text messages to US-based cellphones from your Rails applications.

A Quick Look at UltraSphinx

James Golick has put together a quick guide to the Ultrasphinx search plugin for Rails.

Comments

  1. Gen Du says:

    That Gartner estimate is a stupid shill for FiveRuns. It already claims there were 500,000 hobbyist Ruby programmers in 2006. Were there even 500,000 people who had heard of Ruby?

    FiveRuns is the poster child for selling useless "enterprise" Ruby products. Monit and Runit were fine long before FiveRuns came around with their paid "advisory boards" and open bars and enterprise sales teams.

  2. Hongli Lai says:

    Hi Peter. I'm from Phusion. :)

    Passenger is actually not in its early days. It has already been extensively beta tested, and stress tested under simulated environments. Our beta testers include some Rails core team members.

    We're very, very close a 1.0.1 release now. Right now, we're mostly just awaiting test results from one of the worlds largest Rails hosting companies, and from one of the world's largest Rails websites (we can't name them without their permission, sorry).

    So you can expect the first release to be a quality release. :)

  3. greywalker says:

    I had to laugh at that Gartner 'speculation'. We definitely need more organizations which can make outrageous claims in exchange for money. They are an endless source of amusement.

  4. j4s0n says:

    Man, that Custom Resource Name Plugin was so late for 2 weeks. I've been scratching my head to have something like that on an app i'm working on.

Other Posts to Enjoy

Twitter Mentions