Kevin Boedigheimer

Results 5 comments of Kevin Boedigheimer

Update- I've pulled down the addressable gem source and looked through their test specs. It appears as though the library appropriately parses query strings with delimiter characters. It is only...

Based on the fact that VCR is reporting that the url that is being requested is not able to be handled, I'm assuming that the encoded url is used to...

Thank you for your work on this gem. I am about to start using it for a project and immediately I wished to extend this account class and add fields....

@mbulat I can't believe this actually works I have a AR Model called "AccountProperty" and based on your suggestion, I did the following: ``` module PlutusAccountExtension extend ActiveSupport::Concern module ClassMethods...

We ended up overloading the account object with code and rollup_code which provides hierarchy. From there we do not allow entries against accounts where code == rollup_code and instead we...