RubyFlow The Ruby and Rails community linklog

×

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

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Deep In Rails: ActionMailer#deliver Part I

Welcome to the first in a series of articles that will delve deep into several commonly used methods of Rails. The first method we will look at is ActionMailer#deliver. Now, I am going to assume that you know what AM is and how to use. You’ve generated mailer models before and set up views and called… read more »

racksh aka Rack::Shell - a console for any Rack based app

racksh aka Rack::Shell is a console for Rack based ruby web applications. It’s like Rails’ script/console or Merb’s merb -i, but for any app built on Rack. You can use it to load application environment for Rails, Merb, Sinatra, Camping, Ramaze or your own framework provided there is config.ru file in app’s root directory.

New Screencast: Monitor Twitter with Ruby and Growl

As I run the final stretch to see if I can get a RubyConf ticket, I decided to create a little tool to help me out. If you visit http://search.twitter.com, you will see that they have a search page that auto updates when new tweets have been posted with certain keywords. I can’t watch the site all day, so I decided to write a little tool that will flash the messages on my screen using Growl. Watch how I did it at TeachMeToCode.com

Katacasts: Screencasts for Coding Katas

Chris Parsons and Corey Haines have launched Katacasts. They describe the site as “a place dedicated to promote screencasts of coding katas to a wide audience of people interested in seeing other craftsmen perform a given kata.” They already have a number of screencasts up. Nice to keep an eye on or may be, practice on! :)

Thanks for the cleanup. :)

Ruby in a Nutshell....

Perhaps this is why Ruby is such a wonderful language.

That doesn’t mean much. It’s an old book from 2001 (!!) that’s described as “sl…
Peter - You’re absolutely right of course which is why I mentioned it may not b…
It’s exactly why I hate ruby - no or useless documentation.

Jitterbug: A just-in-time image creator for pretty text headers

Flying Saucer has launched Jitterbug, a gem that provides on-demand text-based header graphics using the font of your choice, providing an easy way to manage rich text headers. Especially useful in i18n projects. On the first request, Jitterbug creates the requested header graphic and returns its image or header tag. On subsequent requests it references the already-created graphic and returns the requested html tag.

Loading older posts