Ruby / Rails Inside
@rubyinside
732
subscribers
15
photos
2.51K
links
Daily Ruby / Ruby on Rails articles. Curated channel.
Faker::Hacker.say_something_smart
Suggest link/news
https://t.me/NoMethodError
Download Telegram
Join
Ruby / Rails Inside
732 subscribers
Ruby / Rails Inside
https://www.youtube.com/watch?v=_08cuo1-4Mo
YouTube
Record And Send Audio Messages In Realtime With Active Storage In Rails 7 | Turbochat Part 24
Press a button to start and stop recording a message. Send it to a chatroom or click cancel to remove it from the form. All done with Active Storage and Direct Uploads.
Series Playlist: https://www.youtube.com/playlist?list=PL3mtAHT_eRex1sJI2uoTBgFT3qAXFbEcy…
Ruby / Rails Inside
https://anycable.io/blog/multi-tenancy-vs-cables/
AnyCable
AnyCable blog: Multi-tenancy vs. Cables: introducing
Action Cable command callbacks
This post discusses
multi-tenancy in real-time Rails applications and introduces a new Rails 7.1
feature—Action Cable command callbacks.
Ruby / Rails Inside
https://www.youtube.com/watch?v=_w_S4J1q7ds
YouTube
Use React & Hotwire Together. The Best of Both Worlds.
🔥
FREE SaaS Idea Validation Playbook https://mixandgo.com/lp/idea-validation
🔥
Learn Ruby on Rails https://mixandgo.com/lp/practical-ruby-on-rails
In this video, we're looking at how you can integrate ReactJS components with Ruby on Rails' Hotwire.
Ruby / Rails Inside
https://www.youtube.com/watch?v=9ON-kgXpz2A
YouTube
Multifactor Authentication via TOTP with Rodauth
See how to enable multifactor authentication via TOTP (Time-based One-Time Password) in a Rails app using Rodauth. Once the user scans the QR code into their authenticator app, they can use generated codes to complete the new 2nd step of login.
What is a…
Ruby / Rails Inside
https://rubyonrails.org/2022/7/12/Rails-Versions-7-0-3-1-6-1-6-1-6-0-5-1-and-5-2-8-1-have-been-released
Ruby on Rails
Rails Versions 7.0.3.1, 6.1.6.1, 6.0.5.1, and 5.2.8.1 have been released!
Hi everyone!!! Rails Versions 7.0.3.1, 6.1.6.1, 6.0.5.1, and 5.2.8.1 have been released!
Ruby / Rails Inside
https://blog.appsignal.com/2022/07/13/deploy-your-ruby-on-rails-app-using-capistrano.html
Appsignal
Deploy Your Ruby on Rails App Using Capistrano | AppSignal Blog
Find out how to configure Capistrano in your Rails app, then deploy the app.
Ruby / Rails Inside
https://www.toptal.com/ruby/ruby-concurrency-and-parallelism-a-practical-primer
Toptal
Ruby Concurrency and Parallelism: A Practical Tutorial
Thorough and practical intro to concurrency and parallelism in Ruby. Read about forking, multithreading, the Global Interpreter Lock (GIL), and more.
Ruby / Rails Inside
https://evilmartians.com/chronicles/down-the-caching-hole-adventures-in-http-caching-and-faraday-land
evilmartians.com
Down the caching‑hole: adventures in 'HTTP caching and Faraday' land—Martian Chronicles, Evil Martians’ team blog
Learn about HTTP caches, how Faraday middleware work, and how to use them to automagically start caching API calls.
Ruby / Rails Inside
https://youtube.com/playlist?list=PLbHJudTY1K0f1WgIbKCc0_M-XMraWwCmk
Ruby / Rails Inside
https://blog.saeloun.com/2022/07/20/rails-avoid-query-for-contradictory-relation.html
Saeloun Blog
Rails avoids queries when performing calculations on contradictory relation
Rails now avoids making a query to the database if the calculation contains a contradictory relation
Ruby / Rails Inside
https://www.youtube.com/watch?v=vnDWsGtzOCc&ab_channel=Mix%26Go
YouTube
Turbo Frames vs. Turbo Streams
🔥
FREE SaaS Idea Validation Playbook https://mixandgo.com/lp/idea-validation
🔥
Learn Ruby on Rails https://mixandgo.com/lp/practical-ruby-on-rails
In this video, I explain the differences between Turbo Frames and Turbo Streams.
Ruby / Rails Inside
https://rubyonrails.org/2022/7/22/this-week-in-rails-bugfixes-performance-improvements-and-more-424e272d
Ruby on Rails
Bugfixes, performance improvements and more!
Hi, this is Greg, bringing you the latest news from the Rails world.
Ruby / Rails Inside
https://thoughtbot.com/blog/value-object-semantics-in-ruby
thoughtbot
Value Object Semantics in Ruby
What is the correct behavior of <code>hash</code>, <code>==</code>, <code>eql?</code> and <code>equal?</code> for value objects?
Ruby / Rails Inside
https://ivoanjo.me/blog/2022/07/17/tracing-ruby-global-vm-lock/
ivoanjo.me
Tracing Ruby’s (Global) VM Lock - ivo's awfully random tech blog
Built atop a new Ruby 3.2 feature, the gvl-tracing gem can be used to display a timeline of what your Ruby threads are up to.
Ruby / Rails Inside
https://sorbet.org/blog/2022/07/27/srb-tapioca
sorbet.org
Tapioca is the recommended way to generate RBIs for Sorbet · Sorbet
Today we're excited to announce that the Sorbet team officially recommends using
Ruby / Rails Inside
https://blog.appsignal.com/2022/07/27/how-to-track-down-memory-leaks-in-ruby.html
Appsignal
How to Track Down Memory Leaks in Ruby | AppSignal Blog
Let's explore how Ruby manages memory, garbage collection, and how to uncover a leak, in the first of this two-part series on memory leaks in Ruby.
Ruby / Rails Inside
https://engineering.gusto.com/scaling-sidekiq-at-gusto/
Gusto Engineering
Scaling Sidekiq at Gusto
Over the past year at Gusto, we’ve drastically changed how we approach Sidekiq in our main Rails monolith. This post dives in.
Ruby / Rails Inside
https://blog.appsignal.com/2022/08/03/connect-a-ruby-on-rails-app-with-react-in-a-monolith.html
Appsignal
Connect a Ruby on Rails App with React in a Monolith | AppSignal Blog
Learn about the three main types of app architecture, then connect React with your monolith Ruby on Rails app.
Ruby / Rails Inside
https://www.mikeperham.com/2022/07/29/sidekiq-and-request-specific-context/
Mikeperham
Sidekiq and Request-Specific Context | Mike Perham
Ruby, OSS and the Internet
Ruby / Rails Inside
https://github.com/hotwired/turbo/releases/tag/v7.2.0-beta.1
GitHub
Release v7.2.0-beta.1 · hotwired/turbo
What's Changed
This is not a feature-complete release of Turbo 7.2.0. Follow along on the 7.2.0 milestone to track the pending PRs we hope to include in the final release. But please help us th...