Denis Tataurov
Denis Tataurov
Related to #334 Things in which I'm not confident enough: 1. Custom map instead of conn object. Currently I forward only action name (for pattern matching) and id (to find...
I found that there is no authorization check when `ExAdmin.add_custom_actions/4` function is called. I haven't wrote any test for that but think that it can be easily fixed. I wil...
Hi! I just started using your gem. I found it very useful because it allows to make dynamic schedules. I also found that it does not remember the last schedule...
#### Purpose In my project I have some cases when I need to make a `POST` request with nested data. The following data may be provided: ``` { "data": {...
Hi! I tried to add `fakeldap` into my test suite, but when I run `rspec` command it fails with `failed to load` error. This PR fixes this.
These changes make possible to use `exfile` alongside `refile` (tested with version `0.6.2`). I don't think it is a good idea to merge this to master (refile use sha1 encryption...