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

Loading older posts