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!