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/2023/12/06/rails-dual-database-setup/
Saeloun Blog
Optimizing System Performance by Implementing a Dual Database Setup in Rails
Implementing a Replica Database solution, the article highlights overcoming system strain with a dual DB approach, ensuring streamlined operations and improved performance efficiency
Ruby / Rails Inside
https://www.ruby-lang.org/en/news/2023/12/11/ruby-3-3-0-rc1-released/
www.ruby-lang.org
Ruby 3.3.0-rc1 Released
Ruby / Rails Inside
https://www.visuality.pl/posts/introduction-to-ddd-in-ruby-on-rails
www.visuality.pl
Introduction to DDD in Ruby on Rails - Blog - Visuality
An introduction into the world of Domain-Driven Design in the scope of Ruby on Rails framework.
Ruby / Rails Inside
https://evilmartians.com/chronicles/gemfile-of-dreams-libraries-we-use-to-build-rails-apps
evilmartians.com
Gemfile of dreams: the libraries we use to build Rails apps—Martian Chronicles, Evil Martians’ team blog
We unveil the toolbox of the Martian Rails engineer; we begin constructing a Gemfile from the universe of Martian gems that encapsulate our philosophy and soul.
Ruby / Rails Inside
https://dev.37signals.com/introducing-solid-queue/
37signals Dev
Introducing Solid Queue
A new DB-based queuing backend for Active Job that we open-sourced today.
Ruby / Rails Inside
https://jetruby.com/blog/continuous-refactoring/
Jetruby development company
Continuous Refactoring. 12 Best Practices from Ruby Developers | Jetruby
In simple terms, continuous refactoring means regularly improving and tidying up your code as you work on it, just like keeping a room clean by picking up after yourself, so that it remains easy to understand and maintain, rather than letting issues pile…
Ruby / Rails Inside
https://www.writesoftwarewell.com/rails-perform-all-later/
Write Software, Well
Enqueue Multiple Jobs At Once with `perform_all_later`
The `perform_all_later` method lets you enqueue multiple jobs together to reduce the round-trip to the job backend.
Ruby / Rails Inside
https://github.com/pawurb/rails-brotli-cache
GitHub
GitHub - pawurb/rails-brotli-cache: Drop-in enhancement for Rails cache, offering better performance and compression with Brotli…
Drop-in enhancement for Rails cache, offering better performance and compression with Brotli algorithm - pawurb/rails-brotli-cache
Ruby / Rails Inside
https://jetrockets.com/blog/from-service-objects-to-object-design
JetRockets
Refactoring Ruby: From Service Objects to Design - JR
Discover the transition from service objects to object-oriented design to enhance code maintainability and scalability in Ruby projects with JetRockets.
Ruby / Rails Inside
https://lucas.dohmen.io/posts/2024/01/01/rails-8-sneak-peek
lucas.dohmen.io
Sneak Peek on Rails 8 | lucas.dohmen.io
Rails 8 will be released this year - let's look at the features.
Ruby / Rails Inside
https://railsnotes.xyz/blog/rails-8-whats-coming
RailsNotes, the Ruby on Rails guides you wished you had.
Here's what's coming in Rails 8
Work on Rails 8 is starting, so I dug through the official GitHub milestone to break down all the upcoming goodies for you. There's plenty coming, including Solid Queue, Solid Cache and Kamal becoming defaults, better support for PWAs, an official LSP, and…
Ruby / Rails Inside
https://kylekeesling.com/posts/2024/01/migrating-from-sidekiq-to-solid-queue
Kylekeesling
Migrating from Sidekiq to Solid Queue | Kyle Keesling
Kyle Keesling is an Indianapolis-based Ruby on Rails developer. He enjoys coding, cargo bikes, and playing hurling.
Ruby / Rails Inside
https://katafrakt.me/2018/06/06/hidden-jewels-ruby-stdlib/
katafrakt’s garden
Hidden jewels of Ruby stdlib
Just my website. Some Elixir, some Ruby, some more exotic languages and general thoughts on tech.
Ruby / Rails Inside
https://shopify.engineering/caching-without-marshal-part-one
Shopify
Caching Without Marshal Part 1: Marshal from the Inside Out - Shopify
Shopify wanted a cache format that would not blow up when we shipped code changes. Part one of Caching Without Marshal describes Marshal, Ruby’s ultimate sharp knife, able to transform almost any object into a binary blob and back.
Ruby / Rails Inside
https://rubyonrails.org/2024/1/16/Rails-7-1-3-has-been-released
Ruby on Rails
Rails 7.1.3 has been released!
Hi everyone,
Ruby / Rails Inside
https://island94.org/2024/01/the-answer-is-in-your-heap-debugging-big-rails-memory
island94.org
The answer is in your heap: debugging a big memory increase in Ruby on Rails
I recently participated in an interesting series of debugging sessions tracking down the source of a large increase in memory when upgrading a Rails applicat...
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/a-class-method-to-introspect-delegated-types-schema_dump-configuration-via-database_url-etc-5c24eb60
Hey
A class method to introspect delegated types, schema_dump configura...
As the morning sun casts its gentle glow, I find myself aboard a train bound for Szklarska Poręba. I'm literally on Rails! I thought, what better setting to share the latest updates on Rails than while traversing these literal rails? Define a class method…
Ruby / Rails Inside
https://evilmartians.com/chronicles/5-cool-and-surprising-ways-to-configure-lefthook-for-automation-joy
evilmartians.com
5 cool (and surprising) ways to configure Lefthook for automation joy—Martian Chronicles, Evil Martians’ team blog
At first, Lefthook was just a wrapper for calling custom scripts on Git hooks, but it has evolved into a tool that provides a clean and flexible way to automate your development routine, both in obvious and quite surprising ways. Read and see real project…
Ruby / Rails Inside
https://evilmartians.com/chronicles/viewcomponent-in-the-wild-embracing-tailwindcss-classes-and-html-attributes
evilmartians.com
ViewComponent in the Wild III: TailwindCSS classes & HTML attributes—Martian Chronicles, Evil Martians’ team blog
Learn how to manage TailwindCSS classes and HTML attributes in view components via the APIs provided by the view_component-contrib gem.
Ruby / Rails Inside
https://www.prefab.cloud/blog/multi-language-secret-management/
prefab.cloud
Release: Secret Management Across Languages | Prefab
Simple, easy secret management for teams that need to share secrets across multiple applications or across languages. Share secrets between node and ruby and java.