Rqrcode::Renderer
Render QR codes from rails as images or SVG.
Auto-negotiates based on requested format and browser acceptance.
Usage
Put it in your Gemfile:
gem rqrcode-rendererUse it in an action:
class MyController < ActionController::Base
def my_action
render qrcode: "something"
end
endAdd scale: 5 etc. to make it bigger.