simple_calendar icon indicating copy to clipboard operation
simple_calendar copied to clipboard

A wonderfully simple calendar gem for Rails

Results 13 simple_calendar issues
Sort by recently updated
recently updated
newest added

Bumps [activerecord](https://github.com/rails/rails) from 6.1.4.1 to 7.0.3.1. Release notes Sourced from activerecord's releases. 7.0.3 Active Support No changes. Active Model No changes. Active Record Some internal housekeeping on reloads could break...

dependencies

Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.2 to 1.4.3. Release notes Sourced from rails-html-sanitizer's releases. 1.4.3 / 2022-06-09 Address a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer. Prevent the combination of select...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies

Bumps [actionview](https://github.com/rails/rails) from 6.1.4.1 to 7.0.2.4. Release notes Sourced from actionview's releases. 7.0.2.3 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies

Bumps [actionpack](https://github.com/rails/rails) from 6.1.4.1 to 7.0.2.4. Release notes Sourced from actionpack's releases. 7.0.2.3 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies

This Pull Request addresses https://github.com/excid3/simple_calendar/issues/271 and https://github.com/excid3/simple_calendar/issues/272 - [x] Added a "today" button in addition to "previous" and "next" (https://github.com/excid3/simple_calendar/issues/271) - [x] Fixed "previous" button for generic calendars (https://github.com/excid3/simple_calendar/issues/272) -...

Bumps [activestorage](https://github.com/rails/rails) from 6.1.4.1 to 7.0.2.3. Release notes Sourced from activestorage's releases. 7.0.2 Active Support Fix ActiveSupport::EncryptedConfiguration to be compatible with Psych 4 Stephen Sugden Improve File.atomic_write error handling. Daniel...

dependencies

Thank you for this great gem for starters. `week_calendar` and `month_calendar` work great. It appears that for the simple `calendar` helper, the "previous" button does not go backwards the same...

The title explains it all. The implementation would be as simple as this in `lib/simple_calendar/simple_calendar.rb`: ```ruby def url_for_today_view view_context.url_for(@params.merge(start_date_param => Date.current.iso8601)) end ``` Happy to push a Pull Request if...

Not sure if what I'm trying to do is actually the feature I need and I'm using it incorrectly, or if there's a bug that needs to get fixed. I...