search for: pzcifdivgmdl57midrcfdg

Displaying 7 results from an estimated 7 matches for "pzcifdivgmdl57midrcfdg".

2009 May 07
5
Controller redirect_to to leave iframe
Inside an iframe, I want the controller to redirect_to to the parent (i.e. target =''_parent''). Any ideas? (Everything I''ve tried- via redirect_to - just keeps it inside the iframe)
2007 Dec 03
2
attachment_fu 'replace' method?
Is there a ''replace'' method or similar for attchment_fu? For instance, I have an image that is uploaded and stored. Now I want to replace it with a different image. I do not want to do a delete and then new - since I need to keep various attributes associated with the previous image. thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message
2009 May 13
4
Setting flash notice via javascript?
I am using a javascript to redirect to another action. Is there a way to set the flash [:notice] in the javascript? So when the javascript redirects, the new action/view picks up the flash[:notice]? (I suspect I may have to do something like url?notice=.....) ideas? thanks.
2008 Aug 20
1
acts_as_ferret and DRb server errors
I am seeing this in my ferret_server.log when I do a search: DRb server: ensure_index_exists for class Myclass1 DRb server: ensure_index_exists for class Myclass2 DRb server: ensure_index_exists for class Myclass3 DRb server: ensure_index_exists for class Myclass4 #method_missing(:id_multi_search, ["Myclass1", "test*", ["Myclass4", "Myclass3",
2007 Jul 06
0
loading progress screen
Any one have a good recommendation for doing a loading progress screen? i.e. when a page is being loaded, a ''loading in progress'' is displayed (like a modal overlay) then it is removed once the page is loaded. (I already looked at prototype windows and its a bit too buggy). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2007 Jul 19
0
locomotive and establish_connection
I am using locomotive for development. My app uses dual databases and hence I have a model that uses a different establish_connection to connect to the db. It seems that locomotive does not support this. Am I correct? If so, does anyone have a different approach to achieve this? thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed
2008 Jul 02
0
will_paginate memory leak?
I am using the latest will_paginate gem and noticed that it seems to be leaking memory. I did a simple test of repeated calling a paginate on an activate record and memory usage just keeps growing and not being release. It a simple record - so I don''t think its my code (but still checking). Is anyone aware or come across this? --~--~---------~--~----~------------~-------~--~----~ You