This repository has been archived by the owner on Oct 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Home
langalex edited this page Sep 13, 2010
·
23 revisions
Welcome to the culerity wiki!
try this: http://gist.github.com/268216
you are probably using the (old) rubyforge version of celerity. try the github version instead. (thanks to @jamescallmebrent)
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
- modified timecop by @liangzan: freeze time even across processes, i.e. you can call timecop to change the time in the rails webserver process