Yuji Hanamura
Yuji Hanamura
`ar_internal_metadata` table was added at Rails 5.0 (ref. rails/rails#22967) for prevent destructive action on production database. It is also created on other rails environment other than production(e.g. development/test). So, I...
## Problem When Arproxy is loaded by specifying `Gemfile`, `require "active_record/base"` is called and `ActiveRecord::Base` is loaded. Just when `Rails.application.config.active_record.xxx` are copied to `ActiveRecord::Base.xxx`. So, `config/initializers/new_framework_defaults_x_x.rb` does not work well....
# Fixes # When I used `Base64.encode64` to encode attachments, I got the following error: ``` json { "errors": [ { "message": "The attachment content must be base64 encoded.", "field":...
dotfile is parsed twice when executing `udpate` command on v4.0.0. 1. First time, it is parsed to get ssh config path * https://github.com/mirakui/ec2ssh/blob/v4.0.0/lib/ec2ssh/command/update.rb#L15 * https://github.com/mirakui/ec2ssh/blob/v4.0.0/lib/ec2ssh/command.rb#L12-L18 2. Second time, it is...