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.

Add notes to you DB migrations

Have you ever been in a situation where you have to deploy some code and forgot what special things you had to execute manually afterwards? The gem activerecord-migration_notes helps you remember these things at the time you create them instead of searching through PR’s, mail, etc and delay the deploy

Drape - Reincarnation of Draper for Rails 5

Drape - it’s a little bit rewritten and adapted version of Draper for Ruby on Rails 5 only. Much has been done, but much more needs to be done. Community I need your support to complete this.

Many thanks for this, thumbs up

tty-command - Kick that bash habit

tty-command runs external commands and it’ll halt automatically if a command fails. It’s easy to get verbose or quiet output as appropriate, or even capture output and parse it with Ruby. It provides man options such as dry run mode for inspecting commands without actually executing them or timeout to ensure that commands don’t hung indefinitely. Escaping arguments is a breeze. These are all areas where traditional shell scripts tend to fall flat.

Rails associations are awesome and poisonous at the same time

One of the biggest problems that I see in older and more complex Rails applications is that every subdomain is intertwined in the code. Your application does a lot and you would like to start splitting it into more independent modules. But you can’t. Because other parts look directly into the data (tables and columns in db) of other modules. They are coupled on DB and ActiveRecord layer. [more inside]

Awesome kramdown - A collection of kramdown goodies for the markdown converter

Hello, To celebrate local hero Thomas Leitner and the great markdown converter made with ♥ in Vienna I’ve put together a bookmark collection in the awesome tradition called (surprise!) awesome-kramdown. Did you know? You can’t use kramdown not only on GitHub Pages (w/ Jekyll) but also for building rfc2629 documents, man pages or Facebook Instant Articles. Anything missing? Let us know. Cheers.

Loading older posts