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.

rails_best_practices has been moved to railsbp organization

I moved two repositories rails_best_practices and rails-bestpractices.com from my personal account to railsbp organization on github, https://github.com/railsbp/rails_best_practices and https://github.com/railsbp/rails-bestpractices.com

According to the China cheer Forecast 2012 released mark July by state relation…
This brand gives one of the best rolex replica watches uk within the world in a…

Executor v0.0.1 released (exception handling via forked processes)

Exception handling via forked processes! Ever use system 'somecommand that silently fails' and spend hours tracking down an instance where stderr was not showing in the logs? I haven’t.. it usually has only taken a few minutes aided only with the knowledge that the system call is probably failing. It would be great if there were a more standardized way to handle redirection, logging, and exception handling for external commands. Executor aims to solve these issues.

Meet DirtyHashy: Dirty tracking within hashes or objects as it's expected to be!

Dirty tracking / objects is a common programming concept. In short, it is the concept of tracking whether or not the attributes of an object have been changed and if so, which ones. It is mostly implemented within ORM’s, a couple of examples are ActiveRecord, DataMapper, Mongoid and CouchRest Model. Ironically, I haven’t found a gem suited for the simple desire of dirty tracking within Ruby hashes. Enter DirtyHashy!

Get a Sinatra/JSON/MongoDB service up and running in 5 minutes or less

A quikstart walkthrough tutorial of creating a Sinatra JSON API coupled with MongoDb

Ruby + Mongo is a match made in heaven!
Pithy tutorials like this to setup a development environment need to have a dis…
Yeah, you’re right. I’ll consider doing so the next time. Thanks for the feedba…
Loading older posts