David Kobia

Results 10 issues of David Kobia

Running into the following error with **db: true** ``` Error during failsafe response: undefined method `save' for # .../exceptions_controller.rb:21:in `block in ' ``` Line 21: ```ruby before_action { @exception.save if...

iOT Rules can be used to trigger events. iOT Rule events deployed in an aliased deployment should trigger the aliased functions.

I'm trying to drag/sort items with a nestable_tree organized with Ancestry and encountering the error below: ## Environment Rails: **5.1.6** Ruby: **2.4.1** config: ``` rails_admin do nestable_tree({ position_field: :position, max_depth:...

Added custom authentication flow for challenge/response-based authentication with cognito. It looks like this was a work in progress but never completed.

I'd love to be able to use an image instead of an icon. **ImageIcon** alone would suffice.

* Refs m3uzz/date_time_picker#54, m3uzz/date_time_picker#55

## Checklist - [x] Upgrade Jets: Are you using the latest version of Jets? This allows Jets to fix issues fast. There's a `jets upgrade` command that makes this a...

bug

Currently `firstDate` and `lastDate` apply only to the date and not the time. It would be nice to restrict the time as well so that a user can't select a...

I'm not sure the `s3:HeadBucket` iam permission exists (or ever existed). Was this meant to be `s3:ListBucket` by any chance? Probably not because we have `s3:List*`. https://github.com/rubyonjets/jets/blob/1e3fc14b1d33b9b496322bacce877dc5fc6d8a8d/lib/jets/application/defaults.rb#L14