Ernesto Tagwerker

Results 97 comments of Ernesto Tagwerker

@zmoazeni Hey Zach, thanks for creating `harvested` and sharing this! I was wondering if anyone had attempted to add support for v2 or had started another gem for this? I'd...

@jtapia @zmoazeni I've made some progress implementing v2 of the Harvest API. I'd really like to get your feedback and/or help over here: https://github.com/ombulabs/harvesting So far it only implements a...

I've found this issue intermittently with `ruby-1.9.3-p448` and `binding_of_caller (0.7.2)` If I use the version in `master` the segfault seems to go away.

@zismailov Could you provide more information about this issue? What does `last_email_sent` return? Bonus points if you can provide a sample Rails app that has this issue.

@JohnSmall Could you provide your `Gemfile.lock` and the backtrace?

@NullVoxPopuli could you provide more information? A backtrace would be useful, an example Rails app that reproduces this problem even better.

Hi @cheeyeo, Is this still happening? I've tested with newer versions (3.2.18) and it's working fine. If it's not working, please post more information about the specific case.

@albertoperdomo Is this still an issue? I realize this might've been fixed by now. If not, please post the full backtrace.

@rlue I think it's a good idea but it's not a trivial change because of this: https://github.com/DatabaseCleaner/database_cleaner/blob/f052d64d3be9351a98a99e932a59be528ccc561c/lib/database_cleaner/configuration.rb#L64-L67 If your application is using more than one connection, then that could return...

@TheSmartnik Definitely a good idea. Do you want to take a stab at it? The good news is that there are many examples out there now. For example: https://github.com/databaseCleaner/database_cleaner-active_record I...