Shekhar Prasad Rajak

Results 199 comments of Shekhar Prasad Rajak

@mb52089 , please let me know which ruby and ROR version you are using. I am looking into it. let me know if you can paste the code snippet as...

Our demo version of rails is present in this repo: https://github.com/Shekharrajak/demo_daru-view, you may check the gemfile and other configuration once.

@mb52089 , I am not able to reproduce it. I am seeing rails server is running perfectly with Ruby 2.53, `'rails', '~> 5.1.1'` for all the rails examples present in...

Simple solution could be: using rbenv install a ruby version and use it for running the rails server - (so basically there will not be any IRuby installed), so this...

Hi @mb52089 , did you try https://github.com/Shekharrajak/demo_daru-view rails example ?

Okay! Understool. I am not sure your usecase. But why do we need IRuby gem to be installed when we are using rails server ? Let me try it in...

Thanks for the idea @Prakriti-nith . Are you talking about [these kind of cases](http://nbviewer.jupyter.org/github/sciruby/daru-view/blob/master/spec/dummy_iruby/Highcharts%20%7C%20add_series%20method%20and%20highcharts%20examples.ipynb) ? Above API (add_series) will work only in highcharts not in googlecharts/nyplot. May be there is...

@athityakumar , is this method will be usable in other ruby framework as well ?

@athityakumar , few days back I tried download button with simple html code. I have pasted it here : https://github.com/Shekharrajak/demo_download_button Can we do something like that ?

Thanks @lokeshh for reminding me. I have tried to fix this issue. I have already done work on it : https://github.com/Shekharrajak/daru-view/pull/52 , https://github.com/Shekharrajak/daru-view/pull/50, https://github.com/Shekharrajak/daru-view/pull/48, https://github.com/Shekharrajak/daru-view/pull/46 Right now I find another...