Nick Gorbikoff

Results 18 issues of Nick Gorbikoff

Hi I have a model Product with a bunch of serialized attributes - like so. This is a to keep some information that's calculated and updated once a week usually...

Code: ``` ruby class ProductRepresenter < Roar::Decorator include Roar::JSON include Roar::XML self.representation_wrap= nil Product.attribute_names.each do |attr| property attr.to_sym, render_nil: true end # This works fine - cause this is a...

Hello. Trying to figure out how to send some arbitrary data on a lonely collection. I tried every which way and it's either overwriting items or just get ignored Have...

In my current TRB 1.x app I have a monster method that catches common problems and provides several generic error messages, as well as passes on a specific error message....

Hello This is actually a best practices / usage question, as I didn't find any examples of that. Here are two scenarios. I use decorator pattern. ### Scenario 1: Let's...

Used it in production to export a list of articles for non-techincal user/auditor to review

Hi. Wanted to sign up for updates via Mailing List, but got an error, when redirected from https://hanamirb.org/mailing-list/ to https://hanamirb.us3.list-manage.com/subscribe/post

### Which problem is this feature request solving? I would like to have the ability to specify easily extra tables and/or columns that need to be synced. ### Describe the...

kind/feat
area/plugin/source/shopify