Jamie Lawrence
Jamie Lawrence
I updated rubocop to 0.54 in an attempt to resolve https://github.com/jakeonrails/fix-db-schema-conflicts/issues/26 and received this error: ``` $ rails db:migrate RAILS_ENV=test Dumping database schema with fix-db-schema-conflicts gem Error: The `Style/TrailingCommaInLiteral` cop...
First: This is something of an experiment rather than a PR that can be merged. I wondered what it would take to make Staytus deployable to Heroku using a Heroku...
Unsecure
Why This Change Is Necessary -------------------------------------------------------------------------------- This implements an `unsecure` command to fix #77. It's currently at the hack 'n' slash stage of development and I haven't implemented any tests...
The [wiki page for the CLI](https://github.com/thekompanee/chamber/wiki/CLI-Overview) lists options for `encryption-key` and `decryption-key`. This is incorrect. The actual flags are the plural `encryption-keys` and `decryption-keys`. The description also gives an example...
Selenium Webdriver args have changed so `desired_capabilities` doesn't work in the latest version. I've updated the README example with the new options parameter
I'm not sure if this is generally useful but I've found it very important. This checks for accidental short-circuits often used in debugging, e.g. Rails views, to force a particular...
What's the best way to upgrade dokku using dokkufy? I see there's a `server:upgrade` command but it's not documented and wasn't working for me, giving me these errors: ``` ssh:...
## Background I have a form that I want to save automcatically via ajax as the options are changed. In particular, I want to have a checkbox that turns on/off...
### Motivation / Background We have thousands of `Blob` records, each with a large number of attachments (from 70-100,000) 😅. The after_update callback `touch_attachments` causes performance problems in such a...