Mark Murphy
Mark Murphy
I have a Comment model which `belongs_to :commentable, polymorphic: true` association. I'm wondeirng how to setup the controller, here's what I have to far: ``` ruby class CommentsController < APIController...
This doesn't seem to work if the element with the scroll snap is the body tag.
This is a cool plugin. It would be awesome to be able to use variables in addition to numbers. eg. `$padding-y:10` `Layer Name b:$padding-y`
After creating a managed account I tried to add a bank account but got an alert saying `bank_account[currency]` was missing.
Would love to see this implement an interface for managing a managed accounts bank accounts. ie. list, add, edit and choose default ps. I found this project really helpful :heart:
For example: https://stripe.com/docs/api#pagination and https://docs.recurly.com/api/basics/pagination
Would love to see this library include support for stubbed testing. The aws gem does this and it's pretty rad. The existing third party gems like rspec-stripe and stripe-ruby-mock are...
## Bug ### Current Behavior Attempting to run `garden plugins terraform plan-root --env=dev` ``` Could not parse .gitignore in directory /Users/mark/project/analysis/.gitignore as valid YAML: unidentified alias "*~" at line 1,...
Is there a way so do this in squeel: ``` sql SELECT 1 AS one FROM `table_name` WHERE id = '1' ``` If not, I'd like to put this in...
``` shell undefined method `strip' for nil:NilClass (NoMethodError) /shared/bundle/ruby/2.1.0/gems/mlanett-redis-lock-0.2.6/lib/redis-lock.rb:20:in `' /var/www/upmygame/shared/bundle/ruby/2.1.0/gems/mlanett-redis-lock-0.2.6/lib/redis-lock.rb:6:in `' /shared/bundle/ruby/2.1.0/gems/mlanett-redis-lock-0.2.6/lib/redis-lock.rb:4:in `' ``` The error in the log right before this: ``` shell /usr/share/passenger/helper-scripts/rack-preloader.rb: No such file or...