A simple and straight forward feedback collection tool built on top of BulletTrain. It collects basic information from the user that is helpful for troubleshooting and resolving issues.
Add the following line to the bottom of your layout:
<%= render "account/shared/feedback" %>
Feel free to update the config/locales/en/feedback.en.yml translations.
Add this line to your application's Gemfile:
gem "bullet_train-feedback"
And then execute:
$ bundle
Or install it yourself as:
$ gem install bullet_train-feedback
-[ ] Finish getting feedback widget flow working. -[ ] Create generator that creates migration, roles and abilities.
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.