Software written in Ruby

What software was written in Ruby? Is there a site that lists all the software written in Ruby?

Thanks,
John

What kind of software are you looking for? Ruby’s a scripting language though, so you’re mostly going to see it where scripting languages shine (webapps, utility scripts, administrative tools) and less so in other areas (i.e. shrinkwrapped software, internal business apps).

No, just like there’s no site that lists all software written in any language. It’s pretty much impossible to make up a list like that.

The only thing close would just be a list of ruby gems.

vgarcia:

No, just like there’s no site that lists all software written in any language. It’s pretty much impossible to make up a list like that.

Here is a list of software written in python

John

I guarantee you it’s not a list of all software written in Python, like what you asked for in your original post. Any “complete” list like that will be anything but, since I’m sure lots of people (like me) don’t go around adding the stuff they write to lists all over the internet.

Here’s a big list of Rails apps, but lots of other non-Rails stuff is done in Ruby. I can’t seem to find a decent list for that, but I’m sure you could with enough googling.

nvm, I found a list at http://rubyforge.org/softwaremap/trove_list.php.

vgarcia, thanks I just found that one too.

John

http://workingwithrails.com/browse/projects/category

Try that, it lists project by area and category.

There are tons, but some bigger ones are odeo.com / 43things.com / basecamphq.com / shopify.com

rubyforge.org metioned above is the place to find the open source projects like ours (XLsuite), iribium, radiantCMS and others… more and more are coming.

Interesting… Thanks for the link Vinnie :slight_smile:

Thanks djriel too :slight_smile: