Ruby on Rails | rubyclub
1.52K subscribers
212 photos
1 video
261 links
Software Writer @yegorckv
Download Telegram
πŸ“˜Kamal Handbook

Kamal Handbook is the missing manual for the new Kamal deploy tool which lets you run Docker in production with minimal effort.

- Visualize Kamal's concepts and learn things behind-the-scenes
- Understand Kamal's configuration
- Deploy practical life examples with confidence

kamalmanual.com/handbook
strzibny.gumroad.com/l/kamalbook
πŸ“ΊHow DHH Solved Deploying to Production (with open source)

Kamal is an open source alternative to Vercel, Heroku and others.

You can set it up yourself, on your laptop, raspberry pi, or a remote unused server.
It comes with all the bells an whistles you'd expect including CI, monitoring, secrets management, rolling updates and notifications.
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ’»Senior Ruby on Rails Developer at SOFTSWISS

We're hiring a Senior Ruby on Rails Dev (4+ years) to join the Casino Platform team.

πŸ”§ Stack:
Ruby on Rails, PostgreSQL, Kafka, RabbitMQ, Redis, Sidekiq, K8s, Docker

πŸ“Œ Responsibilities:
β€” Build & optimize backend services
β€” Design scalable architecture
β€” Code reviews & mentoring
β€” Explore new tech

βœ… Requirements:
β€” Strong Ruby & SQL skills
β€” PostgreSQL, algorithms, OOP
β€” English & Russian (B1+)

🎁 Benefits:
β€” Private health insurance (contract-based)
β€” Mental health support
β€” Paid gym memberships
β€” Online English lessons
β€” +1 day off annually
β€” Referral bonuses
β€” Events & conferences

πŸ“ Flexible format, salary discussed at interview
πŸ“Send CV
πŸ“Interview process description
πŸ“© Recruiter contact: @tatsiana156
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘©β€πŸ’» Kamal DevOps

The first Kamal video course

Kamal DevOps is the missing video course for Kamal coming with 2 videos, 2 provisioning templates, and 2 Kamal configurations so you can deploy your application on your own terms. Kamal is a simple tool for automating deployments. You just add a server IP address and 'kamal deploy' will deploy your application.

kamalcourse.com
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ–ΌοΈ Introducing On Rails: A New Podcast πŸŽ™οΈ from the Rails Foundation

The Rails Foundation wanted to launch a new podcast featuring β€œRails devs talking about the nitty gritty technical decisions they’ve made along the way” – now it’s here, hosted by Robby Russell. You can listen to the first episode here featuring 37signals’ Rosa GutiΓ©rrez talking about her team’s work building Solid Queue.
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸš€ Ivan Nemytchenko at Euruko 2025

The Ruby community is gathering in Portugal β€” at Euruko 2025. Ivan Nemytchenko from Serbia will present a talk:

Slingshot Development: Vibe Coding with Ruby Done Right.

Tired of AI chaos and complicated setups? Ivan will show how simple Ruby scripts can quickly and cleanly launch a Rails app. No more wrestling with configs β€” just get your product up and running.

πŸ“… September 18–19
πŸ“ Viana do Castelo, Portugal
πŸ“Ί πŸ’» DHH: Future of Programming, AI, Ruby on Rails, Productivity & Parenting | Lex Fridman Podcast

David Heinemeier Hansson (aka DHH) is a legendary programmer, creator of Ruby on Rails, co-owner & CTO of 37signals that created Basecamp, HEY, & ONCE, and is a NYT-best-selling author (with Jason Fried) of 4 books: REWORK, REMOTE, Getting Real, and It Doesn't Have To Be Crazy At Work. He is also a race car driver, including a class-winning performance at the 24 hour Le Mans race.
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ’»Native integrations for Hotwire Native apps

Planning to build native apps with Rails? You’ll definitely need Bridge Components.

Hotwire Native enables seamless communication between native Swift and Kotlin code and web views in hybrid mobile apps. Bridge components extend this functionality by providing reusable native components that interact your web views. They enable developers to break out of the web view container and drive native features.

Add production-ready bridge components to your app without writing any custom Swift or Kotlin.

masilotti.com/bridge-components

You can also get access to advanced components and priority support: pro components
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ’» How large companies build architecture: solutions, technologies, approaches

πŸ“¦ Version control and API management

They use Garage Extension β€” an extension to the monolith (Rails), configured separately via a client.
Required: Rails / Sinatra, gRPC / JSON API, CI/CD (e.g., GitHub Actions, CircleCI)

πŸ”— Microservice communication

Challenge: requests between many services β†’ complexity, latency, fault tolerance.
Solution: GenExpediter β€” a Ruby equivalent of Netflix Hystrix.

Required: concurrent-ruby, Redis / Kafka / RabbitMQ for queues, Sidekiq / Resque, Circuit breaker + fallback logic, Monitoring: Prometheus + Grafana

πŸ— Lego-style architecture approach
Rails is minimalist but flexible. Want a monolith β€” keep it. Want microservices β€” add them.

Options: Dry-rb β€” clean architecture, Hanami β€” for stricter structure, Event Sourcing via RailsEventStore, gRPC / JSON-RPC for inter-service communication
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ“ΊRails New with typecraft

Want to learn Ruby on Rails from scratch and build your first fully functional web app? Then this 10-part video series from typecraft_dev is just what you need!

πŸ“¦ In each episode, you’ll:

- Install Rails and run rails new
- Learn the Rails philosophy and core concepts (MVC, scaffolding, CRUD)
- Style your app with TailwindCSS
- And finally β€” deploy it all with Kamal
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ’» Exactly 21 years ago, DHH introduced the world to the first version of Rails β€” v0.5.0 β€” with the words: "this piece will grow in public."

He wasn’t wrong.

Since then, Ruby on Rails has become the foundation for thousands of companies around the world, grown with the support of countless developers, and stayed true to its core principles: simplicity, elegance, and productivity.

Rails 0.5.0 marked the end of vaporware β€” and the beginning of a new era in web development.

Original announcement from July 24, 2004:

rubytalk.org/t/ann-rails-0-5-0-the-end-of-vaporware/12744/1
Please open Telegram to view this post
VIEW IN TELEGRAM
Want to build iOS and Android apps without leaving Rails?

At RailsConf 2025, Joe Masilotti showed how Hotwire Native lets you create native mobile apps using just HTML, CSS, and Rails.

One codebase β€” three platforms: Web, iOS, Android

Instant updates across all platforms

πŸ“ΊWatch the talk on YouTube
Please open Telegram to view this post
VIEW IN TELEGRAM
Only 31% of Rails developers use Stimulus, while the majority believes that Rails API + SPA architecture is β€œnecessary.”
Inertia.js allows to build modern JS components without the SPA complexity:

πŸ’¬ evilmartians.com/chronicles/simplicity-vanished-solving-the-mystery-with-inertia-js-and-rails
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ’» New to Rails? The Rails Foundation just dropped fresh resources to help you level up:

rubyonrails.org/docs/tutorials

- A step-by-step tutorial to add Sign Up to your e-commerce app

- A brand new video series with Typecraft (don’t miss this!)

-A centralized Tutorials Hub to bring it all together
Please open Telegram to view this post
VIEW IN TELEGRAM