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.

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.

ubuntu - a great OS for Ruby developers!

ubuntu 10.4 “Lucid Lynx” has been released today and here is how to turn it into a sweet Ruby development environment: 1 – Installing Ruby (and Rails) on ubuntu 2 – Troubleshooting common Ruby ubuntu problems 3 – Be one with your command line! 4 – Make gedit better than any IDE ;)

To be more accurate Ubuntu is not an OS. GNU/Linux Is the OS. Ubuntu is an OS w…
[..] Ubuntu is not an OS. [..] Ubuntu is an OS [..] Well that cleared it up …
Ubuntu almost has the hardware integration I have come to expect when using my …
I have been building rails applications on linux for two years. Emacs and Vim h…

Mac OSX users - meet "Dia".

Dia is a Ruby library for Mac OSX 10.5 and 10.6 users(Leopard and Snow Leopard). By using features exposed by the “sandbox” header on Leopard and Snow leopard you can create a sandbox environment for an application or block of ruby code. There are five different profiles(found on OSX) that change the sandbox environment. I’m running short on space; GitHub GemCutter

bayes_motel

A multi-variate Bayesian classification engine in Ruby. Most popularly known for spam detection, Bayesian classification uses statistical methods to determine the proper category for a given document.

Curious as to the advantages/disadvantages or different design decisions compar…
Classifier is rather dumb in that it just takes a single String of text as inpu…
Sexy stuff!!
Loading older posts