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.

[Screencast] Interview with Frank Rietta about Security

In this interview, Frank Rietta, a security expert in web applications, talks about various recommendations for securing a Ruby on Rails application. Many areas are explored from code, staff, servers and infrastructure. https://www.driftingruby.com/episodes/interview-with-frank-rietta

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]

Loading older posts