This is a holidays plugin for Redmine.
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=iceskysl%40gmail%2ecom&lc=US&item_name=Donate Iceskysl &amount=0%2e99¤cy_code=USD&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest "donate via paypal")
Ruby interpreter: 1.9.2, 1.9.3, 2.0.0
Redmine: 2.3.x
To install the plugin, execute the following commands from the root of your Redmine directory:
cd plugins
git clone git@github.com:IceskYsl/holidays.git
and then execute the following commands from the root of your Redmine directory:
$ RAILS_ENV=production rake redmine:plugins:migrate
More information on installing Redmine plugins can be found at redmine.org.
After the plugin is installed you will need to restart Redmine for the plugin to be available.
To remove the plugin, from the root of your installation directory do the following:
ice@mac:/source/redmine/redmine-2.3 > RAILS_ENV=production rake redmine:plugins:migrate NAME=holidays VERSION=0
Migrating holidays (Holidays)...
== CreateHolidays: reverting =================================================
-- remove_index("holidays", {:column=>:user_id})
-> 0.1597s
-- drop_table("holidays")
-> 0.0265s
== CreateHolidays: reverted (0.1864s) ========================================
rm -rf plugins/holidays
bundle install