This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Mar 12 18:36:37 -0700 2009 | |
| |
COPYING | Fri Mar 13 18:20:37 -0700 2009 | |
| |
README.rdoc | Fri Mar 13 18:22:04 -0700 2009 | |
| |
Rakefile | Sat Dec 27 09:20:21 -0800 2008 | |
| |
app/ | Mon Dec 14 13:16:26 -0800 2009 | |
| |
config/ | Mon Dec 14 13:12:06 -0800 2009 | |
| |
db/ | Mon Dec 14 13:12:06 -0800 2009 | |
| |
doc/ | Sat Dec 27 09:20:21 -0800 2008 | |
| |
lib/ | Sun Mar 08 07:20:14 -0700 2009 | |
| |
log/ | Sat Dec 27 09:21:32 -0800 2008 | |
| |
public/ | Sat Mar 14 16:39:30 -0700 2009 | |
| |
script/ | Sat Dec 27 09:20:21 -0800 2008 | |
| |
test/ | Fri Mar 13 19:26:12 -0700 2009 | |
| |
tmp/ | Sat Dec 27 09:21:32 -0800 2008 | |
| |
vendor/ | Fri Mar 13 14:47:03 -0700 2009 |
README.rdoc
Event Calendar
This is a sample application designed to show off some of the aspects of Ruby on Rails at the Feb 4th 2009 MHVLUG meeting. The code here is available under an MIT License unless otherwise specified.
Requirements
This application has been tested on Ubuntu 8.10, other platforms can be made to work, but thats where it’s running.
The application requires:
- rails == 2.2.2
- icalendar == 1.1.0
- tzinfo
- ruby-openid
- calendar_date_select
Installing Rails 2.2 on Ubuntu
Ubuntu 8.10 and 9.04 still ship gem 1.2. They also disable upgrading gem via the normal method. Rails 2.2 requires gem 1.3, so that puts you in a bind.
The least painful way around this is the following:
- sudo gem install rubygems-update
- sudo /var/lib/gems/1.8/bin/update_rubygems
- sudo rm -f /usr/lib/ruby/gems
- sudo ln -s /var/lib/gems /usr/lib/ruby/gems
That will get you a newer gem but still have it install into /var/lib/gem sanely.







