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

Feature/today button + fix for previous navigation button #273

Closed EmCousin closed 1 year ago

EmCousin commented 2 years ago

This Pull Request addresses https://github.com/excid3/simple_calendar/issues/271 and https://github.com/excid3/simple_calendar/issues/272

excid3 commented 2 years ago

cc @cjilbert504

EmCousin commented 2 years ago

@excid3 I'm not entirely sure to understand what's going on with CI :

 You are trying to install in deployment mode after changing
  your Gemfile. Run `bundle install` elsewhere and add the
  updated gemfiles/rails_6_1.gemfile.lock to version control.

This PR didn't touch the Gemfile. Is there anything I'm missing?

rodrigoargumedo commented 2 years ago

Did you make an update to Rails 6.1.x Gemfile?

EmCousin commented 2 years ago

Hi @rodrigoargumedo, not that I know of. I see that the repo has multiple Gemfiles so that CircleCI runs the tests over multiple environments, but this branch didn't touch any of them. Should it?

zwfisher commented 2 years ago

this would be a nice change to go with new tailwind calendars, any word on getting those tests to pass?