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.

Active Record Deep Dive

If you’re new to Rails and Active Record, or you’ve been using them for some time, there are likely methods you’ve been overlooking. Join me this week for a deep dive into Active Record as we cover the query interface, how method chaining works, and how to avoid SQL injection.

Backburner: Reliable beanstalkd job queue

Backburner is a recently open-source battle-tested gem for handling jobs using beanstalkd, probably the best job queue available. Everyone is already familiar with Resque and DelayedJob, but why force job queues into Redis or ActiveRecord when beanstalkd is fast, reliable, resilient, persistent and easy to setup. Designed to maintain a consistent and familiar syntax similar to Resque or DelayedJob. If you have used stalker, you will want to check out Backburner as a fully-featured replacement.

Seedbank 0.2.0.pre released.

I just released a new version of Seedbank. Seedbank give you more control of your Rails seed data, letting you break seeds down into individual files with dependencies. You can seed different data for each Rails environment and share common seeds between environments.

Flex: New Ruby Client for ElasticSearch

Flex introduces an innovative way to deal with ElasticSearch. Your code will be clean, easy to write and read, and very short: “poetic-short”. It is fast and efficient, easy to use and customize, and offers ActiveRecord, MongoId and Rails integration.

Loading older posts