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.

Ruby Step-By-Step Guide - Inside Sub1k - The First Thousand Ordinal Inscriptions

is it ordinal summer? i’ve updated the free (online) programming ordinals (in ruby) step-by-step guide / booklet. the new bonus chapter titled Sub 1k - Inside The First Thousand Ordinal Inscriptions - Litecoin Edition shows you how to build a (local) sub1k sqlite database (from scratch / zero) with all metadata and content blobs (using the ordinalslite.com api) - it’s about 160 MB - and than query for analytics / statistics via sql (using activerecord and ordlite). happy programming (and data analytics) with ruby.

Ruby on Rails and the Power of MVC Architecture: A Comprehensive Guide

In the landscape of modern web development, few frameworks have had as profound an impact as Ruby on Rails (RoR). Powered by the elegance of Ruby and the efficiency of the Model-View-Controller (MVC) design pattern, Rails provides developers with tools to craft scalable and maintainable applications. Read at: https://medium.com/@psmy/ruby-on-rails-and-the-power-of-mvc-architecture-a-comprehensive-guide-b50f55950ee0

I like my code DAMP

Is keeping our code DRY leading us to trouble? Here are examples from a Ruby project on when it might be ok to bend our tried and true adherence to not repeating ourselves. [more inside]

ordserve gem - Ordinal Inscription Sandbox (Testing) Server / Service

is it ordinal summer? for easy testing of recursive inscriptions (in .SVG or .HTML) i have put together a new ordserve command-line tool and gem that starts up a (loopback) webserver and “automagically” downloads all recursions (referenced via /content/:id) the first-time only to save / cache locally. the index page has built-in (recursive) samples to get your started. happy recursing in ruby.

How to Run Multiple Versions of Rails on Heroku (New Buildpack w/ Dual Boot Support)

Imagine having the ability to deploy the next version of Rails in a dual booted application on your Heroku staging server or review app before deploying it to production. This capability can help you avoid bugs and downtime in your live environment. In this blog post, we will guide you on how to deploy a Rails upgrade to a staging environment, allowing you to thoroughly test it before it goes live. [more inside]

Unlock the Power of Encrypted Attributes in Rails 7!

Are you handling sensitive data like PII in your Rails applications? Rails 7 introduces a game-changing feature: encrypted attributes. This built-in functionality provides an additional layer of security that’s both robust and easy to implement. From initializing encryption keys to declaring encrypted attributes and seamlessly encrypting and decrypting data, this comprehensive guide walks you through the process. Don’t miss the opportunity to enhance your data security. https://psmy.medium.com/encrypting-sensitive-data-in-rails-7-with-encrypted-attributes-f97c2fee7d2e

Loading older posts