require 'open-uri'

class NewsController < ApplicationController
...

Ruby Problem with passing xml fr...

by tragicdancer.myopenid.com, January 13, 2011 19:42, 10 refactorings, tagged with rails, xmldocument, api, nokogiri

Hi!
Im trying to parse xml...

55502f40dc8b7c769880b10874abc9d0 Talk
def flights_by_airline(airline_id, flight_number=nil, date=nil, params={})
      if flight_number && date
        t = convert_date(date)
...

Ruby Better way to offer several...

by jarodluebbert.myopenid.com, March 01, 2010 08:21, 3 refactorings, tagged with ruby, api, parameters

I'm wrapping an API in ruby...

3a5f66f6c3feb6092d375c3e145de0d4 Talk