Skip to content

Gemified version of weekly_vertical_calendar for Rails 3. Right now it's under heavy development and barely functional. I plan to add some additional parametrization options to the original functionality.

License

Notifications You must be signed in to change notification settings

jgastald/jgastald-weekly_vertical_calendar

Repository files navigation

JgastaldWeeklyVerticalCalendar


The project that I was developing this gem for it’s on a indefinite hiatus, so I will not update it for some time. If you have any interest on a specific feature or improvement, please message me, and I will see what can I do.



This gem is based on plugin made by Ireneusz Skrobis, you can find the original code here: github.com/kayinrage/weekly_vertical_calendar


======== ========

WEEKLY VERTICAL CALENDAR

======== ========

As Ireneusz Skrobis, the original developer of weekly_vertical_calendar, said: “This is another way for displaying weekly calendar, but this time it is vertical.”

It’s a generator that can be executed running:

rails generate weekly_vertical_calendar <model_name>

The model needs two fields:

start_at (datetime)
end_at (datetime)

Requires Rails 3.1.2+.

In the future I will add more parametrization options, as well cleaning up the code (it’s pretty messy right now)

This project rocks and uses MIT-LICENSE.

About

Gemified version of weekly_vertical_calendar for Rails 3. Right now it's under heavy development and barely functional. I plan to add some additional parametrization options to the original functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published