Coding Period Week - 12

Organization : SciRuby
Make Daru more ready for integration with modern Web framework

20 August 2017 - 26 August 2017

by Shekhar Prasad Rajak — Posted on August 20, 2017

Back to Main Blog Home page
Report :
  • Wrote few things about daru-view in wiki page : https://github.com/Shekharrajak/daru-view/wiki

  • Noting down and tried to solve the issues/comments in daru-view and sample rails app.

Because of new joining to a company, attending freshers program, long training program and shifting twice (1st in hotel for around 14 days and then to a rent room PG ) have disturbed my daily routine.


23 aug 2017 report :

This comment state the idea of daru_chart and daru_table in rails app. I have implemented the same in this PR : https://github.com/Shekharrajak/daru-view/pull/55

for table :

<%= daru_table(data, options) %>

for chart :

<%= daru_table(data, options) %>

Parameters data and options can be same as Daru::View::Plot and Daru::View::Table .




Follow @shekharrajak