kevid <[email protected]> writes: > hi all, > > i have the code below; > > QUESTIONS > > 1. how do i get the value of nonce (i.e. 6984053721 )
You should take a look at nokogiri http://nokogiri.org/ > 2. is there another way of visiting the url "http://api.evdb.com/ > rest/ > users/login?app_key=ct2hJqTCg4XLCP5h" > without using open-uri as in above There is the mechanize framework. Jarl -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

