There is a helpful railscast on mechanize here: http://railscasts.com/episodes/191-mechanize --- Jason Soo "I'm going to live forever or die trying."
On Mon, May 10, 2010 at 1:36 PM, Jarl Friis <[email protected]> wrote: > 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]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- 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.

