My favorites | Sign in
Project Logo
                
Code license: MIT License
Labels: QRCode, Rails, Ruby
Blogs:
Feeds:
People details
Project owners:
  siu.ying

QRCode for Ruby on Rails

A plugin for Ruby on Rails to generate QRCode (QRコード).

About

This plugin use javascript to generate QRCode. The original javascript program is developed by Kazuhiko Arase. (http://www.d-project.com/qrcode/index.html)

If you want to generate image directly from rails, check my another Rails QRCode Generator (its git repository)

Usage

  1. In your rails project, install the plugin by following command:
  2.    ./script/plugin install http://qrcode-rails.googlecode.com/svn/trunk/plugins/qrcode
  3. Add javascript include tag in HTML header:
  4.    <%= javascript_include_tag :defaults %>
  5. Add following funtion to where you want to generate QRCode.
  6.    <%= qrcode('http://www.google.com/', 2, 8, 'my-qrcode') %>
- Add following funtion to where you want to generate QRCode.

Example

You can find source of an example project here: http://qrcode-rails.googlecode.com/svn/trunk/examples

I have package the sample program into a WAR, deploy it into any Web Container (e.g. Tomcat, Jetty, Glassfish ...etc) to see how it works!

Sample Code

<%= qrcode('http://www.google.com/', 8) %>

Sample Screen

License

Released under the MIT license.

Author









Hosted by Google Code