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.

Matz is not a threading guy

I wrote down some of my thoughts/observations from Rubyconf 2012 around threading and the GVL. A few of the speakers actually called this out as an issue and Matz addressed some of the questions in his Q&A. Read all about it.

The link is: http://jstorimer.com/2012/11/08/matz-is-not-a-threading-guy.html …
Oops your link is going to your local app via pow. This one works: http://jstor…
You can edit posts, btw :-)

Beanstalkd and Job Queues in Ruby

Recently, we have been making strides to improve documentation and ruby interfaces for beanstalkd, arguably one of the best job queues available for web applications today. First, we converted the beanstalkd protocol to markdown for better readability. Then, we introduced a brand new production-ready beanstalkd client called Beaneater. In addition, we have released v0.2.0 of Backburner, a complete resque-esque gem for fast, robust and reliable background processing using Beanstalkd. If you have never checked out beanstalkd, be sure to let me know what you think!

A cleaner alternative to accepts_nested_attributes_for

Redtape provides an alternative to ActiveRecord::NestedAttributes#accepts_nested_attributes_for in the form of, well, a Form! The initial implementation was heavily inspired by “7 Ways to Decompose Fat Activerecord Models” by Bryan Helmkamp.

Really like the look of this. It is similar to something I have been thinking a…
Eric: I’ve considered this. My concern is that, quickly, redtape begins to ove…

Think twice before using active_admin!

Using the active_admin gem in the admin section can be a headache once the admin section becomes a little bigger. I have used inherited_resources in the past and have become a big fan of it. Would like thoughts and opinion. Please check the blog here

Why not point out the specific problems you ran into? Your post actually says v…
Actually, the gem is called inherited_resources. and yes, active_admin uses it …
@rio517, @EppO: Thanks for the correction I have updated the gem name.
Loading older posts