neo4jrb / activegraph

An active model wrapper for the Neo4j Graph Database for Ruby.
http://neo4jrb.io
MIT License
1.4k stars 276 forks source link

Fixes to support compatibility with Rails 6 #1570

Closed mrhardikjoshi closed 5 years ago

mrhardikjoshi commented 5 years ago

Fixes issue of gem not being compatible with rails 6.

This pull introduces/changes:

codecov-io commented 5 years ago

Codecov Report

Merging #1570 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1570      +/-   ##
==========================================
+ Coverage   93.23%   93.24%   +<.01%     
==========================================
  Files         105      105              
  Lines        4774     4779       +5     
==========================================
+ Hits         4451     4456       +5     
  Misses        323      323
Impacted Files Coverage Δ
lib/neo4j/shared/initialize.rb 100% <100%> (ø) :arrow_up:
lib/neo4j/shared/persistence.rb 96% <100%> (+0.05%) :arrow_up:
lib/neo4j/shared/property.rb 97.6% <100%> (+0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6da5e9c...912973f. Read the comment docs.