ayaya zhao

Results 2 issues of ayaya zhao

I have some finalize actions in on_finish callback, but these didn't run when I kill or restart server. How can I finish all connections before kill/restart server? or there are...

``` class Comment < ActiveRecord::Base belongs_to :item, :polymorphic => true end ``` when i run db:migrate -t it gives *\* Invoke db:migrate (first_time) *\* Invoke environment (first_time) *\* Execute environment...