excid3 / simple_calendar

A wonderfully simple calendar gem for Rails
http://excid3.github.io/simple_calendar
MIT License
1.58k stars 268 forks source link

Readme file gem version don't fully support provided documentation #329

Closed bruno-costanzo closed 9 months ago

bruno-costanzo commented 9 months ago

I was doing a refactoring of my calendar views and ran into the following error:

undefined method 'sorted_events_for' for SimpleCalendar::Calendar

The problem is that I copied the monthly_calendar view from github, which corresponds to version 3.0.1 of the gem.

However, in the readme it suggests adding version 2.4.

Why does this happen? Can't you change the readme to directly install 3.0.1?

excid3 commented 9 months ago

Updated the docs to install the latest.