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
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...
Hi!
Im trying to parse xml...