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.

Rack Server Pages - Simplest way to serve Ruby/ERB pages like a jsp and php.

I just released Rack Server Pages, it provides a simplest way to serve Ruby/ERB pages like a jsp and php. It supports Tilt for rendering templates, then you can use this supported engines such as Slim, Sass, CoffeeScrpt and more. For example, README is wrote in Markdown, styled by Sass and served by Rack Server Pages.

Cool! I was looking sometimes for such thing, glad someone implemented that. …
cousins coming in 3, 2, 1…
Looks very similar to rhr, but more features/docs, I`ll recommend the switch :)…

ActiveRecord (and Rails) Considered Harmful

I just posted a new blog post. New years’ is about reflection, and here’s some of my reflections on how Rails could improve.

Awesome post
Mr. Klabnick, That was a very interesting post, thanks for sharing. I’d be c…
Hey Mike! do you think this would diminish the concerns you raise. …
Steve, Thanks for replying. My real concern is what the defaults are. … …

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!

Loading older posts