Ruby is supported in Bazel throughDocumentation Index
Fetch the complete documentation index at: https://docs.aspect.build/llms.txt
Use this file to discover all available pages before exploring further.
rules_ruby, which provides build rules for
Ruby libraries, binaries, tests, and Rails applications.
Starter repo
Aspect maintains a starter repo for Ruby in Bazel: https://github.com/bazel-starters/rubyAPIs
rules_ruby
- ruby_library, ruby_binary, ruby_test - Core Ruby rules
- ruby_bundle - Bundler integration
- rails_test_factory - Rails test helpers
Linting
- rubocop - RuboCop linter integration
- standardrb - Standard Ruby linter integration

