I would like to create a calendar in Rails 4. I followed some tutorials on the internet, however, I did not succeed. I was able to do the table_builder calendar in "per month" format, but I need a lot more of the weekly view (with hours on the left and days on top). I could not think of a way to create this.
I tried to use some gems, such as event-calendar or simple calendar, but I could not get it to work correctly with rails 4.
I also went behind some JavaScript and / or HTML code, but I do not know if it is the ideal form, because there the 'filter' would be done on the client side and would bring all the events at one time, overloading the client (I believe).
If anyone can help me with this question, I'll be waiting.