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.

Queueing in Ruby with AMQP

This post on Queueing in Ruby with AMQP covers installing Erlang, RabbitMQ, and the Ruby AMQP library as well as performing some very rudimentary queueing and dequeueing snippets.

The problem with AMQP (or any EventMachine library, really) and Passenger is th…
You can also try an alternative amqp client that doesn’t use EventMachine. Try …
konya chat thanks admin …
iste size çetsitesi bedava -bedava chat ortamı vardır-sohbet odasıherşey için t…

EasyVimeo gem for easy Vimeo integration

With my new easy-vimeo gem you can easily upload a video or get attributes from a Vimeo video in just a few lines of code. The video object looks like an ActiveRecord instance, just set some attributes (title, caption, etc.), call save and rest :).

konya chat thanks admin …

Urobot, is this user-agent a browser or bot?

Urobot tries to answer to the question if a user-agent string belongs to a (human) browser or a bot. It does so by examines a user-agent string to see if its looks like it belongs to a legitimate browser. If this is not the case Urobot assumes the user-agent string to of a bot. More about Urobot…

I meant to link to http://unitedelementsofhate.net/developers/urobot but for so…
For non authenticated users, RubyFlow checks the first link in all posts to see…
konya chat thanks admin …

Blue Ridge 1.0: JavaScript Unit Testing for Rails. No, Seriously!

Historically, when selecting a JavaScript testing solution, you were forced to choose whether you wanted a framework that could run your tests in the browser or one that could only run your tests in a headless fashion. By providing a Rails-friendly, convention-over-configuration wrapper around a collection of great open source tools, Blue Ridge gives us the best of both worlds: fast, automation-friendly, and headless testing plus the ability to run your tests in whichever browser is acting up on any given day.

http_require == require files over HTTP

Astrails http_require Wouldn’t it be cool if you could just require “http://my-host/my-lib.rb” in ruby? Now You Can! Using our “http_require” gem! :-)

This is not a security risk..nope…not at all…
module Kernel alias :require_without_http :require” end No, thanks. …
Aside from the security implications, core library hacking, etc., you’re also p…
And again, more robustly: http://groups.google.com/group/ruby-talk-google/br…

Book Promotion: Ruby in Practice

RubyLearning is pleased to announce the promotion of the book “Ruby in Practice” by authors Jeremy McAnally and Assaf Arkin. Go here for all the details. Anyone can join. It’s free. Use Enrollment key: BPCE101

Randomizing an Array in ruby

Ruby randomize methods This article deals about ruby array randomize.Some of the piece of code available are taken from web.If we want to scramble an array into a random order

YAY for blogs that have more ads than content.
konya chat thanks admin …

each.with_dots == Free dots for iterations

The dots gem gives you a free Test::Unit-like experience for your iterations. Spruce up your scripts! Just change each to each.with_dots: .......... Finished in 6.225932 seconds. 10 total, 10 passed, 0 failed, 0 erred

You made a -gem- for that?
You made a -gem- for that? Why not? I’ve come across gems that do less :) …
konya chat thanks admin …
iste size çetsitesi bedava -bedava chat ortamı vardır-sohbet odasıherşey için t…

Consent: an access control DSL for Rails

Consent provides a DSL for matching HTTP requests and managing access control to Rails apps. Recently updated to support Rails 2.3 and provide shorthand URL generator expressions for controller and view code.

This is absolutely brilliant. I’d like to see this extension be bundled right i…
Loading older posts