Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LoadError: cannot load such file -- action_view on IRuby #26

Open
brodock opened this issue Dec 20, 2018 · 1 comment
Open

LoadError: cannot load such file -- action_view on IRuby #26

brodock opened this issue Dec 20, 2018 · 1 comment

Comments

@brodock
Copy link

brodock commented Dec 20, 2018

Looks like this is a different issue, but related to #2. The issue is that it looks like there is code depending on Rails, that shouldn't be loaded when in IRuby.

This is the error I get:

LoadError: cannot load such file -- action_view
/Users/brodock/.rvm/gems/ruby-2.5.3/gems/daru-data_tables-0.3.5/lib/daru/data_tables/display/display.rb:5:in `require'
/Users/brodock/.rvm/gems/ruby-2.5.3/gems/daru-data_tables-0.3.5/lib/daru/data_tables/display/display.rb:5:in `<top (required)>'
/Users/brodock/.rvm/gems/ruby-2.5.3/gems/daru-data_tables-0.3.5/lib/daru/data_tables.rb:4:in `require'
/Users/brodock/.rvm/gems/ruby-2.5.3/gems/daru-data_tables-0.3.5/lib/daru/data_tables.rb:4:in `<top (required)>'
@Shekharrajak
Copy link
Owner

Sorry I missed this issue notification. It look like action_view gem is not installed in your system. PLease install using gem install action_view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants