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://fly.io/ruby-dispatch/pairing-with-gpt-4/
Fly
Pairing with GPT-4
GPT-4 won't build your application for you, but it can be a very helpful addition to your toolbox.
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/march-31st-2023-edition-813dd9b9
Hey
March 31st 2023 edition
🌸
Hi, it’s zzak, writing in from Aomori, Japan, home of the great Jonan Scheffler. 2023 is officially 25% over, time to enjoy
🌸
and explore this week’s changes in the Rails codebase. Add debug gem back to the Gemfile template With the release of Ruby v3.2.2…
Ruby / Rails Inside
https://medium.com/double-pointer/concurrency-in-ruby-global-interpreter-lock-gil-64ee96bc81c4
Medium
Concurrency in Ruby: Global Interpreter Lock (GIL)
This lesson discusses the global interpreter lock, also known as GIL and its effects.
Ruby / Rails Inside
https://evilmartians.com/chronicles/ruby-bytes-or-generating-standalone-generators
evilmartians.com
Ruby Bytes, or generating standalone generators—Martian Chronicles, Evil Martians’ team blog
Introducing Ruby Bytes, a toolkit to build, install and deploy Ruby and Rails application templates.
Ruby / Rails Inside
https://andre.arko.net/2023/03/05/caddy-puma-dev-for-local-development-with-custom-domains-and-https/
andre.arko.net
Caddy + puma-dev for local development with custom domains and HTTPS
I develop a lot of webapps locally, often at the same time. For Ruby-only applications, puma-dev is by far the most convenient way to handle the situation. A single setup command gets you a lot out of the box:
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/a-new-conference-new-action-mailer-callbacks-and-more-f1e49ed7
Hey
A new conference, new Action Mailer callbacks and more!
Hi, it’s Greg, bringing you the latest news about Ruby on Rails. We have exciting news from the Rails Foundation! The first-ever Rails World Conference is coming! Join the community on October 5 & 6 in Amsterdam, Netherlands, for keynotes, technical sessions…
Ruby / Rails Inside
https://dev.to/thegnarco/metaprogramming-in-ruby-intermediate-level-4jjc
DEV Community
Metaprogramming in Ruby: Intermediate Level
This post is the second in a series focused on the application of Ruby metaprogramming. If you’re...
Ruby / Rails Inside
https://betterprogramming.pub/why-i-stopped-using-sorbet-in-all-my-ruby-projects-9366bf6dd116
Medium
Why I Stopped Using Sorbet in All My Ruby Projects
And why I think you should stop using it too
Ruby / Rails Inside
https://blog.appsignal.com/2023/04/12/audit-logging-in-ruby-and-rails.html
Appsignal
Audit Logging in Ruby and Rails | AppSignal Blog
Let's explore some options to implement audit logs, including PaperTrail, Audited, AuditLog, AppSignal, and a custom implementation.
Ruby / Rails Inside
https://mensfeld.pl/2023/04/delaying-kafka-messages-processing-with-karafka-a-deep-dive-into-delayed-topics/
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/the-beginning-of-trilogy-chatgpt-as-a-contributor-99a2c414
Hey
The beginning of Trilogy, ChatGPT as a contributor
Hi. Wojtek here. We had 88 contributors this week including ChatGPT! Let’s explore the changes. AppSignal is the newest contributing member of The Rails Foundation It’s the third company to join The Rails Foundation as a contributing member. Introduce adapter…
Ruby / Rails Inside
https://evilmartians.com/chronicles/mrsk-hot-deployment-tool-or-total-game-changer
evilmartians.com
Kamal: hot deployment tool to watch—or a total game changer?—Martian Chronicles, Evil Martians’ team blog
The SRE pros at Evil Martians attempt an objective analysis of the promises, applications, and potential of Kamal (formerly known as MRSK), plus things to watch out for.
Ruby / Rails Inside
https://blog.rubyhero.dev/advanced-active-record
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/end-of-april-2023-edition-cf502cd0
Hey
End of April 2023 Edition
Hi, it’s zzak.
✈
RailsConf has come to a close, and Golden Week is upon us here in Japan. Lots to catch up on in This Week in Rails. Many documentation improvements to extend our SEO posture The venerable @p8 has been very busy trying to improve Rails documentation…
Ruby / Rails Inside
https://census.dev/blog/ruby-retry-made-better
Census Engineering
Ruby Retry Made Better
Ever need a simple way to retry a block of code in ruby? Maybe you need a maximum number of retries? Exponential backoff? Different handling for different exceptions?
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/this-week-in-rails-rails-world-tickets-waiting-list-caching-improvements-and-more-831051cd
Hey
This Week in Rails: Rails World tickets waiting list, caching impro...
Hi, it’s Greg, bringing you this week’s changes in the Rails codebase. Rails World tickets waiting list Many of you asked if there is a waiting list where you can be informed when Rails World tickets go on sale, and the Rails Foundation listened. Sign up…
Ruby / Rails Inside
https://world.hey.com/dhh/how-to-recover-from-microservices-ce3803cc
Hey
How to recover from microservices
I won't deny there may well be cases where a microservices-first architecture makes sense, but I think they're few and far in between. The vast majority of systems are much better served by starting and staying with a majestic monolith. The Prime Video case…
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://medium.com/gusto-engineering/singed-a-profiler-front-end-for-ruby-and-rails-applications-f0f02da21e89
Medium
Singed, a Profiler Front-End for Ruby and Rails Applications
Have you ever found yourself wanting to understand why a block of Ruby code, a particular web request, or a certain controller action was…
Ruby / Rails Inside
https://blog.rubyhero.dev/small-rails-design-patterns
Ruby / Rails Inside
https://blog.appsignal.com/2023/05/17/manage-your-ruby-logs-like-a-pro.html
Appsignal
Manage Your Ruby Logs Like a Pro | AppSignal Blog
Discover the ins and outs of logging in Ruby, including how to customize your logs and use logging libraries like Lograge.