Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.
langalex edited this page Sep 13, 2010 · 23 revisions

Welcome to the culerity wiki!

Known Problems

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
Clone this wiki locally