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.

HashID Obfuscated URLS in Rails

When I am building a Rails app that I expect to be public facing in some sort of capacity, I don’t want to be displaying auto-incrementing, integer based IDs in my URLs. Not only does it visually look better, in my opinion. It is a security enhancement by removing the predictability of record discovery via the URL. [more inside]

Rearmed-rb 1.3.0 Released!

I have just released v1.3.0 of my gem Rearmed-rb. Rearmed-rb is a collection of helpful methods and monkey patches for Objects, Strings, Enumerables, Arrays, Hash, Dates . With this new release I have extracted the Rails functionality to its own gem Rearmed Rails since the Rails portion was getting quite extensive. The Rearmed plugins are all about easier and more natural code, I encourage you to check these plugins out.

space_elevator - The ActionCable Client for Ruby

space_elevator is a client for integrating a ruby application with a remote ActionCable-based backend provided by Rails 5 or compatible framework. It allows for subscription and publication to multiple channels simultaneously, and eavesdropping on wire-level messages. Harness the power of WebSockets to receive push notifications in your own Ruby applications!

New Book: Core Ruby Tools

This book provides a short tour of four core Ruby tools: Gems, Ruby Version Managers, Bundler, and Rake. We’ll see how these tools fit into the Ruby environment and your computer system, and learn how to diagnose and fix problems that you may encounter when using them. The book is available now and completely free. [more inside]

Loading older posts