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://calebhearth.com/decree
Hearthside
The Decree Design Pattern
The Decree pattern helps developers write single-purpose service objects that have a predictable API contract, are composable, are easily tested, and isolate the core logic of your app.
Ruby / Rails Inside
https://www.youtube.com/playlist?list=PLbHJudTY1K0dERpqJUEFOFSsMGvR6st9U
Ruby / Rails Inside
https://ivoanjo.me/blog/2023/02/11/ruby-unexpected-io-vs-cpu-unfairness/
ivoanjo.me
Ruby’s unexpected I/O vs CPU unfairness - ivo's awfully random tech blog
When mixing input/output (such as reading files or network/database requests) and CPU work in different threads, Ruby gives a lot more execution time to the ...
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/parameter-filtering-and-an-improved-actionview-helpers-taghelper-token_list-3cd06e29
Hey
Parameter filtering and an improved ActionView::Helpers::TagHelper#...
Përshëndetje! Emmanuel here with the usual stuff. filtered_path in ActionController::Instrumentation event payloads over fullpath For security reasons, some data need to be filtered before it reaches bad actors. Rails now filters parameters in paths that…
Ruby / Rails Inside
https://prograils.com/modular-design-coupling
Prograils.com
Modular design concepts: Coupling | Prograils
In the new episode of our modular design series, we answer the question "what is coupling?" as well as compare various types of it. Read & learn!
Ruby / Rails Inside
https://blog.carbonfive.com/rspec-best-practices/
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/this-week-in-rails-preloading-associations-with-composite-keys-and-more-a3ff250a
Hey
This Week in Rails: preloading associations with composite keys and...
Hi, this is Greg, bringing you this week’s changes in the Rails codebase. Support preloading associations with composite keys This pull request adds support for Associations::Preloader to be able to preload associations associated by a composite foreign key…
Ruby / Rails Inside
https://mensfeld.pl/2023/02/karafka-web-ui-your-ruby-and-rails-out-of-the-box-kafka-ui/
Closer to Code | Blog about coding in various languages, security, and my other IT adventures.
Karafka Web UI – Your Ruby and Rails out-of-the-box Kafka UI | Closer to Code
I'm thrilled to announce the new and shiny addition to the Karafka ecosystem: Karafka Web. For those who wonder what Karafka is, Karafka is a Ruby and Rails multi-threaded efficient Kafka processing framework. Karafka has always been a convenient framework…
Ruby / Rails Inside
https://shopify.engineering/the-case-against-monkey-patching
Shopify
The Case Against Monkey Patching, From a Rails Core Team Member - Shopify
Monkey patching is considered one of the more powerful features of the Ruby programming language. However, by the end of this post I’m hoping to convince you that they should be used sparingly, if at all, because they are brittle, dangerous, and often unnecessary.…
Ruby / Rails Inside
https://www.youtube.com/watch?v=-B9AbFsQOKo
YouTube
"Hanami 2: New Framework, New You" - Tim Riley (RubyConf AU 2023)
(Tim Riley) "Years in the making, Hanami 2.0 is out! This release brings new levels of polish and power to a framework you can use for Ruby apps of all shapes and sizes.
Come along to discover what goes into building a new Hanami app, the principles that…
Ruby / Rails Inside
https://blog.jez.io/ruby-private/
blog.jez.io
Ruby's private keyword is weird – Jake Zimmerman
Ruby's `private` keyword means something different compared to basically all other object-oriented languages. Most other languages don't even have a feature matching what Ruby calls `private`, but incredibly, Scala does, which it calls `protected[this]` (meaning
Ruby / Rails Inside
https://dmitrytsepelev.dev/finding-rails-memory-bloats-early
dmitrytsepelev.dev
How to find a memory bloat in your Rails app before it happens
How to detect a possible memory bloat in Rails before it starts being a problem
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/the-rails-foundation-update-perform_all_later-in-aj-and-more-e31f06a2
Hey
The Rails Foundation update, perform_all_later in AJ and more
Hi, it’s Wojtek. Let’s dig into this week’s changes and announcements. Amanda Perino as new executive director for The Rails Foundation Please welcome Amanda to the job of leading the mission to improve the documentation, education, marketing, and events…
Ruby / Rails Inside
https://shopify.engineering/improving-the-developer-experience-with-ruby-lsp
Shopify
Improving the Developer Experience with the Ruby LSP - Shopify
The Ruby LSP is a new language server built at Shopify that makes coding in Ruby even better by providing extra Ruby features for any editor that has a client layer for the LSP. In this article, we’ll cover how we built the Ruby LSP, the features included…
Ruby / Rails Inside
https://www.akshaykhot.com/using-hotwire-without-rails/
Ruby / Rails Inside
https://www.youtube.com/watch?v=LL1cV2FXZ5I
Ruby / Rails Inside
https://blog.saeloun.com/2023/02/27/rails-introduces-default-health-check-controller
Saeloun Blog
Rails 7 Introduces Default Health Check Controller
Rails 7 now introduces a default health check endpoint for health checks.
Ruby / Rails Inside
https://rosenfeld.page/articles/2023_03_01_lightblog_a_file_based_blog_app
Ruby / Rails Inside
https://blog.appsignal.com/2023/03/01/making-the-most-of-your-logs-in-rails.html
Appsignal
Making the Most of Your Logs in Rails | AppSignal Blog
It's easy to get going with logging with Rails, but not so easy to master it. Discover how you can get the most from your logs.
Ruby / Rails Inside
https://www.youtube.com/watch?v=9tOMD491mFY
YouTube
"Asynchronous Rails" - Samuel Williams (RubyConf AU 2023)
(Samuel Williams) The fiber scheduler presents new opportunities for building scalable and concurrent Ruby programs. However, Rails has traditionally been a request-per-process or request-per-thread framework. We will give a brief introduction to the fiber…