search for: action_controller_contain

Displaying 9 results from an estimated 9 matches for "action_controller_contain".

2006 Apr 11
9
Rails failure after upgrade to 1.1.2
...rying to reach the app. Line 3 in application.rb is : class ApplicationController < ActionController::Base Any hints on where I might be going wrong is much appreciated, /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:...
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 Mar 19
0
action_web_services error with rspec_on_rails
...task just putting both files on the 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...
2006 Jan 10
4
Problem creating MockController
...em with this mock is that I get a recursive error: SystemStackError: stack level too deep d:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_controller/helpers.rb:112:in `inherited_without_api'' d:/ruby/lib/ruby/gems/1.8/gems/actionwebservice-0.9.3/lib/action_web_service/container/action_controller_container.rb:86:in `inherited_without_action_controller'' but I''m not enough of a rails hack to understand why this fails. Many thanks in advance. CHEERS> SAM
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
2005 Apr 06
3
NameError in <controller not set>#<action not set>
...ems/1.8/gems/actionpack-1.7.0/lib/action_controller/helpers.rb:48:in `helper'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.7.0/lib/action_controller/helpers.rb:94:in `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:18...
2007 Aug 22
1
AAF - 0.4.1 - Ferret 0.11.4
...before? "./script/console production 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 sta...
2006 Apr 26
3
My GD2 is not working
...k-1.12.1/lib/action_controller/helpers.rb:114:in `default_helper_module!'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/helpers.rb:127:in `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:...
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