Ruby / Rails Inside
@rubyinside
732
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
732 subscribers
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/this-week-in-rails-june-9-2023-2e77d3dc
Hey
This Week In Rails - June 9, 2023
Hi! Emmanuel here writing from a train to Katowice! There have been quite a few developments in the Rails codebase over the last few weeks! Let's take a look at some of them, shall we? Create a class level #with_routing helper The with_routing helper can…
Ruby / Rails Inside
RubyKaigi 2023
https://www.youtube.com/playlist?list=PLbFmgWm555yYvWS7VGTFipF7ckduvSeT-
Ruby / Rails Inside
https://firehydrant.com/blog/using-advisory-locks-to-avoid-race-conditions-in-rails/
Firehydrant
Using PostgreSQL advisory locks to avoid race conditions
We used to see multiple incident declarations exceed our 3-second target each day. After this update, it became rare to see any at all.
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/ssl-enforcement-new-postgres-enum-features-and-changes-to-rails-application-secrets-b1a03ffe
Hey
SSL Enforcement, new Postgres enum features, and changes to Rails.a...
Hi, it’s zzak. We’re officially half-way through June, and we’ve got a shorter edition this week but let’s hop in. Enable `force_ssl=true` in production by default This PR affects newly generated apps to make SSL enforcement the default behavior in production…
Ruby / Rails Inside
https://railsatscale.com/2023-06-12-rewriting-the-ruby-parser/
Rails at Scale
Rewriting the Ruby parser
At Shopify, we have spent the last year writing a new Ruby parser, which we’ve called YARP (Yet Another Ruby Parser). As of the date of this post, YARP can parse a semantically equivalent syntax tree to Ruby 3.3 on every Ruby file in Shopify’s main codebase…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/rails-world-website-and-ticket-sales-cpk-improvements-and-more-6fd3bb05
Hey
Rails World website and ticket sales, CPK improvements and more!
Hi, it’s Greg, bringing you the latest changes in the Rails codebase. Rails World’s site is live! The Rails World conference website is live from today. It was created by Shona Chan, a junior developer from the Rails community. It was commissioned by the…
Ruby / Rails Inside
https://blog.appsignal.com/2023/06/28/keep-your-ruby-app-secure-with-bundler.html
Appsignal
Keep Your Ruby App Secure with Bundler | AppSignal Blog
Discover how you can use Bundler-audit and Bundler outdated to help keep your Ruby apps secure.
Ruby / Rails Inside
https://blog.peterzhu.ca/notes-on-ruby-gc/
blog.peterzhu.ca
Garbage Collection in Ruby - Peter Zhu
Overview of how Ruby's garbage collector works.
Ruby / Rails Inside
https://www.ducktypelabs.com/turbo-vs-stimulus/
Ruby / Rails Inside
https://hotwiredcases.dev/
Ruby / Rails Inside
https://evilmartians.com/chronicles/enter-anycable-v1-4-reliable-real-time-features-for-apps-of-any-size
evilmartians.com
Enter AnyCable v1.4: reliable real-time features for apps of any size—Martian Chronicles, Evil Martians’ team blog
AnyCable 1.4 is here with major improvements like Reliable Streams, Resumable Sessions, simplified Heroku deployment, long-polling fallback, enhanced HotWire compatibility, and OCPP support. Realiable real-time features for apps of any size!
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/this-week-in-rails-july-28-2023-8e6bf604
Hey
This Week in Rails - July 28, 2023
Hi, it’s zzak. Let’s explore this week’s changes in the Rails codebase. Rack::Lint on Rails middleware tests While this work is not technically user-facing, it’s important to ensure the future of Rails continues to maintain compatibility with the Rack SPEC.…
Ruby / Rails Inside
https://davidmoreen.com/tutorial-create-a-no-code-style-native-ios-screen-builder-with-a-ruby-on-rails-backend/
David Moreen
How I created a No-Code Style Native iOS Screen Builder With A Ruby on Rails Backend - David Moreen
Let's build an iOS application with a Ruby on Rails backend that allows users to create and manage onboarding screens. Then lets inject the data for those
Ruby / Rails Inside
https://youtu.be/mKNb7G-8jL8
YouTube
Tailwind on Rails #138 Responsive Layout with Sidebar and Navbar
"Tailwind CSS: It looks awful, and it works." - Adam Wathan, TailwindCSS creator
As of Rails 7, you can automatically install TailwindCSS when generating a new rails app by running rails new -c=tailwind -d=postgresql.
I am super excited that just like…
Ruby / Rails Inside
https://code.avi.nyc/why-ruby-on-rails-needs-components
code.avi.nyc
Ruby on Rails Components Necessity
Explore Rails Components for improved, aesthetic frontend in Ruby on Rails apps, offering shareable, encapsulated functionality like React Components
Ruby / Rails Inside
https://www.akshaykhot.com/using-hotwire-without-rails/
Ruby / Rails Inside
https://code.avi.nyc/an-activestorage-s3-direct-uploader-part-1-the-drag-and-drop-interface
code.avi.nyc
ActiveStorage S3: Direct Drag-Drop Uploader
Build a drag-and-drop ActiveStorage S3 Direct Uploader using Rails and Direct Uploads. Follow instructions for model, S3, and view setup
Ruby / Rails Inside
https://railsnotes.xyz/blog/simple-stimulus-tabs-controller
RailsNotes, the Ruby on Rails guides you wished you had.
A simple Stimulus Tabs Controller
In this article, I share a handy Stimulus controller for adding tabs to your Rails apps. I also show you a different variation of the controller, and how to add it to your views. Plus, I've included a handy tip to avoid the annoying "flashing in" effect that…
Ruby / Rails Inside
https://www.modern-rails.com/posts/activestorage-analyzers-and-the-openai-transcription-api/
Articles, guides and tips about rails
OpenAI transcription API and ActiveStorage analyzers
Connecting the OpenAI transcription API and ActiveStorage analyzers to transcribe audiofiles with AI
Ruby / Rails Inside
https://nicholusmuwonge.medium.com/dynamic-roles-in-a-rails-app-using-rolify-devise-invitable-and-pundit-b7201145123