Sha256: d603e5ac8eec0a5d885869841fc083a3027ec781db517cc7894bf3df9e98e1d9
Contents?: true
Size: 1.01 KB
Versions: 3
Compression:
Stored size: 1.01 KB
Contents
::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 "gbdev-calendar_date_select", :version => "1.11.20080825", :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 gbdev-calendar_date_select Don't forget to include the javascript helper in your view: <%= javascript_include_tag :defaults %> <%= calendar_date_select_includes %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gbdev-calendar_date_select-1.11.20080825 | README |
gbdev-calendar_date_select-1.11.20080826 | README |
gbdev-calendar_date_select-1.11.20080827 | README |