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://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
Ruby / Rails Inside
https://rubyonrails.org/2023/9/13/Rails-7-1-0-beta-1-has-been-released
Ruby on Rails: Compress the complexity of modern web apps
Rails 7.1 Beta 1: Dockerfiles, BYO Authentication, More Async Queries, and more!
Rails World is fast approaching and we’re gearing up to celebrate the 20th anniversary of Rails in style with the first beta release of Rails 7.1! There has been over five thousand commits made by over 800 contributors since Rails 7.0, so this release is…
Ruby / Rails Inside
https://kamal-deploy.org/
Kamal
Deploy web apps anywhere
From bare metal to cloud VMs using Docker, deploy web apps anywhere with zero downtime.
Ruby / Rails Inside
https://masilotti.com/strada-launch/
Masilotti.com
Strada officially launched! | Masilotti.com
A first look at Strada, the last missing piece of Hotwire. Let's explore how it unlocks native components driven by the web in Turbo Native apps.
Ruby / Rails Inside
https://railsatscale.com/2023-09-18-ruby-3-3-s-yjit-runs-shopify-s-production-code-15-faster/
Rails at Scale
Ruby 3.3’s YJIT Runs Shopify’s Production Code 15% Faster
Ruby 3.2 YJIT has optimized the production workloads of Shopify and other companies. We encourage you to enable YJIT in production. Once Ruby 3.3 is released, it should make your application even faster.