Janusz Mordarski
Janusz Mordarski
Also: `undefined method 'any?'`, `'clear'` or `'select'` for `nil:NilClass` UPDATE: It looks like Octopus is trying to call `clear_all_connections` and `clear_active_connections` when connections are already `discarded`. When `with_each_healthy_shard(&:disconnect!)` is executedd,...
I've noticed that the latest version 2.x available from rubygems doesn't contain this important piece of code: ``` app/helpers/bootstrap_flash_helper.rb:11: type = :success if type == :notice ``` Which makes messages...
The README suggests that you assign the `Rollout.new` instance to the global variable `$rollout`. This is not generally recommended for Rails applications, discouraged by Rubocop, and mostly because of thread...
Rails 5.0.0.rc1 On error I see the standard 'production-like' page: ``` We're sorry, but something went wrong. ``` Also, that's all I get in logs: ``` ruby ActionView::Template::Error (Multiple ,...
Related PR: https://github.com/rails-sqlserver/tiny_tds/pull/384 Change FreeTDS source server from FTP to HTTP
Currently the ftp://ftp.freetds.org/pub/freetds/ is down and it causes all `gem install tiny_tds -v "1.3.0"` commands to fail. Unfortunately in environments like AWS Elastic Beanstalk (Amazon Linux, for some weird reason...
Since GeoJSON is now a formal specification https://tools.ietf.org/html/rfc7946#section-3.1.6 I believe that `RGeo::GeoJSON.encode` should return a valid GeoJSON result. One thing is to detect if polygons are right-hand wound (I guess...
#### Expected behavior vs actual behavior In my controller I still want to render an arbitrary Hash as json with an option to set response status. So, while in one...
### Describe the use case Converting from PascalCase to snake_case when converting class names to database column names and vice versa seems to be common in ORM world and more...
``` ```