Skip to content

Conversation

@toshimaru
Copy link
Member

@toshimaru toshimaru commented Sep 28, 2025

Related PR: #180

This pull request makes a minor update to the Rake task for generating Rails documentation. The change simplifies the bundle install command by removing the custom installation path.

  • Updated the generate_rails_rdoc task in Rakefile to run bundle install without the --path vendor/bundle option, streamlining dependency installation.

@toshimaru toshimaru self-assigned this Sep 28, 2025
@toshimaru toshimaru changed the title WIP vendor/bundle or not chore: Remove --path vendor/bundle option Sep 28, 2025
it works without `path` option
@toshimaru toshimaru force-pushed the handle-vendor-bundle-for-faster-build branch from e22252e to dafd1f0 Compare September 28, 2025 01:35
@toshimaru toshimaru marked this pull request as ready for review September 28, 2025 01:46
Copilot AI review requested due to automatic review settings September 28, 2025 01:46
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the --path vendor/bundle option from the bundle install command in the Rails documentation generation task, simplifying dependency installation by using Bundler's default gem installation location.

  • Streamlined the bundle install command by removing the custom vendor/bundle path specification

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@toshimaru toshimaru merged commit 94b8b5f into railsdoc:main Sep 28, 2025
10 checks passed
@toshimaru toshimaru deleted the handle-vendor-bundle-for-faster-build branch September 28, 2025 01:47
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