Moses Gathuku

Results 13 issues of Moses Gathuku

@excid3 can we remove this file containing webpack related content?. We are using the `esbuild-rails` plugin to load all files with the suffix `_channel.js`. Someone may not notice the errors...

Provide an API for applying this template to existing projects. This will use rails `app:template` command Cd to an existing project and Run. ``` rails app:template LOCATION=https://raw.githubusercontent.com/excid3/jumpstart/master/template.rb ```

enhancement

Allow passing a method symbol to `max_audits` for dynamic maximum audits Example ```rb class User < ApplicationRecord audited max_audits: :max private def max self.maximum_audits || 10 end end ```

Delay entire notification with an active job like syntax ``` NewComment.with(comment: @comment).set(wait: 20.minutes).deliver_later(user) ``` Pass other rails supported options `wait_until`, `queue`, `priority` Closes #63

hey @imanel I have been trying to send a message to the client from outside the EM block without success. I have the implementation in a `Biometric` module. I want...

https://developer.safaricom.co.ke/Documentation