awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
bbatsov avatar

bbatsov/ruby-style-guide

0
View on GitHub↗
16,546 stars·3,351 forks·34 viewsrubystyle.guide↗

Ruby Style Guide

This project is a community-driven Ruby coding style guide and static analysis standard. It provides a collection of agreed-upon rules for syntax, naming conventions, and structural guidelines to ensure uniform code appearance and maintainability across Ruby projects.

The project serves as both a human-readable documentation resource for developers and a machine-readable RuboCop configuration specification. This allows natural language style guidelines to be mapped directly to automated linting rules.

The system covers Ruby code standardization, style enforcement, and project governance through the use of rule-based static analysis. It leverages RuboCop to programmatically identify and fix stylistic inconsistencies based on the established community standards.

Features

  • Coding Standards - Provides a curated collection of Ruby language conventions and formatting rules.
  • Static Analysis Standards - Defines agreed-upon naming and syntax conventions for identifying stylistic deviations in Ruby.
  • Static Analysis Rules - Evaluates source code against predefined patterns to identify stylistic deviations.
  • RuboCop Integration - Leverages RuboCop to programmatically enforce defined style rules.
  • Ruby Style Enforcement - Applies uniform guidelines to Ruby files to eliminate stylistic inconsistencies.
  • Linting Configuration Specifications - Provides a machine-readable RuboCop configuration specification mapped from natural language guidelines.
  • Community-Driven Specifications - Provides a community-driven specification for Ruby coding style and formatting.
  • Language-Specific Quality Standards - Establishes a community-consensual set of quality standards for Ruby code.
  • Ruby Code Standardization - Establishes a consistent set of formatting and structural rules for Ruby source code.
  • Coding Standards - Provides a collection of agreed-upon rules for Ruby syntax and naming conventions.
  • Linter Configuration Management - Defines machine-readable rules for RuboCop to automatically enforce coding styles.
  • Configuration-Driven Rules - Maps natural language style guidelines to a machine-readable RuboCop configuration file.
  • Static Code Analysis - Uses automated tools to evaluate source code against predefined patterns.
  • Ruby Programming Resources - Serves as a human-readable reference guide for Ruby best practices.
  • Documentation-Driven Standards - Uses human-readable guides as the primary reference for the linting configuration.
  • Project Governance Standards - Defines community-accepted standards for clean and maintainable Ruby code.
  • Coding Standards - Community-driven Ruby coding style guide.
  • Programming Language Guides - Comprehensive guide for writing idiomatic Ruby code.
  • Programming Languages - Community-driven style guide for Ruby coding.
  • Coding Style Guides - Standardized community coding style and conventions.

Star history

Star history chart for bbatsov/ruby-style-guideStar history chart for bbatsov/ruby-style-guide

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Ruby Style Guide

These projects share indexed features with Ruby Style Guide. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • airbnb/rubyairbnb avatar

    airbnb/ruby

    3,890View on GitHub↗

    This project provides a collection of coding standard specifications, style guides, and configuration assets used to define automated rules for static code analysis in Ruby. It serves as a centralized set of RuboCop configurations and static analysis rules to ensure consistent syntax and idiomatic usage across a codebase. The project establishes a comprehensive Ruby style guide that defines naming conventions, indentation, and structural requirements. It utilizes a pluggable linting engine to enforce these standards through a defined set of patterns and constraints. The capability surface co

    Ruby
    View on GitHub↗3,890
  • thoughtbot/guidesthoughtbot avatar

    thoughtbot/guides

    9,556View on GitHub↗

    This project is a software engineering style guide and a curated collection of architectural patterns and coding standards. It provides a multi-language coding standard to ensure maintainable software across Ruby, Python, JavaScript, and Swift. The project establishes a development workflow specification for version control, continuous integration, and peer review to maintain a linear project history. It also includes a web accessibility framework based on ARIA and WCAG standards, using design tokens and semantic HTML patterns to build inclusive interfaces. The guides cover a broad range of

    Ruby
    View on GitHub↗9,556
  • rubocop/ruby-style-guiderubocop avatar

    rubocop/ruby-style-guide

    16,546View on GitHub↗

    This project is a community-driven style guide that defines standards for formatting and structuring Ruby code. It serves as a collection of language conventions and best practices intended to ensure that Ruby applications are written idiomatically and maintainably. The guide functions as a static analysis standard, providing a reference that automated linting tools use to enforce uniform coding patterns and structural rules. By mapping written guidelines to these automated configurations, it establishes a shared source of truth for code consistency. The scope of the project covers Ruby code

    rubocoprubystyle-guide
    View on GitHub↗16,546
  • bbatsov/rails-style-guidebbatsov avatar

    bbatsov/rails-style-guide

    6,509View on GitHub↗

    This project is a collection of community-driven coding standards and best practices for developing maintainable Ruby on Rails applications. It serves as a style guide, architecture reference, and development guide to ensure consistency across a codebase. The guide provides technical recommendations for establishing naming conventions and architectural patterns. It specifically focuses on organizing models, controllers, and views to separate business logic from data persistence and user interface presentation. The documentation covers a broad range of capabilities, including RESTful API desi

    View on GitHub↗6,509
Compare all 30 related projects→

Frequently asked questions

What does bbatsov/ruby-style-guide do?

This project is a community-driven Ruby coding style guide and static analysis standard. It provides a collection of agreed-upon rules for syntax, naming conventions, and structural guidelines to ensure uniform code appearance and maintainability across Ruby projects.

What are the main features of bbatsov/ruby-style-guide?

The main features of bbatsov/ruby-style-guide are: Coding Standards, Static Analysis Standards, Static Analysis Rules, RuboCop Integration, Ruby Style Enforcement, Linting Configuration Specifications, Community-Driven Specifications, Language-Specific Quality Standards.

Which projects share features with bbatsov/ruby-style-guide?

Projects with overlapping indexed features include: airbnb/ruby — This project provides a collection of coding standard specifications, style guides, and configuration assets used to… thoughtbot/guides — This project is a software engineering style guide and a curated collection of architectural patterns and coding… rubocop/ruby-style-guide — This project is a community-driven style guide that defines standards for formatting and structuring Ruby code. It… bbatsov/rails-style-guide — This project is a collection of community-driven coding standards and best practices for developing maintainable Ruby… rwaldron/idiomatic.js — This project is a JavaScript style guide and a set of coding standards designed to ensure codebase consistency. It… bbatsov/rubocop — RuboCop is a static code analyzer and linter for Ruby. It functions as a static analysis tool designed to detect…