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.

Programming Bits, Bytes 'n' Blocks (in Ruby) Step-by-Step Book / Guide

Hello, I’ve started a new (free online) book(let) titled “Programming Bits, Bytes ‘n’ Blocks (in Ruby) Step-by-Step Book / Guide”. Let’s start with the three types of strings, that is, bytes, (string) buffers, and (frozen) strings, … Ruby Trivia Question: What’s the difference between 1) String.new, 2) String.new(""), and 3) "" ?. Happy bits & bytes slicing & dicing with ruby.

Validate and Fix Ruby on Rails ActiveRecord PostgreSQL Data Integrity

Most Ruby developers work with Rails and Active Record for PostgreSQL database interactions. It provides a ton of magic and is simple to start with. Data integrity problems start creeping up once the code base and database structure gets older. In this blog post, I will describe a couple of techniques for ensuring data integrity and validation in Ruby on Rails web apps. [more inside]

Ruby gem information, stats and usage for your terminal

whatthegem is a small utility to answer some questions about Ruby gems you work with or planning to work with. It tries to answer—right in your terminal—questions like the following: Colleague added gemname to our Gemfile, what is it? How outdated is my favorite gemname I am using locally, what’s changed since then? What’s that benchmarking gemname’s synopsis was, again? There is gemname advised on the internetz for my problem, is it still maintained? Is it widely used?

Loading older posts