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://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…
Ruby / Rails Inside
https://evilmartians.com/chronicles/let-there-be-docs-a-documentation-first-approach-to-rails-api-development
evilmartians.com
Let there be docs! A documentation-first approach to Rails API development—Martian Chronicles, Evil Martians’ team blog
We examine approaches to API documentation, with a case for why the documentation-first approach is beneficial, plus, we'll not only introduce a new Ruby gem, Skooma, that will be a revelation for those who are ready to follow this path, you can also read…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/activerecord-base-pluck-accepts-hash-values-devcontainers-improvements-and-more-e411b47e
Hey
ActiveRecord::Base#pluck accepts hash values, devcontainers improve...
Hey everyone, Happy Friday! I hope you get some time to unwind and relax going into the weekend
😎
Vipul here with the latest updates for This Week in Rails. Let’s dive in. Allow ActiveRecord::Base#pluck to accept hash values This change adds support for …
Ruby / Rails Inside
https://hotwireweekly.com/archive/week-16-turbo-overview-guide-turbo-native-pull-to-refresh
Ruby / Rails Inside
https://www.mikeperham.com/2024/04/22/redis-licensing-changes-and-you/
Mikeperham
Redis Licensing Changes and You | Mike Perham
Ruby, OSS and the Internet
Ruby / Rails Inside
https://railsatscale.com/2024-04-24-autotuner-how-to-speed-up-your-rails-app/
Rails at Scale
Autotuner: How to Speed Up Your Rails App
Ruby’s garbage collector is designed to be adaptable, scaling from short Ruby scripts to running apps that serve millions of requests per second. While it’s designed to be adaptable, it may not work optimally for every use case. For this reason, Ruby’s garbage…