Mark J. Lehman
Mark J. Lehman
This is in reference to v0.6.0. I use [active_interaction](https://github.com/orgsync/active_interaction) for services in lots of my projects, and recently started using this gem to enforce JSONAPI spec more easily. When I...
It would be nice if this gem could depend only on the gems from rails it needs, rather than the full `rails` gem. I'm not sure what specific parts are...
Version 2.0.0 I'm trying to use the `use_env` setting, but was noticing the override wasn't working. On closer inspection, it appears as if all of my settings are loaded prior...
I installed this once without issue, but was getting this error when my CI was trying to run `rake db:schema:load`: ``` /gems/ruby-2.2.2/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:596:in `async_exec': PG::UndefinedTable: ERROR: relation "sidekiq_jobs" does not exist...
I'm looking for something similar to [devise_security_extension](https://github.com/phatworx/devise_security_extension) but for sorcery. Is there something already built for that? My Google skills turned up nothing.
In my projects, I prefer all comment messages to be in future tense (i.e. they should be in this format: "This commit will #{commit_message}") This could be complicated but this...
It looks like the version of lodash included has a low severity vulnerability. After `npm install bull-ui` and `npm audit`: ``` === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual...