Displaying 5 results from an estimated 5 matches for "handler_name".
2008 Jun 19
1
[LLVMdev] Constant function pointers and inlining
Hello,
I've been working on turning PHP scripts into LLVM IR and I've gotten
to the stage where I'm able to construct LLVM code that calls the PHP
opcode handlers that I've pre-compiled to LLVM IR in the correct
order. However, the PHP API is designed so that the handlers are not
globally accessible (qualified by "static" in the C source). Instead
they're supposed to
2007 Jan 18
2
How to use API from AWS -- help!
...that must use
the users web service to register and login, etc. How can I access
these methods? Here''s what I''m trying (with no luck):
1) In: class SomeController < ApplicationController I have,
web_client_api :user, :xmlrpc, "http://localhost:3000/user/api/RPC2",
:handler_name => "user_api"
And I try using things like "user_api.authenticate(un,pw)" etc. Doesn''t
work, I''m currently getting:
"Missing API definition file in apis/user_api.rb" but surely you don''t
have to include the file from the other service fr...
2006 Mar 22
12
RJS page.replace(_html) problems
For some time now I try to get my code working. This Monday I switched
to RJS (first with 1.0 + plugin) and yesterday to Edge Rails, so I guess
I''ve been using the most recent version.
I have a div with id="detail" which I want to update with a partial.
If I''m using page.replace_html the content will be replaced with text,
i.e. the javascript won''t become
2006 Jun 22
0
xml rpc client
..._type => :string},
{:capcode_category_number => :string},
{:customer_id => :int}],
:returns => [:int]
end
begin
clientXmlRpc = ActionWebService::Client::XmlRpc.new(OrderApi,
"http://localhost/", :handler_name => "iplan")
KEY = "a6d84317d265f0f7ed56558d1131090b"
nro = clientXmlRpc.IPLWSNroDisponible(KEY, "TELEPHONY", "ATX", "NULL",
1720002910)
rescue Exception => exc
puts exc.message + "\n"
end
Rodrigo Dominguez...
2007 Dec 11
54
1.9
Hey so,
People are asking about Mongrel Ruby 1.9 compatibility. Isn''t the
point of 1.9 for library developers to have time to get ready for 2.0?
It''s not like 1.9 is a production release.
Evan
--
Evan Weaver
Cloudburst, LLC