Jamis Buck
Jamis Buck
Once you've reconciled a statement, editing any event associated with that statement removes that event from the statement it was reconciled with, silently. This is because editing an event actually...
When selecting which account/bucket is the source for a transaction, it'd be nice to see what the current balance is, as well.
### Summary The existing `ContentAttachment` model is a fossil from when Action Text was first extracted from Basecamp. It is unused, and effectively broken (since the partials it references were...
Document nodes are opaque outside of the adapter. This lets us drop in different document models as necessary. ### Summary ### Other Information
If you create a segmented_control, and try to access one of the segments by index (e.g. control[0]), it currently raises an "uninitialized constant" error. This patch fixes the #[] method...
Adding static code analysis as part of our standard PR workflow.
Starting with adding basic static code analysis, which will eventually satisfy a few parts of the SSDLC initiative.
This isn't the complete solution (yet), but this is a step towards it. The `Mongo::Session` class was previously setting the session instance's `@client` variable to `client.use(:admin)` for some reason. I...
This is a backport of #5845 to 8.1-stable. Please see that PR for full information.