Sneha Prasad

Results 49 comments of Sneha Prasad

I guess many unnecessary files are already removed, presently there are 3 files : jspdf.min.js , loader.js and google_visualr.js . The command `daru-view update --googlecharts` can generate jspdf.min.js and loader.js...

Yes I have checked that, the testsuits are running the same after regenerating those js files, without throwing any error with respect to googlecharts.

I think I haven't understood about the files you are referring to. As I have checked, from the user perspective as well, those three js files of googlecharts are present.

I ran the test-suite using `bundle exec rspec` then I removed the js files and regenerated them using `daru-view update --googlecharts` and then I ran the test-suite, which showed no...

The gem will be found in `/home/user/.rvm/gems/ruby-2.4.1/gems/daru-view-0.2.4`. It can't generate those js files without the internet. I tried building a local gem but it threw error, due to the absence...

@Shekharrajak, I tried fixing it. The `require 'rails/all'` as mentioned [here](https://github.com/winston/google_visualr/blob/master/spec/dummy/config/application.rb) throws loading error. Steps followed: I copied the demo_rails from demo_daru-view to the spec folder. Made the changes like...

@compwron , Can I work on this issue?

@compwron , I would require a bit of guidance on how to fix this.

@compwron , actually I am unable to replicate this issue as I am facing problem in setting up the development environment. After running `rake db:create` I get a page-long error...