Ignacio Mella
Ignacio Mella
@Envek Did you manage to make it work on a Passenger running app? I changed Passenger's config to only allow one process running (`--max-pool-size 1` and `--min-instances 1`) but it...
Well i found out how to do this, so if anyone is stuck with the same problem, here is what I did. I just made a decorator of the set_current_order...
I'm having the same problem using jruby 1.6.8, guard-rspec 2.1.1) and guard-jruby-rspec 0.1.4
Now it's working! Whenever I save a model for example, that particular test runs. But it seems that it's not picking up the changes and I have `config.cache_classes = false`...