Displaying 2 results from an estimated 2 matches for "virta".
Did you mean:
virt
2007 May 01
5
Problem with threads
Hello,
Any ideas how to make frames not to freeze when running events? I tried
using threads, but they won''t finish, and when using Thread.join the
effect is same as not using threads at all (= gui freezing).
Thanks,
Raine
2006 Jun 12
3
Weird problem related I am having with scaffold
i,
I have this in expense_controller.rb:
class ExpenseController < ApplicationController
scaffold :expense
end
It works fine, but let''s say I want to override scaffold''s list.
For some reason, just making list.rhtml in views\expense is enough, and
there''s no need to add
def list
end
in expense_controller.rb. However, that''s not my real problem.
Now