Thibaud Guillaume-Gentil

Results 26 comments of Thibaud Guillaume-Gentil

Ok, thanks for the feedback. I agree that not going without the `ActiveRecord` objects doesn't sound that easy. We'll have to hold on that feature, I'll maybe go back to...

Hi, FYI guard no more have open_gem as a dependency in the last versions :)

@janko if I remember correctly, I think it was because we needed to add the current time to the `expires_in` query parameters. We have the following custom signer logic: ```...

I very rarely use the debugger (argh!). But I think it isn't working because RSpactor use popen3 to subprocess RSpec command (to keeps the Ctrl-\* controls from the RSpactor "layer"),...

If I stop listening on popen3 during the test, I can not print spec results. And I need the popen3 for RSpec to nicely cancel a spec run. But there's...

Hey, can you try if Guard (http://github.com/guard/guard) is working with the debugger. I think it should be ok.

Thanks for your effort @jeromegn, that is much appreciated! 👍🏻

Do you use bundler? If yes, please add rspactor to your Gemfile. It'll automatically add sys/uname dependency.

Can you tried to require 'sys/uname' in your irb console and your rails console to see if it's work. You can tried that on your MacPro too (normally it's should...