On 30 Oct 2009, at 13:44, fRAnKEnSTEin wrote:
> i am using this script: http://www.craigambrose.com/projects/redbox to
> overlay a box with html content inside. The script makes an ajax call
> for rendering the data, when i use mongrel everything works fine, but
> on my production server i use phusion passenger, in this case, the
> script does not work, the app does not showup the modal window.
>
> I checked the firefox console, for errors, but the ajax call made is
> well done and the response of the ajax call is as expected as well,
> the problem is that no dynamic change is done in html DOM, so any of
> the changes are visible, no idea why, the only difference between my
> development eviroment and production one, is that in production i am
> using passenger instead of mongrel.
>
> Need help on this any idea?
Another difference is that you might have javascript concatenated into
one cache file and the resulting javascript file is invalid somewhere
(a badly written script can do that).
Best regards
Peter De Berdt
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---