Just out of curiosity, and so I can try to help, why are you using a template in the html response and a partial in the js response? Are they different files? The error doesn't look like it's complaining about the partial but is actually complaining about trying to find a template file (which may have different mapping rules).
On Jun 12, 6:29 am, IE <[EMAIL PROTECTED]> wrote: > Hello, > > My app is complaining that it won't find partial 'index' (app/views/ > messages/_index.html.erb). I've tried with prefix 'messages/' and > without. Doesn't make a difference. > > Seem to works with normal HTTP GET request, but fails on the calls > done via periodically_call_remote (with :method => :get) > > Everything works locally on two diffrent machines (one running win32XP > on running latest OS X). > > Is this a bug? > > Error log:http://pastie.org/private/wskmonwwws7pyejuz2btqg > > Controller:http://pastie.org/private/cl7n4qwylroe7y9hukpmpw --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
