Sha256: 1ff2c10e0846bc378280eddfc090c2c61a842d5f50753ffbe57a8f9f135b013e
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
# SimpleCalendar::Timeslot This is an extension of the rubygem `simple_calendar` by Chris Oliver aka excid3. It allows for simple calendar creation in a Ruby on Rails app with an timeslot representation of events in a 24h day. This helps to visually grasps the length of events and the time between them. In case of overlapping, the respective events are shown side-by-side. It is also possible to categorise events in buckets according to some function, then they will be shown next to one another in the 24h timeline. Horizontal and vertical layout is selectable via options, just like many other ones. TODO: show examples ## Installation Add this line to your application's Gemfile: ```ruby gem 'simple_calendar-timeslot' ``` And then execute: $ bundle install Or install it yourself as: $ gem install simple_calendar-timeslot ## Usage TODO: Write usage instructions here ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/1klap/simple_calendar-timeslot.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_calendar-timeslot-0.1.0 | README.md |