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://world.hey.com/this.week.in.rails/errorreporter-unexpected-with_routing-test-helpers-and-more-1b2c56f6
Hey
ErrorReporter#unexpected, with_routing test helpers and more!
Happy Thanksgiving weekend everyone! This is Vipul bringing you the latest from this week’s changes in the Rails codebase. ErrorReporter#unexpected to report in production but raise in development This change adds ErrorReported#unexpected to report precondition…
Ruby / Rails Inside
https://evilmartians.com/chronicles/test-prof-3-guided-and-automated-ruby-test-profiling
evilmartians.com
TestProf III: guided and automated Ruby test profiling—Martian Chronicles, Evil Martians’ team blog
TestProf is back with new features and tips for hunting slow Ruby tests and improving the developer experience by reducing feedback loop times.
Ruby / Rails Inside
https://dev.37signals.com/page-refreshes-with-morphing-demo/
37signals Dev
Demo of page refreshes with morphing
How page refreshes work, and how they compare to stream actions.
Ruby / Rails Inside
https://docs.gitlab.com/ee/development/gotchas.html
Gitlab
Gotchas | GitLab
GitLab product documentation.
Ruby / Rails Inside
https://patrickkarsh.medium.com/understanding-composite-primary-keys-in-rails-7-1-7a1e452706b1
Medium
Understanding Composite Primary Keys in Rails 7.1
A Game Changer for Active Record
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,