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/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...
Ruby / Rails Inside
https://joshfrankel.me/blog/destructuring-the-world-in-ruby/
Development Simplified
Destructuring the World (and any Object) in Ruby
I’ve really been enjoying Ruby’s destructuring syntax for Hashes. So much so that I dug in a little further and figured out how to destructure pretty much everything in Ruby.
Ruby / Rails Inside
https://evilmartians.com/chronicles/the-art-of-turbo-mount-hotwire-meets-modern-js-frameworks
evilmartians.com
The art of Turbo Mount: Hotwire meets modern JS frameworks—Martian Chronicles, Evil Martians’ team blog
Explore the fusion of Hotwire simplicity and JavaScript interactivity using the integration of Turbo Mount and React, Vue, or Svelte components for a dynamic and responsive user experience.
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/new-database-sharding-methods-improved-active-record-migration-docs-caching-improvements-for-8265049e
Hey
New database sharding methods, improved Active Record Migration Doc...
Hey everyone, Happy Friday! Vipul here with the latest updates for This Week in Rails. Let’s dive in. Improved Active Record Migration Documentation The Rails Foundation documentation team continues to improve different areas of the Guides. This Pull Request…
Ruby / Rails Inside
Channel photo updated
Ruby / Rails Inside
https://evilmartians.com/chronicles/inertiajs-in-rails-a-new-era-of-effortless-integration
evilmartians.com
Inertia.js in Rails: a new era of effortless integration—Martian Chronicles, Evil Martians’ team blog
We want to make Inertia.js more popular within the Rails community, so we've started a project to provide both Rails-specific community docs and a set of tools for simply integrating Inertia into Rails apps.
Ruby / Rails Inside
Channel photo updated
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/immutable-rails-cache-header-local-assigns-in-strict-local-templates-threaded-active-storage-mirror-35bed9a5
Hey
Immutable Rails Cache Header, Local Assigns in Strict Local Templat...
Hi, it's zzak. Let's explore this week's changes in the Rails codebase. Support "immutable" directive in Cache-Control This PR adds a new option to the expires_in method to support the immutable directive for the "Cache-Control" header. Also pass "local_assigns"…