Shekhar Prasad Rajak

Results 199 comments of Shekhar Prasad Rajak

Thanks @snpd25 for pointing it out, Yes we need to check how we can use the datatime type in Ruby and convert it to JavaScript datetime.

[dummy_rails](https://github.com/Shekharrajak/daru-view/tree/master/spec/dummy_rails) app I added in the spec/dummy_rails , [use the daru-view gemspec file in the Gemfile ](https://github.com/Shekharrajak/daru-view/blob/master/spec/dummy_rails/Gemfile#L12) , So `rails s -b $IP -p $PORT` should be run inside the...

@lokeshh , you need to update the daru-view repo. I didn't see update button in c9user. I delete the workspace and create new. You will see this :

Ah! There was a minor problem when I did some changes in Nyaplot JS loading into webapge. I fixed it in [this commit](https://github.com/Shekharrajak/daru-view/commit/576d0e526ddc82cc222f43d02c9138a52614154b#diff-4f94160542be5cca4f24502207e6fb72L24)

@lokeshh , yeah I am also struggling with this weird error, when I tried it in new rails app. I am finding why this is happening. `google_visualr ` is added...

I have created a rails app here : https://github.com/Shekharrajak/daru_examples_io_view_rails `bundle install ` is fine but `bundle exec rails s` shows weird errors. For my system it is showing my local...

Thanks @lokeshh . I have fixed this issue in #46 . But I don't know why this is not happening with `lazy_high_charts` gem .

Another thing you might have noticed that once it runs we see some error like `Puma caught this error: undefined method `helper_method' for ActionController::API:Class (NoMethodError)`. Then refreshing the page redirect...

Last comment is related to this : https://github.com/Shekharrajak/daru_examples_io_view_rails/issues/8#issuecomment-323352952