search for: lucevers

Displaying 4 results from an estimated 4 matches for "lucevers".

Did you mean: lucene's
2006 Nov 02
2
Rescue don't work on web applications
Hi, I''ve a Rails application who starts a Ruby script . The script is made via Web -> database. Than you can select a script to start via a database list. Problem: In case of errors , I like to start a rescue showing the users the problems. render(:text => "<pre>" + CGI::escapeHTML(` begin /home/luc/radrails/cpe/public/startq_test.rb
2007 Sep 07
7
Rails VERY slow on Vista
When I try to script/generate something I have to wait above 2 minutes befor I get result. Is there some way to fix this? I have Intel Core 2 Duo 6420 with 2GB RAM. On my Slackware Duron 800 MHz it takes about 45 sec... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to
2006 Sep 21
0
View result only visible after the each loop has finished
Hi, My question: ------------ I like to see immediate the results and not after the loop. During the loop, you can''t see any result! Is it possible to follow the results during the each loop? <% $xfiles = doSelect("host=\.*") $xfiles.each {|xfile| doc = Document.new File.new("/home/luc/Ruby/xml/#{xfile}") %> <%=
2006 Nov 04
0
Howto start a unix Tail -f within Rails
Hi, How can I start a Unix ''Tail -f'' command and follow on web (Rails) the results? The example below will not work because this method waits until the shell command is finished executing. The same problem for ''popen''. <%= %x{tail -f} %> -------------- next part -------------- An HTML attachment was scrubbed... URL: