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://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…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/rails-console-improvements-assertionless-tests-reporting-and-more-28fdb572
Hey
Rails console improvements, assertionless tests reporting and more!
Hi, it’s Greg. Let’s explore this week’s changes in the Rails codebase. Build Rails console on top of IRB’s latest official APIs The Rails console is built on top of IRB, but due to the lack of an extension API, it was extending it with monkey patches. Since…
Ruby / Rails Inside
https://blog.appsignal.com/2024/05/01/anycable-for-ruby-on-rails-how-does-it-improve-over-action-cable.html
Appsignal
AnyCable for Ruby on Rails: How Does it Improve over Action Cable? | AppSignal Blog
Let's see what AnyCable brings to the table and how it outperforms Action Cable.
Ruby / Rails Inside
https://masilotti.com/rails-authentication/
Masilotti.com
Rails Authentication: Gems vs. Recipes vs. Generators | Masilotti.com
Three different ways to handle authentication in Rails: from quick gem installs to custom-built recipes and flexible generators.
Ruby / Rails Inside
https://youtu.be/dU3Znt5E8Bg
YouTube
Ruby on Rails #166 PWA (Progressive Web Apps) in Rails 8
Make your Rails website behave like an installable app by turning it into a PWA.
All new Rails apps will have a webmanifest by default, meaning your app will be a Progressive Web App out of the box!
In this episode we will explore how PWAs work.
Based…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/start-of-rails-8-development-7-0-8-2-7-1-3-3-released-kamal-by-default-and-lots-more-22b4f81b
Hey
Start of Rails 8 development, 7.0.8.2 & 7.1.3.3 released, Kamal by ...
Hey everyone, Happy Friday! Vipul here with the latest updates for This Week in Rails. Let’s dive in. Development of Rails 8.0 starts now
🎉
This week marks the official start of Rails 8.0 development. Stay tuned for more updates on Rails 8.0 features and…
Ruby / Rails Inside
https://www.honeybadger.io/blog/deploy-solid-queue-rails/
Honeybadger Developer Blog
Running Solid Queue in production Rails apps
Say goodbye to the complexities and costs of managing external services like Redis, and hello to Solid Queue. In this article, we'll explore using Solid Queue to proce...