htanata / calendar_date_select forked from timcharper/calendar_date_select
- Source
- Commits
- Network (67)
- Issues (0)
- Downloads (16)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Wed Jul 16 09:02:33 -0700 2008 | |
| |
MIT-LICENSE | Mon Sep 03 03:04:35 -0700 2007 | |
| |
README.textile | Tue Sep 30 09:39:40 -0700 2008 | |
| |
Rakefile | Wed Oct 08 00:35:46 -0700 2008 | |
| |
init.rb | Wed Oct 08 00:35:41 -0700 2008 | |
| |
js_test/ | Sun Apr 06 01:57:13 -0700 2008 | |
| |
lib/ | ||
| |
public/ | ||
| |
test/ | Mon Mar 24 09:13:11 -0700 2008 |
CalendarDateSelect
Author: Tim Harper ( ‘tim_see_harperATgmail._see_om’.gsub(‘see’, ‘c’).gsub(‘AT’, ‘@’) )
Examples
Project Site
http://code.google.com/p/calendardateselect/
It works!
Setup for “vendored gem”:
In enviroment.rb add the gem:
config.gem “timcharper-calendar_date_select”, :version => “1.11”, :source => “http://gems.github.com”, :lib => ‘gem_init’
Install the gem locally (this installs the gem system wide)
sudo rake gems:install
Unpack the gem locally (this unpacks it vendor/gems/ inside your applicatio)
rake gems:unpack
Remove the system wide gem (this is require until Ticket#324 is closed [http://rails.lighthouseapp.com/projects/8994/tickets/324-gem-dependencies-inconsistently-load-rails-init-rb])
sudo gem uninstall artmotion-calendar_date_select
Don’t forget to include the javascript helper in your view:
<%= javascript_include_tag :defaults >
<= calendar_date_select_includes %>

