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.

Presenting Beta version of CIBox.org - a Code Sharing and Continuous Integration Service

Pasting services works great when you need to share trivial code that can be “executed” in mind. But wait, are’t computers that who should execute code? JSFiddle doing a great job of running javascript code and present you with result. Same is doing CIBox, but for server-side languages, Ruby, Python, Node.js … others to come later. And that’s not all about. It does not just run Ruby/Python/Node. It does run various versions of them. So you can test your code against all major language versions. [more inside]

Monitoring Resque and DelayedJob

A couple of us are working on a service to make it super easy to monitor resque and delayed_job tasks. We’re really keen to get some early feedback and would appreciate anyone who’s using these taking the time to see if we’re on the right track. More info at evenitron.com where you can also request an invite.

Full text search on Heroku FOR FREE

I recently wrote a two-part blog post on doing full-text search on Heroku for free.  Here are links to Part 1 and Part 2.  TL;DR: you can use the pg_search gem, but its scopes have some serious problems, with workarounds detailed in the blog posts.

Loading older posts