Xuhao
Results
2
issues of
Xuhao
There is `timeout` config in config example, but it looks it won't be used, flow this line: https://github.com/aamine/activerecord4-redshift-adapter/blob/1b17aa7980eabe14bb393648949f5e2e46722c4f/lib/active_record/connection_adapters/redshift_adapter.rb#L23 `timeout` is not a valid config so. I think it should be...
Should not check 'Remove unused methods' rule for ruby's callbacks. like: - method_missing - const_missing - included - extended - inherited - method_added - singleton_method_added - method_removed - method_undefined -...