David Southard
David Southard
Updated routes using 'match' for new Rails 4 syntax Fixed Rakefile test pattern matching Updated gems
On this line https://github.com/nacengineer/backup/blob/master/spec/support/sandbox_file_utils.rb#L239 The gsub is failing because this line https://github.com/meskyanichi/backup/blob/master/spec/syncer/cloud/local_file_spec.rb#L31
Thanks for all the work on this mix module. This might be a dumb request but our production servers don't have access to our Grafana instance so auto publishing to...
Fix deprecation warning of use instead of import
bump version on telemetry_metrics to 1.0. No API change they just went 1.0.
Bruce, I get a deprecation warning for line 39 of bitmask_attribute.rb current line is model.bitmasks[attribute] = returning HashWithIndifferentAccess.new do |mapping| for deprecation fix it needs to be: model.bitmasks[attribute] = (...
bump telemetry metrics to 1.0 ### Change description ### What problem does this solve? version incompatibility ### Additional details and screenshots No breaking changes from the upstream library. They just...
I was working with a colleague. FWIW I don't maintain or use our dspace app (UW Madison Libraries) I was just helping a colleague. But I noticed you were using...
We ran across a weird corner case when using the blacklight and blacklight_range_limit gems. Where if the text passed to sanitize gets duck typed to a range, then an error...