Rails Weekly 5

1

I need to implement a simple calendar in Rails for presentation of daily schedules, I have 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:

I have tried some gems to try to make it easier but I did not succeed, I'm coding everything in the same hand, any tips or tutorials are welcome!

    
asked by anonymous 27.09.2017 / 17:18

1 answer

2

A quick search found this:

gem fullcalendar , this gem still allows integration with Google Calendar

Railscasts # 313 and # 313 revised

    
28.09.2017 / 04:23