HI
hinshun/broggle
rails engine to help QA feature branches
Broggle
Broggle is a mountable rails engine that allows testers and QAs to quickly test
a multiple git branches of a Rails application.
Features
- Configure environments with different branches without affecting the currently
running environment - Toggle merged branches on/off with one click
- Stack traces integrated with changed lines from merged branches
Installation
Note: Broggle is still in active development
Add this line to your application's Gemfile:
gem 'broggle'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install broggle
Usage
Mount Broggle to a route in your application's routes file:
mount Broggle::Engine => "/broggle"
Done!
Contributing
- Fork it ( https://github.com/hinshun/broggle/fork )
- Create your feature branch (
git checkout -b feature-name) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin feature-name) - Create a new Pull Request
On this page
Languages
Ruby79.2%JavaScript12.3%CSS8.0%Shell0.5%
Contributors
MIT License
Created June 27, 2014
Updated September 2, 2025

