Casper Klenz-Kitenge

Results 12 comments of Casper Klenz-Kitenge

> boot it on `-b 0.0.0.0` Seems possible, @yagudaev and thanks for that! Just so I'm clear, does `it` here refer to booting Cypres-rails' puma server on `0.0.0.0`, or did...

Awesome, I've had that same issue. Gonna try this one out

I've solved this in my use of the gem, perhaps my solution can help you. I don't use Devise, so your mileage may vary slightly. Essentially, you want to allow...

This is working for me, as you've described it here. I have had it running in production for some time now, and – AFAIK – there hasn't been updates over...

Actually, I misunderstood this in my first reply. 0 for redemption limit does not work for unlimited redemptions. In fact, it only allows 1 redemption. Any pointers on this, @fnando...

Yes, you'll need to run the rake task `coupons:install:migrations`. From `bundle exec rake -T`: ``` ruby rake coupons:install:migrations # Copy migrations from coupons to application ``` This will copy over...

@LuisHCK You need to run `rake coupons:install:migrations` — note the last part; `:migrations`. This is the only rake task included with the gem (ie. there is no `coupons:install`)

According to @fnando, the [lib isn't published yet](https://github.com/fnando/coupons/issues/2#issuecomment-88992286). You'll need to install from the master repo: `gem 'coupons', github: 'fnando/coupons'` – should work. I've had this gem running in prod...

> Oh, now there's the Kaminari translations. Would be nice if you update them as well. :) Yes, happy to. But where do I find those?