public
Rubygem
Description: A popular and flexible JavaScript DatePicker for RubyOnRails (and others)
Homepage: http://code.google.com/p/calendardateselect/
Clone URL: git://github.com/timcharper/calendar_date_select.git
timcharper (author)
Tue Sep 23 07:33:19 -0700 2008
commit  ac57099a89827133fa994540983a9f881e8e5868
tree    f555fa721d87f51dd69b4ee8199ca53cad8c2b25
parent  165d0604100f98dc8453c9c64e4b833e41cd7534
name age message
file CHANGELOG Wed Jul 16 09:02:33 -0700 2008 bumped to version 1.11 [timcharper]
file MIT-LICENSE Mon Sep 03 03:04:35 -0700 2007 fixed spelling on the license file [timcharper]
file README Sat Jun 28 08:29:24 -0700 2008 next version will be 1.11 [timcharper]
file calendar_date_select.gemspec Sat Jun 28 08:29:24 -0700 2008 next version will be 1.11 [timcharper]
file init.rb Wed Oct 08 00:35:41 -0700 2008 fixed installation of public files when install... [jonas]
directory js_test/ Sun Apr 06 02:09:40 -0700 2008 updated to reflect the movement of closeOnClick... [timcharper]
directory lib/ Tue Aug 26 00:24:46 -0700 2008 Add Clear button on pop up calendar. The button... [htanata]
directory public/ Tue Nov 04 06:17:01 -0800 2008 updated Portuguese translation with the "C... [mernen]
directory test/ Tue Mar 25 15:50:32 -0700 2008 patch applied to fix issue #92: nil object opti... [timcharper]
README
::CalendarDateSelect::
Author:   Tim Harper ( 'tim_see_harperATgmail._see_om'.gsub('_see_', 'c').gsub('AT', '@') )

::Examples::
see demo here -- http://restatesman.com/static/calendar

::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 %>