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.

Prevent information leaking in Rails

I just wrote a short article about how to prevent information leaking in Rails, by turning off HTTP caching for authenticated pages: Prevent information leaking in Rails

i see you prevented that info from leaking…. well done
404 Error: Niiiiice!
Let me help OP to leak the info: http://greg.molnar.io/tech/2015/10/28/prevent-…
Thanks! I fixed the URL. Well humans makes mistakes and I am not a robot :) …

Opalist Newsletter - Issue #12

Opal is a Ruby-to-JS compiler and runtime that allows you to write Ruby code for the browser. Opalist is your source for the latest Opal ecosystem news. This issue is almost all release news – there’s just that much new stuff to check out: Opal 0.9, Inesita (a brand-new front-end framework), Volt 0.9.5, Opal-ActiveSupport 0.2.0, and more! Check out Opalist Issue #12 here!

Remove N+1 queries in your Ruby on Rails app

Ever wondered why your page loads slower than it should when you do simple data representation or iteration over a bunch of data? One answer might be that you have the N+1 problem which slows your page significantly. But what is that N+1 problem and how to resolve it? More inside

factbook.json - 260+ Public Domain (Free) Country Profiles Updated- Pop, Internet,...

Hello, I’ve updated the /factbook.json archive (repo). What’s news? All 260+ country profiles updated using the latest (live) pages from the CIA World Factbook site. The /factbook.json archive now follows 1:1 the “official” structure e.g. All country profiles now use the two-letter GEC (formerly FIPS) codes e.g. au for Austria, gm for Germany, and so on. All country profiles are now included e.g. all oceans, the world, the gaza strip, the west bank, etc. The country profiles now get organized / stored by region as used / assigned by the World Factbook. Cheers. PS: Use the factbook command line tool and scripts to build your own up-to-date country profiles.

The Out-Of-Memory-Killer is after your dockerized services

… or why you should care about “OOMScoreAdjust” in your systemd-enabled docker-images Recently I put together a docker image with “PostgreSQL 9.4” installed from the project’s software repository on “CentOS 7.1” to back a rails application. Unfortunately I was not abled to run the “PostgreSQL”-server in a container based on that image. It failed with exit code 206/OOM_ADJUST. In this article I’m going to describe the reason for the failure using a minimal failing example. [more inside]

How to Traverse Foreign Ruby Code

A Ruby on Rails project will most likely contain large amounts of third party software. Software written by other people can fluctuate greatly in terms of documentation. Even very well documented software might have pieces that are more shrouded than others. [more inside]

Digging Into The Finder Object Pattern

The concept of “skinny controllers” and “fat models” is a fairly common one in Rails. But what happens when you need to construct complex queries that don’t really belong in a controller, but are too overwhelming for your model? The finder object pattern is an elegant solution for this problem, and this blog post digs into the rhyme and reason behind them.

Great pattern, thanks for posting! I think your point that scopes don’t really …

fedux.org – Care about "OOMScoreAdjust" in your systemd-enabled docker-images

Recently I put together a docker image with “PostgreSQL 9.4” installed from the project’s software repository on “CentOS 7.1” to back a rails application. Unfortunately I was not abled to run the “PostgreSQL”-server in a container based on that image. It failed with exit code 206/OOM_ADJUST. In this article I’m going to describe the reason for the failure using a minimal failing example.

Mapping Data with Representable - Part II

Recently I started a blog geared toward Ruby novices. My first series is a primer on using external APIs as datasources and mapping their data to ActiveRecord with the Representable gem. Part II is a beginner’s intro to the request/response cycle and some of the problems one can run into when mapping JSON documents to ActiveRecord objects.

Loading older posts