Jatinder Singh
2006-Jun-29 10:57 UTC
[Rails] Ajax Scaffold for a application started using win32-process module.
Hi, I have an RoR application(parent) which is use to kick off other RoR applications(ajax scaffold based). I use win32-process Open4.popen4() to start the RoR applications. Untill recently I was using normal scaffold feature of Rails, and recently I migrated to Ajax Scaffold; After moving on to Ajax scaffold, when I try to start a RoR from my parent RoR, the application do get started, when I fire a request to get me the list page, I do get a response but the moment I click "Create New" on the list page of the object the server for child RoR gets stuck; no more requests are accepted and the create new request which was fired also gets stuck with progress icon revolving indefinately. With Rails scaffold I didnt face such problems. could there be some memory issue with the amount of memory allocated for the process for a started RoR application? which would imply that ajax scaffold needs more memory? Any pointers would be appreciated. Regards Jatinder -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060629/c6c356f8/attachment.html