Matt Beedle

Results 18 comments of Matt Beedle

Ok, actually task categories _do_ get saved. The issue is actually `#reload` which needs to go through the same deserialisation as the `.find`

I'm also experiencing this issue when trying to deploy to heroku

Same issue here. I just followed the rvm instructions here: https://gist.github.com/rjackson/4582914

:+1: this would be really awesome

I tried creating a bare bones rails app, just with devise, fabrication and rspec and this seems to work fine there: https://github.com/mattbeedle/guard_jruby_rspec_example So, I'm not totally sure where to start...

OK, I found the cause. It happens when class caching is turned off in config/environments/test.rb.

oh, and btw, this looks awesome. I'm really looking forward to writing some tests this afternoon!

Is this still an issue? I'm trying to replicate in a test app but it seems to be working fine. I'm adding 2 notes each with an attachment to an...