rubiii
rubiii
hey @asciidisco, i may be missing something, but it doesn't look like mutators supports dependent fields, right? is there any good reason against this? if so, would you recommend any...
it prevents e.g. using multiple loggers for HTTPI in one project. i would like to see all methods on the `HTTPI` module which deal with global state gone. i already...
currently, you can change `HTTPI.log_level` to change the log level we are using to log. if you look at [HTTPI.log](https://github.com/savonrb/httpi/blob/master/lib/httpi.rb#L170), it sends the `log_level` to the Logger. that's actually what...
hey ben, i really like the idea, but don't you think they're smart enough to exclude mails containing the nice and consistent "following text generated by scaremail" message? cheers, daniel
hi @kselden, thanks for this gem. unfortunately it's failing for me with guard v1.8.1. ``` 23:10:42 - ERROR - Guard::Rsync failed to achieve its , exception was: > [#A98C63109729] NoMethodError:...
hey mislav, first of all: i love your template. thanks for that! i'd like to request a feature which i found really useful when working with railsapi.com ( http://railsapi.com/doc/rails-v2.3.5 )....
hey guys, i simplified the httpi sample by removing the explicit request object and set the adapter to use per request. hope that's useful somehow :) cheers, daniel
Unfortunately I don't have an answer for you, but I have a simple testcase at [rubiii/benchmark_vcf](https://github.com/rubiii/benchmark_vcf) There's only one commit to create the minimal Rails app and then [this commit](https://github.com/rubiii/benchmark_vcf/commit/a66e2c0721ab6db436f6d9d0008a30008160afab)...