Patricio Mac Adden
Patricio Mac Adden
Hi @cyril, How are you getting this warning?
Hi @wafcio, I know it's not possible to add filter for specific request methods, and that's because I wanted the filters to be sinatra compatible. You have 2 options: -...
Hi @wafcio, don't worry about @houndci. Your syntax is exactly how I like it. What's the but you're saying? Can you provide a use case where this change would be...
Hi @wafcio, here are my thoughts about this PR: - I don't like [this call](https://github.com/wafcio/hobbit-contrib/blob/4_partial_subfolder/lib/hobbit/render.rb#L24). The full path is being calculated in two different methods: first in `partial_path` (which gives...
I kind of like the idea, but I'd rather do this explicitly (like Sinatra does) by calling a `pass` method or something alike. Otherwise could be difficult to find certain...