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://blog.saeloun.com/2022/06/28/rails-add-js-alias.html
Saeloun Blog
Rails adds --js alias to --javascript
Rails now provides support to choose a javascript approach using --js alias
Ruby / Rails Inside
https://www.mongodb.com/developer/languages/ruby/mongodb-jruby/
Mongodb
A Plan for MongoDB and JRuby | MongoDB
Code, content, tutorials, programs and community to enable developers of all skill levels on the MongoDB Data Platform. Join or follow us here to learn more!
Ruby / Rails Inside
https://ruby-style-guide.shopify.dev/
Ruby / Rails Inside
https://evilmartians.com/chronicles/vite-lizing-rails-get-live-reload-and-hot-replacement-with-vite-ruby
evilmartians.com
Vite-lizing Rails: get live reload and hot replacement with Vite Ruby—Martian Chronicles, Evil Martians’ team blog
How to use Vite.js to manage assets in Rails 7 applications with a hybrid or fully Dockerized development environment
Ruby / Rails Inside
https://austrian-nerd.dev/blog/2022-06-22-recently-in-ruby-core-june-edition/
Hello Friend
Recently in Ruby Core - June edition
Many Ruby developers don’t have time to keep up to date with the recent developments inside Ruby core. To make this easier I decided to write up the most recent progress that is happening inside the [Ruby Bug tracker](https://bugs.ruby-lang.org). I won’t…
Ruby / Rails Inside
https://brunosutic.com/blog/ruby-fiber-scheduler
Brunosutic
Ruby Fiber Scheduler - Bruno Sutic
Ruby can work asynchronously with just a Fiber Scheduler and a couple built-in methods - no frameworks are required! It's easy to use, scales well, and has amazing performance benefits.
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.