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.

Rhodes 2.0 announced

Infoq has an article about the announcement of Rhodes 2.0, the cross-platform native application development framework that’s written in Ruby and resembles Rails with its MVC structure.

Dave Thomas Interview - Part 2

Get the second half of my interview with Dave Thomas here. Dave Thomas of the Pragmatic Programmers explains the genesis of the publishing company, Agile software, learning new programming languages, and building your own business.

Voicemail for DIYers

I just created a simple app that replaces traditional cell phone voicemail with an emailed transcription and recording using Heroku and Tropo.

This looks like a pretty cool little app. I really need to check tropo out. …
Great use of Tropo. Thanks for writing that up. Can’t wait to see what else you…
Why does this require a GSM phone? Any reason why it wouldn’t work with any ce…
It’s a very similar architecture to an app I built for posting podcasts to Post…

Is there a place for a Ruby Idiom site?

I’m trying to create some discussion over on the Thinking in Rails site and am asking the question of would a ruby idiom site be a useful resource, or do sites like StackOverflow Refactor My Code and google searches satisfy this need for newbies.

Unless I’m mistaken, it sounds a lot like this site: http://www.caliban.org/rub…

Easier admin panel for Rails

I wrote a basic Sinatra app that generates form and table ERB templates to help me write an admin panel for a Rails app. The app let’s you leverage the rapid development that comes with metaprogramming while also avoiding its unreliability and limits on customization.

Oh shit, cwj216, that is a total steal!
Note: Danny’s comment above was in reference to some spam that has now been rem…

Whats happening in the Ruby Twitter space right now?

Happening searches Twitter for Ruby related tweets, and also translates non English tweets to English using Google Translate

it’s an interesting idea, although I did notice the following tweet which refer…
Yeah it just uses the twitter streaming API. I could do it by following all the…
This site also gather Ruby related tweets, sound similar but different. ruby…

resque-restriction

I have posted a resque plugin, resque-restriction. It will limit the execution number of certain jobs in a period time and execute the exceeded jobs at the next period. It is especially useful when a system has an email invitation resque job, because sending emails too frequently will be treated as a spam. For example, resque-restriction can restrict the email invitation job not execute more than 1000 times per day, 100 times per hour and 30 times per 300 seconds.

Loading older posts