Nick Sutterer
Nick Sutterer
Sorry, this is not possible, you need to map your data before you pass it into the representer. Remember, Representable/Roar is a document-transformation tool and not a data mapper (even...
Hi Abolfazl, I'm sorry to tell you that I don't support this gem anymore, as I find everything about the Rails Way is wrong, even this gem is only a...
``` $ bundle show thor /home/nick/.rvm/gems/ruby-1.9.3-p194/gems/thor-0.18.1 ``` What version are you using?
You mean something like `git commit -a` ?
Tim, shouldn't you be working? ;) That seems like a great idea, would definitely reduce some code in nit. You could write your own command that replaces `Nit::Ignore` along with...
A test case/concrete example would be great. Thanks!
How do you insert your `Trailblazer::TranslationHelper`?
You could use `prepend`.... _cough_
We should probably just write our own translation "helper" and avoid any Rails mess code?
So, your requirement is that if an instance has multiple handlers for the same event, and and one of these stops the event, the remaining handlers on that instance should...