SciRuby / daru-io

daru-io is a plugin gem to the existing daru gem, which aims to add support to Importing DataFrames from / Exporting DataFrames to multiple formats.
http://www.rubydoc.info/github/athityakumar/daru-io/master/
MIT License
24 stars 9 forks source link

Fixes auto-requiring #47

Closed athityakumar closed 7 years ago

athityakumar commented 7 years ago

Previously, this auto-requiring of all Importers & Exporters worked well within the gem, but was buggy (Dir.pwd path-related issue) when used from Rails / IRuby.

This Pull Request takes care of https://github.com/Shekharrajak/daru_examples_io_view_rails/issues/2.