GitHunt
HI

hinshun/broggle

rails engine to help QA feature branches

Broggle

Build Status Coverage Status

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

  1. Fork it ( https://github.com/hinshun/broggle/fork )
  2. Create your feature branch (git checkout -b feature-name)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature-name)
  5. Create a new Pull Request

Languages

Ruby79.2%JavaScript12.3%CSS8.0%Shell0.5%

Contributors

MIT License
Created June 27, 2014
Updated September 2, 2025