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://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.
Ruby / Rails Inside
https://github.com/dnvkv/mayak
GitHub
GitHub - dnvkv/mayak: Set of utilties for Ruby with Sorbet
Set of utilties for Ruby with Sorbet. Contribute to dnvkv/mayak development by creating an account on GitHub.
Ruby / Rails Inside
https://youtu.be/Mc19pB784Us
YouTube
ViewComponent Crash Course with Ruby on Rails
ViewComponent is a powerful gem that allows you to create reusable, testable, and encapsulated view components in Ruby on Rails applications.
ViewComponent was developed by the GitHub team and has since been adopted by many developers looking for more structure…
👍
1
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/rails-7-2-released-thruster-by-default-for-rails-8-new-guides-prs-and-much-more-01ee9482
Hey
Rails 7.2 released, Thruster by default for Rails 8, new Guides PRs...
Hey everyone, Happy Monday! Vipul here with the latest updates for This Week in Rails (from last week
😅
). Let’s dive in. Rails 7.2 has been released Rails 7.2 has been released! Head over to the release post for more details, but in short, it ships with better…
👍
1
Ruby / Rails Inside
https://evilmartians.com/chronicles/railing-against-time-tools-and-techniques-that-got-us-5x-faster-results
evilmartians.com
Railing against time: tools and techniques that got us 5X faster tests—Martian Chronicles, Evil Martians’ team blog
Read about the tools, techniques, mindset that got our client 5X faster tests.
1
🤩
3
Ruby / Rails Inside
https://dev.to/railsdesigner/when-to-use-call-erbtemplate-or-htmlerb-in-rails-viewcomponents-f8j
DEV Community
When to Use call, erb_template, or html.erb in Rails ViewComponents?
This article was originally published on Rails Designer ViewComponent has multiple methods to...
1
👍
4
Ruby / Rails Inside
https://qntm.org/clean
qntm.org
It's probably time to stop recommending Clean Code
It may not be possible for us to ever reach empirical definitions of "good code" or "clean code", which means that any one person's opinions about another person's opinions about "clean code" are necessarily highly subjective. I cannot review Robert C. Martin's…
👎
1