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.

Refactoring by the Book

We all have been to an endless refactoring session, that end up in a lot of tears and a rollback. How can something like that happen? Are we doing it right? A blog post about where Refactoring come from and how to do it in a disciplined and safe way.

Get to know some of the fundamentals of RubyMotion

As one of my subscribers pointed out, the shock for a rails developer trying to learn the RubyMotion (well iOS/OS X) MVC design patterns is, for some, immense. There is a lot of content starting to help though, and I’ve decided to share mine too. I made Episode 2 of MotionInMotion a free episode. It’s about Delegates and Data Sources, and shows you how different things can be, in a simple way that makes the transition easier. Go check it out, it’s free now, no risk, go learn: https://motioninmotion.tv/screencasts/2

Jenkins CI with Rails projects

I wrote a post on how to set up a Jenkins CI server on Ubuntu, for use with Rails projects. There are lots of cool commercial services that will do this for you with no hassle, but if you prefer setting up your own CI solution or need/want to keep your stuff private, Jenkins is a great solution. [more inside]

Avoiding Paper Tigers, Leaches and Space Cadets

I take on recruiting in my latest blog post Avoiding Paper Tigers, Leaches and Space Cadets. If you are a hiring manager, you will want to avoid the candidates I describe and learn from my experience what qualities they have and techniques to expose them early. If you are a ruby engineer, then you will want to avoid presenting yourself like one of them. As always, enjoy the read and share your thoughts!

Reading Rails - Concerns

You probably include ActiveSupport’s Concerns in your Rails code, but how do they work? [more inside]

The link on the article itself is wrong. Here is the correct link. …
Total fail on my part, you’d think I’d know how to HTML ;) Thanks!

Rendering Collections in Rails

Partials are a great way to break down complex view into more manageable chunks as well as keeping view code DRY. However, rendering a partial for each item in a collection looks ugly. Luckily, Rails gives us this beautiful shorthand syntax: [more inside]

Loading older posts