Joshua Clark

Results 5 comments of Joshua Clark

ah, good call on version. as far as i can tell, it looks like `deep_transform_keys` was added in rails 4. i think `as_json` goes back to 2.3 (according to [apidock](https://apidock.com/rails/ActiveResource/Base/as_json))....

wow, this PR is a relic from the past! i'll be honest, it's unlikely that i'll get a changelog entry added any time soon. i'm a corporate drone these days...

It appears to be a design consequence of representable using inheritance (via mixin) instead of delegation (in the style of the Presenter pattern). One option aside from checking against a...

Yeah, exactly. Here's an example: ``` ruby ± ak+jc |staging ✗| → rspec spec/features/my_spec.rb:50 Run options: include {:locations=>{"./spec/features/my_spec.rb"=>[50]}} 1/1 |================================================= 100 =================================================>| Time: 00:00:00 Pending: Someone does something # i_facilitate_doing_something...