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.

A Cacheable Hash That Stays Synced

Rails.cache freezes values in hashes that are cached directly. CacheableHash is a wrapper for Hash objects that prevents that from happening. Changes to the Hash being wrapped are automatically persisted back to the cache store so that everything stays in sync.

Launching Soon - Launch before you launch your rails application

Launching soon is a simple open source rails plugin developed by our team member Satish that helps rails projects to manage a dedicated launching soon page before the actual launch date. The plugin also collects email from potential customers and have integration with online newsletter services like Campaign Monitor and Mailchimp. Try Launching Soon and we are looking for the community feedback.

detached-carrot

I just launched Detached-Carrot a port of SimplifiedStarling plugin for push&pop active_record tasks with RabbitMQ. SimplifiedStarling is a very cool plugin that works on StarlingMQ, since Starling presented some problems with the latest versions of memcached-client i decided to work on porting SimplifiedStarling to work on RabbitMQ. This plugin works with carrot gem a great client for synchronous amqp. so what makes DetachedCarrot is simply detach the process and push AR tasks in the same way as SimplifiedStarling does. so probably the switch to ss to dc should be transparent.

So Cool! Congrats!!!

Lapsus: Development Time Tracking Without Timers

Lapsus is a time tracking software currently in beta that has been developed specifically with Ruby and Rails developers in mind. You don’t have to start/stop timers, it detects when you’re working (in TextMate, etc). Developer John Gallagher is keen for people to sign up to join the beta.

Rails OpenID Engine

I just put up a Rails OpenID engine that does almost all of the OpenID authentication work for you, minus a few simple steps, which you can read about here.

I haven’t delved into the lib, but will this exist happily alongside other auth…
Not yet. The plugin itself you can make work alongside restful authentication (…

Rails Magazine Issue #4 - Free Download

Rails Magazine issue #4 is out, you can download it from here. Exclusive coverage of Ruby Kaigi 2009 – the largest Ruby conference in Japan: photos, analysis, special guests and more. [more inside..]

Apart from event coverage, we have some great articles too: - Background Proces…

Easiest Ruby GeoIP gem

There are quite a few geoip gems out there that use the free Maxmind db, but most of the seem to require you to compile another application (available from Maxmind) to use it… It’s too difficult and not even necessary. The Maxmind db is in a binary format, but it is very easy to read… Check out geoip gem on Github for a ruby gem that reads the Maxmind ip database and doesn’t even require compilation! http://github.com/cjheath/geoip/tree/master

For development I could imagine this being nice to get things up and running, b…
Funny, I just researched this yesterday and came to the same conclusion as Adam…
Loading older posts