search for: reynard

Displaying 13 results from an estimated 13 matches for "reynard".

Did you mean: renard
2006 Jul 14
5
migration and inserting default data
...9;'m wondering is there a way to load default data in the migration script? So, for example I''m creating new table to store the order status, I also want to pre-populate the table with some data from a sql file. I have done a quick search on the list but cannot find anything. thanks, - reynard -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060714/65c04ba8/attachment.html
2006 Jul 20
5
RJS where to put helper method?
...somewhere: (currently I put in application_helper.rb) def replace_with_effect(page) page.replace_html ... page.visual_effect ... end --- bla.rjs: replace_with_effect page and is there a way to define the helper so we don''t have to pass the page into the function everytime? thanks, - reynard -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060720/fad71684/attachment.html
2008 Jul 20
4
how does request.host get set?
...rails, each has its own internal address in the request.host, so when calling redirect_to or url_for function, it uses the internal address which is not accessible to the user. what I want is to set request.host to return mysite.com, no matter which application server it''s running on. - reynard --~--~---------~--~----~------------~-------~--~----~ 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 e...
2006 Aug 15
3
Testing deleting files
...est, is there a way to check that a file has been deleted? It seems that running the test does not really execute deleting files, which is good because I don''t want it to actually delete the files. But can I check that the deletion should have been performed in test environment? thanks, - reynard -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060815/61b8207f/attachment.html
2008 Jan 02
3
disabling backgroundrb_debug.log
is there an easy way to disable logging to backgroundrb_debug.log? Regards - reynard -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20080102/195dee18/attachment.html
2007 Nov 07
2
workers cleanup
...e worker processes when it has completed the job? Also does killing the process manually (using kill command) harm the backgroundrb server? I have some occasions where the backgroundrb server just hangs, or throws strange errors (which suggests that the worker.results data was corrupted) thanks, - reynard
2007 Dec 18
1
process queue
I noticed that backgroundrb does some kind of process queueing now? When I pounded the server to create 1000 workers, there are always only around 30-40 processes running at a time, which is good :) Is there some configuration for adjusting the max process? - reynard -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20071218/4356a014/attachment.html
2006 Jun 13
6
why some features uses new and some just static function call
...) Effect.Fade(..); Effect.Appear(...); I havent really looked at the implementation, but out of curiosity, I''m just wondering is there a reason some of the function must instantiate new object, most of the time you dont even use the object after instantiating it. am I correct? thanks, - reynard _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2007 Nov 09
2
Backgroundrb alternative idea
...uniq id) The worker script then store the result in database keyed by the uniq id (which is accessible by the Rails app), So the Rails app can check on the result by querying the database. Isn''t that exactly what backgroundrb does? I would love to get comments / suggestions. Regards, - reynard
2007 Dec 18
5
querying status of worker with job_key
...orker, :job_key=>''1'', :worker_method => :auth) and then MiddleMan.ask_status(:worker => :auth_worker, :job_key=>''1'') >From my testing of the new backgroundrb, asking status using job key always return blank. Is it possible to do this? thanks, - reynard -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20071218/bc2f7038/attachment.html
2010 May 04
4
OneLogin releases SAML for Ruby
We have just published a neat little toolkit for those of you who are interested in SAML-enabling your enterprise application. SAML is a standards-based single sign-on protocol, which allows an identity provider to securely log users into an application without a password. Some of the advantages of SAML that you avoid passwords altogether and can centralize access control at your identity
2007 Dec 18
1
where does process status get stored?
...te thoudsands of process in a day. After the user is authenticated there is no need to keep the status around for a long time. so I''m just concern about the memory usage or storage for this old worker status. I don''t want to have to restart backgroundrb regularly. any thought? -reynard -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20071218/fbb9a736/attachment.html
2006 Jun 14
0
weird toggle behavior on IE
...But this doesn''t work in IE document.getElementsByClassName(''box'').each ( function(e) {new Effect.toggle(e, ''slide''); } ); IE complains Object doesn''t support this property or method somewhere in Enumerable implementation in prototype.js - reynard _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs