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.

Introducing RuboCop to legacy projects

If you’re working on an old code base that has had no style listing rules in place, received wisdom is that you start by running rubocop --auto-gen-config and revelling in the fact that subsequent runs of rubocop will run green. After years of following that advice myself, I’ve come to believe it’s wrong. The first step in my path to a better relationship between RuboCop and legacy code is now online:

fifa v1.2 gem - the world's football countries & codes incl. irregulars & non-members

Hello, I’ve updated the fifa gem / library that includes all the world’s football countries and codes (incl. non-member countries and irregular codes). Now you can also get the countries by continental confederations (e.g. Asia, Africa, North & Central America & Caribbean, South America, Oceania, etc.) or (sub)confederations (e.g. Middle East, North Africa, South East Asia, etc. ) and more. Use Fifa.members('UEFA') or Fifa.members('Europe'), for example, to get all 55 countries. Happy data wrangling with ruby. Enjoy the beautiful game. Cheers. Prost.

Getting Started with AWS S3 IAM Policies Security Config for Rails Apps

Getting Started with AWS S3 IAM Policies Security Config for Rails Apps Storing files on S3 is for many developers, the first contact with AWS cloud. Unfortunately, the quick and easy configuration can be insecure. If you are uploading files to an S3 bucket but never configured a custom AWS IAM policy it’s possible that there’s a security issue in your app. In this tutorial, I will describe what IAM policies are and how to securely configure them when working with S3 in the Rails apps. [more inside]

Loading older posts