Zach Ahn
Zach Ahn
ActiveAdmin has a feature called scopes. The UI shows each scope in a tab-like interface. For example, one tab might show you all of the active records (no pun intended!),...
Consider supporting Mongoid. This will not be an easy feature, especially because I haven't used it much, but I suspect it should be possible. (Question, how stable is Mongoid across...
Consider adding dark mode. (I don't think I can work on this very soon; I have some redesign work I want to finish first.) Note: This shouldn't be too hard...
I occasionally get the error mentioned in the title. It looks like it's an error that wraps this error: `SQLite3::BusyException: database is locked`. The error logging setup I have on...
This is a fairly large PR that: * Introduces many breaking changes around existing configuration options * Adds support for plugins * Adds support for per-job options (options defined on...
### Description of feature Hello! I'm using `dokku apps:report --format json` for a small script. At some point before, the key `app-deploy-source` used to hold the application name, but now...
Hello! I'd like to rename my `yarn build` to `yarn build:js` because the `build` script is used by my deployment system. This PR makes this possible. I tried to keep...