Ruby / Rails Inside
@rubyinside
733
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
733 subscribers
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.
Ruby / Rails Inside
https://mensfeld.pl/2024/01/karafka-framework-2-3-web-ui-0-8-release-announcement/
Closer to Code | Blog about coding in various languages, security, and my other IT adventures.
Karafka Framework 2.3 + Web UI 0.8 Release Announcement | Closer to Code
Introduction I'm happy to announce that Karafka 2.3 and its Web UI 0.8 have just been released. For those who wonder what Karafka is, Karafka is a Ruby and Rails multi-threaded efficient Kafka processing framework. The Karafka 2.3 release builds upon the…
Ruby / Rails Inside
https://www.fastruby.io/blog/serving-active-storage-attachments-through-a-cdn.html
Serving ActiveStorage attachments through a CDN
Serving ActiveStorage Attachments Through a CDN - FastRuby.io | Rails Upgrade Service
To obtain good performance and low latency for any user accessing our site, we often use CDNs to serve our static assets. This article shows how to do the same for ActiveStorage attachments.
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/deprecation-bugfixes-and-more-99b366d4
Hey
Deprecation, bugfixes and more!
Hi, it’s Greg. Let’s explore this week’s changes in the Rails codebase. Deprecate passing nil as model argument Passing model: nil as an argument to the form_with method will be deprecated in the next release of Rails. Skip CSS when creating APIs This pull…
Ruby / Rails Inside
https://blog.mattstuchlik.com/2024/01/31/sneaky-one-liner.html
Ruby / Rails Inside
https://evilmartians.com/chronicles/first-steps-with-ruby-wasm-or-building-ruby-next-playground
evilmartians.com
First steps with ruby.wasm: or how we built Ruby Next Playground—Martian Chronicles, Evil Martians’ team blog
Learn how to package your Ruby application into a WebAssembly module and run it right in a web browser. Get Ruby Next without leaving your browser and share your experiments with others simply by sending a link.
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/rails-world-cfp-activerecord-base-with_connection-devcontainer-and-puma-dev-support-and-more-6f564c2c
Hey
Rails World CFP, ActiveRecord::Base.with_connection, devcontainer a...
Hi! Vipul here with the latest updates for This Week in Rails! Rails World CFP Call for Papers is now open for The Rails World 2024 conference that will be held in Toronto, Canada this year. The CFP will remain open until 21st March. Head over here to submit…
Ruby / Rails Inside
https://evilmartians.com/chronicles/fair-multi-tenant-prioritization-of-sidekiq-jobs-and-our-gem-for-it
evilmartians.com
“Fair” multi-tenant prioritization of Sidekiq jobs—and our gem for it!—Martian Chronicles, Evil Martians’ team blog
How can we manage the priorities of different users without compromising user experience in a multi-tenant app? We share our solution—plus, our new Ruby gem for implementing it!
Ruby / Rails Inside
https://youtu.be/KHLLZdhb50g
YouTube
Turbo 8 and Turbo Native
Turbo 8 works out of the box with Turbo Native, on both iOS and Android
But there's a big gotcha. The latest releases of Turbo iOS and Turbo Android show a very noticeable flicker when changes are broadcasted.
Lucky for us there are already PRs to fix the…
Ruby / Rails Inside
https://railsnotes.xyz/blog/vscode-rails-setup
RailsNotes, the Ruby on Rails guides you wished you had.
A decent VS Code + Ruby on Rails setup
Setting up VS Code for Ruby on Rails development can be tricky, so I wrote this article to help. In it, I share different VS Code extensions for things like autocomplete, linting, formatting and more! I've even put together a handy extension pack to get you…
Ruby / Rails Inside
https://railsnotes.xyz/blog/feature-specs-to-system-specs
RailsNotes, the Ruby on Rails guides you wished you had.
Refactoring from feature specs to system specs
In this article, I break down the difference between system specs and feature specs in RSpec and Rails, and walk you through refactoring your feature specs to system specs.
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/illustrator-file-preview-deprecations-and-more-1bad759d
Hey
Illustrator file preview, deprecations and more!
Hi, it’s Greg. Let’s explore this week’s changes in the Rails codebase. Feedback for structuring the Active Record Query Guide The Active Record Querying Guide is getting restructured and the team working on it requests feedback from the community. Rails…
Ruby / Rails Inside
Channel photo updated
Ruby / Rails Inside
Channel photo updated
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.saeloun.com/2024/04/01/rails-8-adds-rate-limiting-to-action-controller_via-kredis-limiter-type/
Saeloun Blog
Rails 8 Adds Rate Limiting to Action Controller via Kredis Limiter Type
Rails 8 provides in built method rate_limit to define rate limiting rules in the controller itself.
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/defering-jobs-enqueuening-to-after-the-transaction-commit-queries-count-in-rendering-logs-and-more-fff2491c
Hey
Defering jobs enqueuening to after the transaction commit, queries ...
Hi, Wojtek here exploring this week’s changes. Rails World 2024 edition website is now live With tickets going on sale in April. Allow to register transaction callbacks outside of a record ActiveRecord::Base.transaction now yields an ActiveRecord::Transaction…