The Ruby and Rails community linklog
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Submit a post
Post Preview
Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.
iPhoneFlow - RubyFlow for iPhone Developers
My latest release is iPhoneFlow - it’s just like RubyFlow, but for iPhone developers. If iPhone development is your schtick, come join us. It’s still early so you could get on top of the leaderboard still ;-)
ATLRUG - Feb Presentations online
The February presentations to ATLRUG are now online… Rein Henrichs Expressing some valentines day sentiments for your relationship with ruby and Andrew Stone covering his authorization framework Lockdown
The login! test helper for Restful Authentication and Machinist
This handy login! test helper is pretty handy.
Writing a compiler in Ruby
The 14th part of my series. This part is about handling variable length functions
Rails Envy Podcast #66
The Rails Envy Podcast #66 was just released, bringing you both news and short interviews from Acts As Conference. We were lucky enough to talk with Yehuda Katz, Nathaniel Talbott, Jim Weirich, Dan Benjamin, Steven Bristol, and Robert Dempsey to name a few.
tab_tab: Rails plugin for easy tabbed navigation
I’ve been meaning to post this one for a while. You can get it from GitHub. Patches welcome!
Setting up Ruby, Rails, and mod_passenger on a VPS
A blog post that shows how to install and deploy rails on a simple Debian 5.0 VPS
Twitter2RSS
Read your tweets via RSS, including @replies, direct messages and avatars.
CouchFoo: An ActiveRecord styled API to CouchDB
CouchDB is a document-orientated database designed to work in distributed environments. Its use within the rails community is starting to pickup and now CouchFoo provides an ActiveRecord styled API for interacting with it. There have been only a few minor deviations from the ActiveRecord API so it should be possible to migrate applications with ease. The library also provides extra methods to access functionality specific to CouchDB.
methopara-0.2.0 Released
methopara is a gem that provides Method#parameters only for Ruby-1.9.1
Introducing CloudOps Rails Hosting
CloudOps is a Rails hosting service utilizing Amazon’s EC2 infrastructure. You get dedicated instances which you can manage as little or as much as you like (you have root). Each instance utilizes our custom, optimized Rails stack with MySQL, and load balanced Mongrel behind Apache. You are supported by the folks who developed the CloudOps platform, and there are no hidden costs behind each hosting plan.
encryptor - OpenSSL wrapper
A simple wrapper for the standard ruby OpenSSL library
Configuring Sinatra on DreamHost
Setting up Sinatra on DreamHost ended up being a pain for me. I couldn’t find any info on the web about it. I hope this helps out other Ruby noobs like myself.
Community Engine
I wonder how well Community Engine works…
LDAP authenticion on rails with AuthLogic
don’t worry, it’s all in English :)
Remarkable now supports all ActiveRecord validations
. Good times! It has been just one week since I announced Diego Carrion and José Valim as members of the Remarkable core team and we already put some effort into making a new shiny release! We are going to cover what’s new on this Remarkable version, step by step.
Ruby GUI Survey : Results
Results from the 2008 Survey of Ruby GUI usage with summary findings and a full report and analysis.
Regex in a Nutshell
I’ve just updated my cheat sheet on regular expressions now featuring more details on Ruby, C and Obj-C as well as some previously ignored PCRE specialties. Looks best if you have a color printer :-)
Ruby Lightning Talks from the London users group
Last night’s LRUG meeting consisted of 8 fast paced talks on a variety of topics, including packaging gems for Debian, sending IM messages with XMPP, a quick intro to ruby-debug, RubyGame, smoke testing, Twitter bots and statistics in Ruby via the power of R. Read the Ruby Lightning Talks.
Quick and Dirty URL Validation
Quick and Dirty URL Validation for Rails apps. Perhaps this will work for you?
Bringing Merb's provides/display into Rails 2.2 (and Rails 2.3)
DHH posted about this a couple weeks ago and I’m bringing the subject back with two subtle differences: I’m aiming on Rails 2.2 (not Rails 3) and I will actually show you the code! Check it out here.
Reloading Rails metal applications
In Rails development mode, metal applications aren’t reloaded between request cycles. Introducing a simple monkey patch to work around that.
Don't use Ruby's debugger with Rails?
I just wrote a quick post about how to use save time by using debugger with rails after watching people use logger debugging too many times.
Guide to Rails Metal
Just found a pretty cool introduction to Rails Metal and how to use it in a practical manner, including accessing the request info, the session, view helpers, and so on.