actionwebservice on rails 2.3.5 from github (http://github.com/ datanoise/actionwebservice) works in development mode but doesn''t seem to be loading in production. Anyone else have this problem or a solution? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Same for me. Here''s my log : Action Controller: Exception caught body { background-color: #fff; color: #333; } body, p, ol, ul, td { font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; line-height: 18px; } pre { background-color: #eee; padding: 10px; font-size: 11px; } a { color: #000; } a:visited { color: #666; } a:hover { color: #fff; background- color:#000; } Unknown action No action responded to wsdl. Actions: access_denied, check_roles, erreur_txt, export_csv, get_apicrypt_from_code_6_chiffres_laboserveur, invocation, invocation_method_params, invocation_submit, role_requirements, role_requirements=, and set_current_user It seems wsdl and api actions are unknown when in production mode. On 23 fév, 13:33, pj <padraicmc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> actionwebservice on rails 2.3.5 from github (http://github.com/ > datanoise/actionwebservice) works in development mode but doesn''t seem > to be loading in production. Anyone else have this problem or a > solution?-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi again, Changing one line in config/environment/production.rb makes it work : config.cache_classes = false # was true I think there''s an impact on performance, but maybe it''s a clue to get it work really in production mode ? On 17 mar, 10:18, kikan <christian.pennafo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Same for me. > > Here''s my log : > Action Controller: Exception caught body { background-color: #fff; > color: #333; } body, p, ol, ul, td { font-family: verdana, arial, > helvetica, sans-serif; font-size: 13px; line-height: 18px; } pre > { background-color: #eee; padding: 10px; font-size: 11px; } a { color: > #000; } a:visited { color: #666; } a:hover { color: #fff; background- > color:#000; } Unknown action No action responded to wsdl. Actions: > access_denied, check_roles, erreur_txt, export_csv, > get_apicrypt_from_code_6_chiffres_laboserveur, invocation, > invocation_method_params, invocation_submit, role_requirements, > role_requirements=, and set_current_user > > It seems wsdl and api actions are unknown when in production mode. > > On 23 fév, 13:33, pj <padraicmc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > actionwebservice on rails 2.3.5 from github (http://github.com/ > > datanoise/actionwebservice) works in development mode but doesn''t seem > > to be loading in production. Anyone else have this problem or a > > solution?-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.