Displaying 5 results from an estimated 5 matches for "require_web_service_api".
2006 Apr 11
9
Rails failure after upgrade to 1.1.2
...kristofer
--Full trace from browser--
/usr/lib/ruby/gems/1.9/gems/actionwebservice-1.1.2/lib/action_web_service/container/action_controller_container.rb:66:in
`match''
/usr/lib/ruby/gems/1.9/gems/actionwebservice-1.1.2/lib/action_web_service/container/action_controller_container.rb:66:in
`require_web_service_api''
/usr/lib/ruby/gems/1.9/gems/actionwebservice-1.1.2/lib/action_web_service/container/action_controller_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
`inheri...
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
2007 Aug 22
1
AAF - 0.4.1 - Ferret 0.11.4
...ction
Loading production environment.
/usr/local/lib/ruby/gems/1.8/gems/acts_as_ferret-0.4.1/lib/ferret_server.rb:123:
warning: parenthesize argument(s) for future version
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.2.3/lib/action_web_service/container/action_controller_container.rb:74:in
`require_web_service_api'':NameError: neither ApplicationApi or
ApplicationAPI found
"
Ferret DRB server starts up without a hitch, but when trying to access
it via remote on application servers, it seems to give out and crash the
site =).
The weird thing is, this just starting happening. So I attempt to rol...
2007 Mar 19
0
action_web_services error with rspec_on_rails
...command line):
euclid% spec spec/controllers/crud_resource_controller_spec.rb spec/
controllers/crud_resource_controller_with_join_models_spec.rb
/Users/smtlaissezfaire/Sites/rails/dictionary/vendor/rails/
actionwebservice/lib/action_web_service/container/
action_controller_container.rb:74:in `require_web_service_api'':
neither _api or _api found (NameError)
from /Users/smtlaissezfaire/Sites/rails/dictionary/vendor/
rails/actionwebservice/lib/action_web_service/container/
action_controller_container.rb:48:in `web_service_api''
from /Users/smtlaissezfaire/Sites/rails/diction...
2007 Jul 07
6
Help in upgrading from 1.1.6 to 1.2.3
Hi, I was developing a rails app with version 1.1.6 that just worked
fine.
I decided to upgrade to 1.2.3 and then, I keep getting that horrible
message:
"Application error
Change this error message for exceptions thrown outside of an action
(like in Dispatcher setups or broken Ruby code) in public/500.html"
Now, before starting script/server I modiffied config/environment.rb
and