Displaying 2 results from an estimated 2 matches for "noodlesinmysandals".
2006 Jun 16
1
helpers adding digits to generated links
Hi all,
I noticed that rails helper methods are adding extra info to the generated
links whereas previously they didn''t. Here are some examples:
<link href="/stylesheets/styles.css?1150398928" media="screen"
rel="Stylesheet" type="text/css" />
<script src="/javascripts/prototype.js?1148640823"
2006 Jun 15
2
AWS Client - There has to be a better way
I''m working on building a SOAP client with AWS, i.e:
class PersonAPI < ActionWebService::API::Base
api_method :find_all, :returns => [[Person]]
end
soap_client = ActionWebService::Client::Soap.new(PersonAPI,
"http://...")
persons = soap_client.find_all
This works well but I think it breaks down quickly when you try to do
real world work. Lets take a moderately