Weekly Agenda Rails 5

I need to implement a simple schedule in Rails to present daily schedules, I adapted the model and the controller to add new schedules with date and time, but the difficulty is to present instead of the list as follows: agenda

I searched on some gems to try to facilitate but did not succeed, I am coding everything in hand even, any hint or tutorial indication will be welcome!

Note: I'm only using jquery on the front and I don't intend to create a REST api, I just want to present in the list view that way.

Author: Tmc, 2017-09-27

1 answers

A quick search found this:

Gem fullcalendar , this gem still allows integration with Google Calendar

Railscasts #313 e #313 revised

 2
Author: Cleber Reizen, 2017-09-28 02:23:08