Community-driven Ruby news and articles
169 articlesTLS, Basic Auth, Fail2ban, Ansible—all running on a micro-VM that costs less than your bubble tea. Because DevOps doesn’t need to be expensive. It jus...
When building a modern backend application, developers often choose between established frameworks like Laravel (PHP), Ruby on Rails, and NestJS (Node...
I haven’t used RubyMine in several years, but a recent announcement from JetBrains have now opened up access for free with non-commercial products. In...
Our beloved virtual intern, to whom we left our PRs in the hands of, just got up to speed.
I recently wrote a post that discusses an impressive optimization that has landed in llm.rb v0.16.0.
ParseKit brings native document parsing capabilities to Ruby through high-performance Rust bindings. Extract text from PDFs, Office documents, images,...
Topical brings modern topic modeling to Ruby by orchestrating ClusterKit’s clustering algorithms with c-TF-IDF term extraction. Discover meaningful to...
On Friday I launched Superform 0.6, which came with some big updates. Today I’m launching the Superform video unit at https://beautifulruby.com/phlex/...
Hello Rubysts! 🖐️ Awesome Ruby Blogs now with RSS feeds and OPML files. If you have any ideas or suggestions for improving this list, please feel free...
💪🏼 The best Service Object Ruby gem. https://github.com/shkm/strong_service
India is home to some of the world’s leading software development companies, ranging from global enterprises like TCS, Infosys, and Wipro to emerging ...
Learn how to integrate Model Context Protocol (MCP) with Rails to create AI-powered conversational interfaces that transform traditional web applicati...
https://www.rubynewbie.org/10-ways-to-participate-in-the-ruby-community
https://www.railscarma.com/blog/ruby-array-methods-a-comprehensive-guide/
Active Storage has greatly simplified file uploads for Rails applications: it has become the de facto standard replacing alternatives that were domina...
Released a big update to Superform! Notes at https://beautifulruby.com/code/superform-0-6-x-released. Some highlights include much better Erb ergonomi...
AIA (AI Assistant) version 0.9.12 has been release. Its big new feature is concurrent models! Sent your prompts to multiple models at the same time-is...
When you’re getting started it’s easy to get lost or you can get stuck when trying to work on an exercise or project.
Callback Hell analyzes your Rails application models and provides actionable insights on callbacks and validations. Use it to identify models that mig...
https://www.carmatec.com/blog/how-to-use-the-ruby-each-method-with-examples/
Introducing Wubular: a new Rubular-style regex tester rebuilt to run entirely in the browser, powered by Ruby compiled to WebAssembly. No backend, ins...
Serviz provides a minimal “command object Interface” for your Ruby apps. There are several gems in this space, but this one provides a really small AP...
https://github.com/igorkasyanchuk/async_render allows you to squeeze 5-15% of performance of your existing Rails app with just a few lines of code.
ClusterKit brings state-of-the-art dimensionality reduction and clustering algorithms to Ruby through native Rust bindings. Run UMAP, PCA, K-means, an...
https://sinaptia.dev/posts/improving-a-similarity-search-with-ai
3 step process to get you up and running in less than 15 minutes
Did you know you can execute live tests on your Rails apps? In this blog post I will explore the available tools and the small changes we need to intr...
https://railsdesigner.com/user-content-turbo-streams/
https://www.railscarma.com/blog/5-core-ruby-on-rails-mental-models-for-ruby-enumerators/
I wrote a short piece about how the the two recent Rails CVEs could be exploited: https://greg.molnar.io/blog/rails-cve-2025-55193-and-cve-2025-24293/
Leading AI Development Company in US: https://www.technource.com/chatbot-development-ai/
My first open source Ruby tool: https://github.com/carter2099/dsa.rb
ActsAsActive is a plug-and-play Rails extension that adds activity tracking to any model. It wires a polymorphic association and records Activity rows...
Just a few years ago, Rails was supposedly “dead.” The framework that once powered 90% of Y Combinator batches had lost favor. Shiny new alternatives ...
Keeping our users engaged beyond just opening our web application can significantly boost retention and user satisfaction. That’s why integrating with...
After last week’s security patches in Rails, I tested the ANSI escape injection vulnerability. I was curious about the damage it can do.
Healthcare providers often struggle with rejected claims that delay reimbursements and strain administrative resources. By adopting intelligent softwa...
This post looks at how we can build a tool that estimates the age of the person in a photo with the llm.rb library. The post demonstrates three key ll...
https://www.railscarma.com/blog/what-is-the-ruby-ternary-operator-and-how-it-works/
https://github.com/railsjazz/rails_charts got an update, now bundled with the most recent eCharts v6
I introduce a new gem for generate an OAS 3.1 in your Grape APIs: https://a-chacon.com/en/just%20ruby/2025/08/16/oas-grape-release.html
This post introduces the Retrieval Augmented Generation (RAG) pattern in only 32 lines of Ruby code, and includes a live demo.
Mobile-based healthcare applications are transforming patient care and institutional workflows by enabling smart appointment booking, secure data hand...