Topic: Qr Code Tracking Service
Hi,I'm new to this forum and Rails in general.
But to get the ball rolling and learn more i've challenged my self to make a Qr Code Tracking-site.
qrcodetracking.com is the site i'm trying to replicate.
Maybe i've taken water over my head in this project but i got a lot of free time and is really eager to learn more.
So far i've done an easy login/registration to the site with Devise.
Now i'm trying to figure out how the barby-gem (gem for generating barcodes) is working.As I said, i'm new to this and would love to get some feedback/directions on where to go next?
For example, how would you do the "generate_qr_code"-function? How would you go on and organize the database?
barcode = Barby::QrCode.new('http://google.com', :level => :l)
File.open('qrcode.png','wb') do |f|
f << barcode.to_png(:xdim => 20)
endThat is what i got right now, but it doesn't overwrite the qrcode.png in the public/images/ instead it is saved to the root directory?
I also tried the rmagick-outputter but the image just comes out blank, have no clue why?
I'd also like if someone kind could help me out with what kind of controllers/models you think would be needed for this site?
Sorry for my sloppy english. ![]()
I'll be back with more questions later.
Mats
Last edited by matsmaatson (2011-05-18 07:51:38)