-
Sorbet · A static type checker for Ruby
Sorbet is multithreaded, scaling linearly across cores on your CPU. It checks your types in seconds, giving you feedback as you code. Sorbet works with your favorite editor to provide IDE features like autocomplete and… · sorbet, method, checks, types, code
-
RuboCop | The Ruby Linter/Formatter that Serves and Protects
A Ruby static code analyzer and formatter, based on the community Ruby style guide.
-
Sorbet Playground
Fast gradual typechecker playground for Ruby
-
RubyGuides - Learn Ruby With Awesome Tutorials
Become an expert Ruby developer one guide at a time! Ruby tutorials, guides and videos for the serious Ruby developer. Start improving your Ruby skills today.
-
Ruby in Style | A companion blog to the community Ruby, Minitest, Rails and RSpec guides. Mainly geared towards discussing various ideas before updating the guides.
A companion blog to the community Ruby, Minitest, Rails and RSpec guides. Mainly geared towards discussing various ideas before updating the guides.
-
Overview – Saddler - checkstyle to anywhere
Saddler provides checkstyle format to anywhere. e.g. You run rubocop, eslint and jscs, then saddler post their comments on your GitHub Pull Request. This can execute on TravisCI, CircleCI and your own CI!
-
Ruby in Style
*.ruby.style
-
MiniProfiler: A simple but effective mini-profiler for .NET and Ruby
MiniProfiler: A simple but effective mini-profiler for .NET and Ruby
-
SQL style guide by Simon Holywell
A consistent code style guide for SQL to ensure legible and maintainable projects
-
Practicing Ruby
The world's largest collection of lessons for experienced Ruby developers.
-
Hands-on Test-Driven Development - Using Ruby, Ruby on Rails, and RSpec
A book for learning hands-on test-driven development using Ruby, Ruby on Rails, and RSpec.
-
Nanoc: a static-site generator written in Ruby » home
-
Ruby Style Guide
This Ruby style guide recommends best practices so that real-world Ruby programmers can write code that can be maintained by other real-world Ruby programmers. A style guide that reflects real-world usage gets used… · ruby, guide, style, real, world
-
RSpec Style Guide
This RSpec style guide outlines the recommended best practices for real-world programmers to write code that can be maintained by other real-world programmers. RuboCop, a static code analyzer (linter) and formatter, has… · guide, rspec, world, real, programmers
-
Ruby Fiddle | Ruby Snippets in the Browser
We wanted a way for people to experience some Ruby in the browser, as well as have a platform that can send cool Ruby scripts to one another. In Github, forking is a way that you can build upon someone else's code. Once… · ruby, way, code, wanted, people
-
Rails Style Guide
— Officer Alex J. Murphy / RoboCop The goal of this guide is to present a set of best practices and style prescriptions for Ruby on Rails development. It’s a complementary guide to the already existing community-driven… · guide, rails, style, real, world
-
Fullstack Ruby: Elevate your Ruby skills. Everywhere.
Assuming you haven’t been living under a rock these past few weeks, the Ruby community has been embroiled in quite a bit of drama. I won’t recap it here…there are plenty of other sources to go (Joel Drapper for one), and… · rubygems, ruby, community, here, sources
-
Mostly Ruby DX
Ruby LSP, IRB, Debugging, RDoc,....etc. This is a quick & unpolished collection of my Ruby debugging tips and recommendations. You can use the Ruby LSP extension to connect to debug.gem... Introduction Ruby 3.4 isn’t… · ruby, irb, lsp, debugging, debug
-
Posts | Static Ruby Monthly
Tech Lead | Software Engineering | I help teams build reliable, maintainable Ruby applications by bringing the power of static typing to their codebases. With years of hands-on experience solving complex technical challenges, I make sure your software stays robust and ready to grow.
-
Ruby 2D
Create 2D applications, games, and visualizations with ease. Just a few lines of code is enough to get started. See what you can build! · create, applications, games, visualizations, ease
-
predicatemethod
In this article, I’m going to begin to outline my approach for creating API clients in Ruby. I’ve worked on quite a few web applications that interact with a lot of internal and external services.... This article is part… · article, development, quite, part, effort
-
Welcome To Instructor - Instructor (Ruby)
Structured extraction in Ruby, powered by llms, designed for simplicity, transparency, and control. Dive into the world of Ruby-based structured extraction, by OpenAI's function calling API, Ruby schema validation with… · ruby, instructor, check, structured, extraction
-
J-_-L | Working with Ruby by Jan Lelis
For the whole of May, I will blog about weird things in Ruby over at Idiosyncratic Ruby – Don’t miss it! Long time readers of this blog will remember that I used to tweak GNOME’s gedit editor a lot. However, I ditched it… · ruby, however, library, rails, randomness
-
RubyGems.Guide
Tutorials for popular Ruby gems
-
The Packaging Style Guide
This Packaging style guide outlines the recommended best practices for real-world programmers to write code that can be maintained both, upstream and downstream. You can generate a PDF copy of this guide using… · guide, packaging, guidelines, style, code
-
Foobara - Command-Centric and Discoverable Ruby Framework
A software framework where you focus more your on domain logic and less on integration code!
-
Justin Leveck
As a Ruby developer, I’ve spent my fair share of time wrestling with code style tools like RuboCop and Pronto. They’re fantastic for keeping code clean, but let’s be honest—manually fixing linting errors across a… · ruby, style, branch, code, like
-
The Street Coder - Cristhiam Teran
A Clever Way to Use default_proc in a Hash Let’s explore an interesting way to use the default_proc feature in... How to use intersection methods in Ruby arrays In this post, we will explore three different methods that… · way, rails, default, proc, explore
-
TestProf: Ruby tests profiling and optimization toolbox
Ruby tests profiling and optimization toolbox
-
Learn Ruby and Rails app testing with The Minitest Cookbook
A comprehensive guide to testing with Minitest covering setup, must-have extensions, and practical testing techniques. Required reading for Ruby developers.
-
Ruby Programming
Learn the Ruby programming language with simple, step-by-step tutorials.
-
Ruby Metaprogramming - RubyLearning
Learn Ruby metaprogramming - write code that writes code. Covers eval, instance_eval, class_eval, define_method, method_missing and more.
-
Gem Check — Writing Better Ruby Gems Checklist
This is the checklist for authors and maintainers of Ruby gems to help them build better open-source software. Ruby is designed to make programmers happy. –Matz This document is focused exclusively on code aspects: API… · simple, things, ruby, open, source
-
Nanoc: a static-site generator written in Ruby » home
-
Ruby Style Guide
Ruby is the main language at Shopify. We are primarily a Ruby shop and we are probably one of the largest out there. Ruby is the go-to language for new web projects and scripting. We expect all developers at Shopify to… · ruby, style, rubocop, shopify, guide
-
Jason Noble's Technical Adventures – Riding the rails
Rubocop is a Ruby static code analyzer. Rubocop utilizes a number of style rules, which it calls “Cops”, hence the name. I picked a cop at random, and wanted to see what it looks for in my Ruby code. So let’s take a look… · rubocop, ruby, code, parameter, davinci
-
Ruby Tips - My Take on Ruby and Ruby on Rails
If you are writing small Ruby programs and you don’t need facilities such as debugging available in a full fledged IDE, I recommend using Notepad++ editor. Notepad++ has built in syntax highlighting for Ruby and is a… · notepad, installation, ruby, need, recommend
-
Skills to Practice
For months now, Ruby Central has caused great disruptions and made many missteps in how they’ve communicated to a worldwide community of Ruby developers. In the last several weeks I’ve seen some incremental improvements… · ruby, central, made, some, dhh
-
Head First Ruby
This is the official website for Head First Ruby, written by Jay McGavren and published by O'Reilly Media. You'll find sample code from the book here, as well as ideas to get you started on your own Ruby projects!
-
Hello from Ruby Jard | Ruby Jard
Just Another Ruby Debugger. Provide a rich Terminal UI that visualizes everything your need, navigates your program with pleasure, stops at matter places only, reduces manual and mental efforts. You can now focus on real debugging.
-
The Right Dev
Introduction to Ruby, setting up the environment, and writing simple Ruby programs · ruby, introduction, setting, environment, writing
-
Home | Rubocop LTS - Stable Rules for Rubies
Rules for Rubies: Rubocop + Standard + Betterlint + Shopify + Gradual, tailored for your specific version of Ruby.
-
mashym blog
Ruby × PostgreSQLまわりで使いそうなコマンドを自分用にまとめておく。 mashym91 2021-08-08 18:56 読者になる Minitestで各テストの最初、最後、全てのテストの最後に実行したい処理は次のように書ける。 · mashym91, 2021, ruby, postgresql, minitest
-
The Ruby Compiler Survey
The Ruby Compiler Survey is a project cataloguing, preserving, and dissecting compilers for the Ruby programming language. In this context, a compiler is something that eventually produces machine code from Ruby code… · ruby, compilers, compiler, code, machine
-
TestBench
Principled Test Framework for Ruby The TestBench core API has just four methods. There's nothing hidden. There's no guessing, no monkey-patching, no configuration, and no complexity. It's just programming. TestBench… · testbench, ruby, there, test, principled
-
bsdguides - Code Testing Strategies - bsdguides.org
© 2025 Code Testing Strategies – bsdguides.org Get all the essential guides and tips, and enhance your knowledge about the ever-evolving digital world. At BsdGuides, we are dedicated to providing essential guides and… · bsdguides, guides, tips, world, comprehensive
-
Aktive ferier | Få en ekstraordinær oplevelse | Ruby Rejser
Ruby Rejser er det lille bureau med de mange specialrejser. Med snart 50 års erfaring er vi specialister i ferier udenfor turismens hovedstrøg.
-
Ruby Tips - My Take on Ruby and Ruby on Rails
If you are writing small Ruby programs and you don’t need facilities such as debugging available in a full fledged IDE, I recommend using Notepad++ editor. Notepad++ has built in syntax highlighting for Ruby and is a… · notepad, click, installation, ruby, need
-
Pythonスターターガイド — Pythonスターターガイド ドキュメント
© Copyright 2021, Python ED. Revision c5097223. · copyright, 2021, python, revision, c5097223