Klemen Nagode
Klemen Nagode
I got error when I tried to use it (on Rails 5): ``` /.rvm/gems/ruby-2.4.0/bundler/gems/activeadmin-6411350c8abf/app/views/active_admin/resource/edit.html.arb where line #2 raised: Undefined mixin 'box-shadow'. ```
I can not find it via package manager. How should we do it?
I see that koudoku is exposing user id & subscription id in URL: `/koudoku/users/4/subscriptions/12` Visiting `/user/subscription` could automatically open `current_user` and `current_subscription`. Is there a quick way to do it?
Is there a simple way to provide completely free subscription (no credit card required). If not - what is the best way to build this?
When I cancel subscription I receive `customer.subscription.deleted`event from Stripe which is OK. After that I immediately receive `invoice.payment_succeeded` which even triggers error in code: ``` NoMethodError (undefined method `payment_succeeded' for...
I setup Stripe webhook URL which is working as expected. I am overriding method `def payment_succeeded(amount)` in `Subscription` model which is triggered as expected but its attribute `amount` is always...
Is it possible to create a wrapper around each tasks to measure execution time of each task? (to report when some task becomes too slow)
I am getting this error ``` An error occurred in an `after(:suite)` hook. Failure/Error: Socket.unpack_sockaddr_in(EM.get_sockname(@signature)).first RuntimeError: eventmachine not initialized: evma_get_sockname # /Users/klemennagode/.rvm/gems/ruby-2.3.7/gems/puffing-billy-1.1.2/lib/billy/proxy.rb:43:in `get_sockname' ``` Anyone has idea why? My setup...
Is there an easy way in order for all flags to return true? (I need this in test & development env)