QboButtons
IMPORTANT: GEM IS NO LONGER BE MAINTAINED. It is better to JUST CHERRY-PICK the svgs you need then to add yet another gem to your Gemfile anyhow.
Rails plugin to leverage QuickBooks Connect SVG images and buttons
Rails v.4 and greater supported
gem install qbo_buttons
OR
gem 'qbo_buttons'
Usage:
Connect to QuickBooks Buttons
<%= qbo_connect_image_tag %>
<%= qbo_connect_button(root_url, color: 'green', size: 'lg') %>
Intuit Sign In Buttons
<%= intuit_sign_in_image_tag %>
<%= intuit_sign_in_button(root_url, color: 'blue', size: 'lg') %>