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/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"…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/configurable-compressor-for-encryption-rack-3-streaming-and-more-59baf0e9
Hey
Configurable compressor for encryption, Rack 3 streaming and more
Hi, Wojtek here. See the short list of changes from this past week. Add compressor option to Active Record encryption ActiveRecord::Encryption::Encryptor now supports a :compressor option to customize the compression algorithm used. The default compressor…
Ruby / Rails Inside
https://evilmartians.com/chronicles/startups-on-rails-in-2024-my-keynote-at-railsconf
evilmartians.com
Startups on Rails in 2024: my keynote at RailsConf—Martian Chronicles, Evil Martians’ team blog
Are startups choosing Ruby and Rails in 2024? Yes, they are! Moreover, they're shipping products faster by switching to Rails from the hyped Next.js and the established Java. Hear these stories in Irina's keynote at RailsConf.
Ruby / Rails Inside
https://evilmartians.com/chronicles/flying-free-a-tale-of-partitioning-with-canaries-in-postgresql
evilmartians.com
Flying free: a tale of partitioning with canaries in PostgreSQL—Martian Chronicles, Evil Martians’ team blog
This canary-based partitioning strategy is a safer, more controlled way to handle large-scale database partitioning and query optimization. Get real-time statistics and gradual optimization, reducing the risks with traditional partitioning processes.