Ryan Kerr

Results 5 issues of Ryan Kerr

Patches issue #20. The log outages are the result of Heroku sending only null bytes. This patch raises the problem as an exception that bubbles up to the main Whacamole...

### Summary The schema dump format (Ruby/SQL) can currently only be set globally, either via setting `ActiveRecord.schema_format` or by setting `ENV['SCHEMA_FORMAT']`. Thanks to #43530 we can set the dump _filename_,...

activerecord

These commits make the injections into AR more surgical. This refactoring started with the `Arel::Table` issue patched in #61. # Replace subclasses with `prepend`ed modules A significant portion of the...

# Summary Handling different I/O formats added a lot of complexity to the codebase: whenever a specific format is needed or requested, that format has to be passed around to...

More of an RFC than an issue report... We have a branch with simple Tuple support for groupings of basic types, like `Tuple(String, UInt64)`. Our actual use case involves Tuples...