[Rails] Re: Ruby QR code decoder?

2009-11-02 Thread ckundo
Thanks, I'll give those a shot. Cameron On Nov 1, 6:00 pm, Marnen Laibow-Koser wrote: > Eric wrote: > > Just that in 10 months of asap you could have implemented any of: > > >http://stackoverflow.com/questions/231741/qr-code-2d-barcode-coding-a... > > > Nothing personal, just sayin'. And yeah,

[Rails] Re: Ruby QR code decoder?

2009-11-02 Thread ckundo
d any of: > > http://stackoverflow.com/questions/231741/qr-code-2d-barcode-coding-a... > > Nothing personal, just sayin'. And yeah, there seem to be any number > of system call solutions. > > -eric > > On Nov 1, 12:09 pm, ckundo wrote: > > > Eric: Why so i

[Rails] Re: Ruby QR code decoder?

2009-11-01 Thread ckundo
ibing, but I'm going to give it a shot. Cameron On Oct 31, 7:52 pm, Eric wrote: > i don't mean to be a jerk, but "asap?" really? > > http://www.ruby-forum.com/topic/198410 > > -eric > > On Oct 31, 3:17 pm, ckundo wrote: > > > I'd like to us

[Rails] Ruby QR code decoder?

2009-10-31 Thread ckundo
I'd like to use be able to decode QR codes that people submit to my rails app. I'm using phonegap for iPhone, so I need to create a work- around for a native QR code reader. The best I can come up with is having someone take a picture of the code and submit it, then have ruby parse it.* I've sear