This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
Welcome to the culerity wiki!
Known Problems / Troubleshooting
trying to activate an “onmouseover” event using the #fire_event instance I get a “NoMethodErrror”
you are probably using the (old) rubyforge version of celerity. try the github version instead. (thanks to @jamescallmebrent)
The Java process isn’t shut down which results in processes piling up (Ubuntu)
this has been reported by @josevalim and i haven’t been able to reproduce this. here’s his solution: add an exit(0) call to the on_exit block in common_celerity.rb
at_exit do
$browser.exit
$server.close
exit(0)
end
I’ve also had this happen to me under 10.5.7 — @Caius
related tools
- modified timecop by @liangzan: freeze time even across processes, i.e. you can call timecop to change the time in the rails webserver process







