Hmmm. Well, that's odd, but chalk one up to Rails and its development/ test/production "environments". The querystring at the end of the filename is there to "force" the browser to get a newer version of the script. That number is the current time in Unix time() mode, I think, or it may be keyed to the migration timestamp, I can't recall. In production mode, I don't think you see that -- so the browser is encouraged to cache the script for better performance. Maybe your code was stuck on a cached version with an error in it -- an error you subsequently fixed.
Walter On Apr 27, 2009, at 9:38 AM, Vinay Seshadri wrote: > Im so sorry to have put you through all that only for it to end up > being something so silly!! > Im going to see if anyone else has discussed such behaviour before > anywhere online. If not, gonna start a thread in a Rails forum to > see what others think about it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
