Skip to content

Conversation

cgrindel
Copy link
Member

@cgrindel cgrindel commented Sep 7, 2025

Summary

  • Add complete Rails example demonstrating Bazel integration with rules_ruby
  • Include comprehensive README with setup instructions and implementation notes
  • Add Rails test macros for Bazel integration
  • Set up CI configuration for the example

Changes

  • Initial Rails application files with Bazel BUILD configuration
  • Rails test setup with rails_test.bzl macros for model/controller and system tests
  • Comprehensive documentation including:
    • Environment setup with direnv
    • Rails command usage
    • Bazel testing workflow
    • Implementation notes for sandbox patches
  • CI configuration for automated testing

🤖 Generated with Claude Code

cgrindel and others added 9 commits September 7, 2025 14:10
- Add Rails test setup section explaining rails_test.bzl configuration
- Reorganize sections with Bazel testing first
- Clarify Rails command usage for development tasks
- Add note about Bazel managing gems (no bundle install needed)
- Improve wording and fix file path references

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@cgrindel cgrindel self-assigned this Sep 7, 2025
cgrindel and others added 4 commits September 7, 2025 17:32
Add clarification that tests use SQLite in-memory database for fast,
isolated test execution in the Rails example documentation.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@cgrindel cgrindel requested a review from p0deje September 8, 2025 00:02
@cgrindel cgrindel marked this pull request as ready for review September 8, 2025 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant