samvincent / rqrcode-rails3

Render QR codes with Rails 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uninitialized constant Mime::SVG

JWesorick opened this issue · comments

I keep getting

uninitialized constant Mime::SVG
when trying to use this. I followed the directions on the ReadMe. Is there more that I need to do that is not listed?

The latest gem has an issue which has been fixed in master e4c949a but hasn't been rereleased. Either require the master branch in your gemfile or use gem 'rqrcode-rails3', :require => 'rqrcode_rails3'

Just released v0.1.2. Should work just fine.