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.twnsnd.com/posts/how_i_100xd_bulk_import_speed_in_rails_with_some_gnarly_sql.html
TWNSND
100x'ing bulk import speed in Rails with gnarly SQL
A presentation covering how I improved bulk import performance on a large-scale Rails application to less than 1% of it's original processing time.
Ruby / Rails Inside
https://www.alexbevi.com/blog/2021/05/07/call-path-analysis-using-tracepoint/
ALEX BEVILACQUA
Ruby Call Path Analysis using TracePoint
During a recent diagnostic analysis exercise I needed to identify if there was additional “work” being done based on a single option being changed. As Ruby offers numerous productivity tools for developers it should come as no surprise that a mechanism to…
Ruby / Rails Inside
https://blog.arkency.com/which-one-to-use-eql-vs-equals-vs-double-equal-mutant-driven-developpment-for-country-value-object/
Arkency Blog
Which one to use? eql? vs equal? vs == ? Mutant Driven Development of Country Value Object
Hi, we're Arkency and it's our blog with meaty content.
Ruby / Rails Inside
https://vitobotta.com/2022/06/18/scaling-rails-web-sockets-in-kubernetes-with-anycable/
has_many :codes
Scaling Rails web sockets in Kubernetes with AnyCable
In this post I describe how I switched our backend from ActionCable to AnyCable to for more scalable and better performing web sockets.
Ruby / Rails Inside
https://blog.appsignal.com/2022/06/22/state-machines-in-ruby-an-introduction.html
Appsignal
State Machines in Ruby: An Introduction | AppSignal Blog
Let's build a simple state machine in Ruby and use the state machines gem.
Ruby / Rails Inside
https://www.youtube.com/watch?v=jx5hdo50a2M
YouTube
Build and Deploy a React Admin Dashboard App With Theming, Tables, Charts, Calendar, Kanban and More
Every web developer needs to build a React Admin Dashboard Application. Learn how to create the best and most modern one simply by watching this course. This Admin Panel includes one Dashboard, Three Pages, Four Apps, and Seven fully functional charts!
💻
JS…
Ruby / Rails Inside
https://engineering.linkedin.com/blog/2022/-under-the-hood--how-we-built-api-versioning-for-linkedin-market
Linkedin
Under the hood: How we built API versioning for LinkedIn Marketing APIs
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.