# rails-master-hook **Repository Path**: mirrors_rails/rails-master-hook ## Basic Information - **Project Name**: rails-master-hook - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rails Master Hook This is the webhook that runs in the docs server. When invoked, it triggers docs generation and the contrib app gets updated. Server management in encapsulated in the script `bin/server`: bin/server start bin/server restart bin/server stop This webhook just touches a file meaning "we have been called". The docs server is responsible for monitoring the presence of said file somehow, and act accordingly. ## Testing The application includes a comprehensive test suite using minitest and rack-test: ```bash # Run all tests bundle exec rake test ```