Displaying 17 results from an estimated 17 matches for "action_controller_dispatcher".
2006 Jun 07
1
Web Service: NoMethodError (missing attribute: featured) !?!?!?!?!
...her/abstract.rb:59:in `web_service_invoke''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/dispatcher/abstract.rb:22:in `invoke_web_service_request''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/dispatcher/action_controller_dispatcher.rb:53:in `dispatch_web_service_request''
/usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/dispatcher/action_controller_dispatcher.rb:51:in `dispatch_web_service_request''
/us...
2006 Apr 11
9
Rails failure after upgrade to 1.1.2
...ller_container.rb:50:in
`web_service_api_with_require''
/usr/lib/ruby/gems/1.9/gems/actionwebservice-1.1.2/lib/action_web_service/container/action_controller_container.rb:87:in
`inherited_with_api''
/usr/lib/ruby/gems/1.9/gems/actionwebservice-1.1.2/lib/action_web_service/dispatcher/action_controller_dispatcher.rb:34:in
`inherited_with_action_controller''
#{RAILS_ROOT}/app/controllers/application.rb:3
/usr/lib/ruby/gems/1.9/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:140:in
`load''
/usr/lib/ruby/gems/1.9/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:56:in
`req...
2006 Jul 31
5
ActionWebService API
Hi *,
I need to pass a hash to a webservice, so I defined my API with:
api_method :search,
:expects => [{
:tags => :string,
:assignment => :string,
:resource => :string,
:lesson_plan => :string,
:subject => :string,
:all_types => :string
}], :returns => [[Resource]]
when I try to test the webservice with scaffold the
2006 Apr 17
7
Should Perl talk to Rails via LWP
Hi folks,
I need your opinions on a basic design issue.
I''ve seen the light of RoR and have replaced my Perl (DBI/CGI) based web
server <-> RDBMS communication with RoR, but I still have a whole host
of users (other servers/OS''s etc) out there wanting to talk to my
RDBMS and they only talk Perl. Also they don''t want to talk Perl/DBI
directly (they are not allowed
2006 Jan 16
5
A function that return a link_to, Possible ?
Hello, I try this :
in application_helper.rb
-----------------------
def lnk bla
return link_to bla, { :controller => bli , :action => "blo" , :id
=> "blu" }
end
in file.rhtml
-----------
<%= lnk "yo!" %>
This return an error. There is a way to do this or something similar, or
this is completly impossible ?
Thanks
2006 Apr 26
0
Re: gSOAP and ActionWebService interop problems
..._web_service/protocol/discovery.rb:18:in `each''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/
action_web_service/protocol/discovery.rb:18:in
`discover_web_service_request''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/
action_web_service/dispatcher/action_controller_dispatcher.rb:44:in
`dispatch_web_service_request''
(eval):1:in `api''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/
action_controller/base.rb:910:in `send''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/
action_controller/base.rb:910:in `perform_action_with...
2005 Apr 06
3
NameError in <controller not set>#<action not set>
...n
`inherited_without_api''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-0.6.2/lib/action_web_service/container/action_controller_container.rb:86:in
`inherited_without_action_controller''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-0.6.2/lib/action_web_service/dispatcher/action_controller_dispatcher.rb:33:in
`inherited''
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.0.3/lib/active_support/dependencies.rb:187:in
`load''
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.0.3/lib/active_support/dependencies.rb:187:in
`load''
/usr/local/lib/ruby/gems/1.8/gems/activesuppo...
2005 Feb 24
8
web services with ActionWebService
<noobalert>
Uh, yeah. So my noob self is showing through again. I''m trying to
write a simple hello-world type web service with the ActionWebService
thingy. I didn''t get very far. I''ve only done web services stuff in
.NET, so I''m not exactly used to this sort of thing.
Anyhow, I have a file, person_api.rb in my app/apis folder. I want to
take a single
2006 Jun 30
0
SOAP responses blowing up memory usage
...30,000) and converts them to struts.
The controller method automagically converts the array of Struts to
SOAP objects as advertised. There''s a point in
ActionWebService::Dispatcher::ActionController::InstanceMethods#dispatch
_web_service_request (file action_web_service/dispatcher/
action_controller_dispatcher.rb), where memory usage absolutely blows
up when passed large arrays. Monitoring top, it looks like the app
will grow to around 50mb and then when it does the
InstanceMethods#web_service_create_response action memory will shoot
up 5x to ~250mb, which is starting to kill our production serve...
2007 Mar 19
0
action_web_services error with rspec_on_rails
...s/rails/dictionary/vendor/
rails/actionwebservice/lib/action_web_service/container/
action_controller_container.rb:85:in
`inherited_without_action_controller''
from /Users/smtlaissezfaire/Sites/rails/dictionary/vendor/
rails/actionwebservice/lib/action_web_service/dispatcher/
action_controller_dispatcher.rb:32:in `inherited''
from ./spec/controllers/
crud_resource_controller_with_join_models_spec.rb:5:in `initialize''
from ./spec/controllers/
crud_resource_controller_with_join_models_spec.rb:5:in `new''
from ./spec/controllers/
crud_resource_con...
2006 Jan 06
0
Rails ActionWebService and gSOAP interoperability problem
...18:in `each''
> /opt/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/
> action_web_service/protocol/discovery.rb:18:in
> `discover_web_service_request''
> /opt/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/
> action_web_service/dispatcher/action_controller_dispatcher.rb:44:in
> `dispatch_web_service_request''
> (eval):1:in `api''
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/
> action_controller/base.rb:853:in `send''
> /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/
> action_control...
2006 Jan 07
0
gSOAP and ActionWebService interop problems
...ervice/protocol/discovery.rb:18:in
`each''
/opt/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/protocol/discovery.rb:18:in
`discover_web_service_request''
/opt/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/dispatcher/action_controller_dispatcher.rb:44:in
`dispatch_web_service_request''
(eval):1:in `api''
/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/base.rb:853:in
`send''
/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/base.rb:853:in
`perform_actio...
2006 Apr 17
5
XML-RPC Webservice API
...ce/protocol/discovery.rb:20:in
`discover_web_service_request''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/protocol/discovery.rb:18:in
`discover_web_service_request''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/dispatcher/action_controller_dispatcher.rb:44:in
`dispatch_web_service_request''
(eval):1:in `api''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/base.rb:910:in
`perform_action_without_filters''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/filters.rb:368:in
`perform_...
2006 Aug 16
7
ActionWebService: XMLRPC Server Multicall possible?
Hi all,
I have a question concerning ActionWebService XMLRPC servers: Is it
possible to send multicall requests to the Web service? I tried to
use multicall and get the error message:
no such method ''system.multicall'' on API [MyAPI]
In Changeset 2021 there is the following commit message:
add ''system.multicall'' support to XML-RPC. boxcarred methods must
2006 Apr 26
3
My GD2 is not working
...`inherited_without_api''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/container/action_controller_container.rb:86:in
`inherited_without_action_controller''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/dispatcher/action_controller_dispatcher.rb:34:in
`inherited''
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:140:in
`load''
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:56:in
`require_or_load''
/usr/local/lib/ruby/gems/1.8/gem...
2006 Jun 23
0
SOAP Web Service Exception
...scovery.rb:20:in
`discover_web_service_request''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/protocol/discovery.rb:18:in
`discover_web_service_request''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/dispatcher/action_controller_dispatcher.rb:44:in
`dispatch_web_service_request'' (eval):1:in `api''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/base.rb:910:in
`perform_action_without_filters''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/filters.rb:368...
2005 Dec 30
5
AWS api_method :returns not accepting ActiveRecord::Base
I''m trying to use the feature of AWS where it will take an object derived
from ActiveRecord::Base instead of an AWS::Struct object. Whenever I try
it, though, I get the craziest error:
NoMethodError: You have a nil object when you didn''t expect it!
The error occured while evaluating nil.new
/usr/lib/.../actionwebservice/lib/action_web_service/casting.rb:105:in