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.digitalocean.com/community/tutorials/containerizing-a-ruby-on-rails-application-for-development-with-docker-compose
Digitalocean
Containerizing a Ruby on Rails Application for Development with Docker Compose | DigitalOcean
If you are actively developing an application, using Docker can simplify your workflow and the process of deploying your application to production. This tuto…
Ruby / Rails Inside
https://www.youtube.com/watch?v=qwBwRbeHl0Y
YouTube
Avo Admin 2.9 for Ruby on Rails - Actions on edit, required takes a block, menu labels and more
This week Avo 2.9 brings a few tiny features, a few improvements, and few bug fixes.
1. Show actions on Edit views. We're prepping the ground to give the user the ability to skip the show view.
⚠️
May contain a breaking change
https://docs.avohq.io/2.0…
Ruby / Rails Inside
https://t27duck.com/posts/10-integrating-google-one-tap-in-a-rails-application
t27duck
Integrating Google One Tap in a Rails Application
Google One Tap provides an easy and frictionless method of allowing a user to authenticate with your application.
Ruby / Rails Inside
https://kevinjmurphy.com/posts/designing-dependency-domain/
Kevinjmurphy
Designing A Dependency's Domain
This article decomposes an interaction with an external dependency into its component parts.
Ruby / Rails Inside
https://www.honeybadger.io/blog/rails-elasticsearch/
Honeybadger Developer Blog
Full-text Search with Elasticsearch in Rails
If you're finding performance bottlenecks with full-text search in your database, it may be time to switch to Elasticsearch. In this tutorial, Ianis introduces Elastic...
Ruby / Rails Inside
https://nts.strzibny.name/migrating-rails-cookies-to-json/
Notes to self
Migrating Rails cookies to the new JSON serializer
How to move from Marshal to the new Rails 7 default JSON serializer.
Ruby / Rails Inside
https://www.moncefbelyamani.com/first-5k-month-as-a-solopreneur-may-2022-retro/
Moncefbelyamani
First $5k Month as a Solopreneur (May 2022 Retro)
A transparent look at how I made $5106 as a solopreneur in May 2022.
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.