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.

Devise RPX Connectable

I just launched Devise RPX Connectable. Use RPX services and Devise to authenticate your users using Facebook, Twitter, MSN, Google, MySpace, OpenID… Compatible with Rails 2/3/ActiveRecord/Mongoid.

Looks cool. However, be aware that it wraps RPX, which is a paid api service of…
Please note that I’ve written that RPX provides free and paid services in the d…

Rack::Recaptcha Middleware Released!

Drop this Rack middleware in your web application to enable CAPTCHA verification via Recaptcha API. Check out the Github Repo or the gem page.

This looks good, I am going to use this in my next app. Don’t forget to create …
I don’t get it. Why would I put this into the Rack middleware stack??? It clear…

using git bisect

I just found a short article on using git bisect.

Check out amp bisect with amp (http://amp.carboni.ca). It’s more powerful than …
Actually, the help info for amp bisect is old, so just look at the arguments. B…

[ANN] Free Sinatra Course

To celebrate the release of Sinatra 1.0, RubyLearning.org has announced a free, online “Introduction to Sinatra” course. The course starts on 15th May and runs for a week. The course is restricted to only 30 participants, on a first-come-first-served basis. If interested, create an account on RubyLearning.org and email your registered email id to satish [dot] talim [at] gmail.com

The course is sponsored by 1stEasy.com …
Admission to this course is now closed. Seats filled-up within 4 hours of this …
Breaking News: Rock & Code based in Amsterdam is sponsoring another batch o…

Mandelbrot Set ...in 134 Characters

Code golf is not generally the best use of Ruby, but when I saw my Mandelbrot fractal generator was less than 400 bytes, I decided to squeeze the program down into a single tweet.

p! OH man! I had totally forgotten about p! (I did think about pp, but that nec…
Oh wow–I just shaved another 2 characters off. Instead of i>98?0:1, try 99&l…
My tip is to turn off syntax highlighting if you are going to golf :) Your o…
May I quote your code Certainly, feel free. :-)
Loading older posts