Re: [Rails] Re: storing nfc tag in client pc webpage

2014-11-27 Thread Colin Law
On 27 November 2014 at 10:12, Patrick Yudi wrote: > that's an alternative i thought before.. but yes. Please quote the previous message when replying so that it is easier to follow the thread. Someone seeing your reply will not know what you it is that you are saying yes to. Thanks. I believe

[Rails] Re: storing nfc tag in client pc webpage

2014-11-27 Thread Patrick Yudi
that's an alternative i thought before.. but yes. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-

Re: [Rails] Re: storing nfc tag in client pc webpage

2014-11-27 Thread Colin Law
On 27 November 2014 at 09:30, Patrick Yudi wrote: > maybe its too wide.. let me simplify. > i have a ruby script that reads NFC tags: > > require 'nfc' > > ctx = NFC::Context.new > dev = ctx.open nil > > loop do > > p dev.pool.to_s > > end > > par example the output in the terminal is 'c2 f3 44 12

[Rails] Re: storing nfc tag in client pc webpage

2014-11-27 Thread Patrick Yudi
maybe its too wide.. let me simplify. i have a ruby script that reads NFC tags: require 'nfc' ctx = NFC::Context.new dev = ctx.open nil loop do p dev.pool.to_s end par example the output in the terminal is 'c2 f3 44 12'. i also have a webform with a text field with label "id". how do i pass