RubyGems Navigation menu

bjeanes-livedate 1.0.0

= Livedate A simple Rack middleware that parses a dates using Chronic, and returns the result in a standardized manner. The idea is to use this to verify the input in date input fields using AJAX, to provide immediate feedback to the user. == Usage Include Livedate in your middleware stack. In Rails, this is done in environment.rb config.gem 'livedate' config.middleware.use "Livedate" This will catch requests to /parsedate. Use GET requests and provide a parameter 'date' or 'datetime'. The value will be parsed by Chronic and returned formatted as 2009-01-01 or 2009-01-01 12:45, depending on the parameter name. == Scripts There are two generators available to get simple javascripts that use livedate. Both will replace the contents on input elements with classes .date or .datetime on change with the result from the Chronic parse. script/generate livedate_jquery script/generate livedate_prototype Will put the appropriate version of the script in your public/javascripts directory. Feel free to change these if you need a different behavior.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 1.1.0 - May 25, 2011 (6.0 KB)
  2. 1.0.0 - August 11, 2014 (6.0 KB)

Runtime 依赖 (1):

chronic >= 0.2.3

要求:

chronic

业主:

作者:

  • Erik Hansson

SHA 256 校验和:

= 复制到剪贴板 已复制!

下载总量 8,694

这个版本 2,953

许可:

需要的 Ruby 版本: >= 1.8

链接: