Rob Law
Rob Law
### Describe the bug Whenever a partial references partials within it (relative to it), there is a missing partial error raised. I believe this is because the parent partial's directory...
The @draw_zeroes conditional in get_value of google_visualization.rb seems useless and borks when you are graphing floats between 0 and 1. Might want to check that out.
Closes #1491. This PR is addressing an error we are experiencing on edge rails. This error is caused because the API for creating an `ActiveRecord::Associations::AliasTracker` [has changed in edge rails](https://github.com/rails/rails/commit/fa048105d145536538b923fa57465bdeee559e88)....
Hash keys in route mapping [has been deprecated ](https://github.com/rails/rails/pull/52422) in edge rails. This PR updates that syntax to the `to:` which should be compatible with older versions as well.