Build a datetime picker that works with existing polyfills. Mongoid and ActiveRecord support.
Go to file
John Bintz 4cd16eeb34 Merge branch 'master' of github.com:johnbintz/formtastic-separate_html5_date_and_time 2013-01-25 08:43:20 -05:00
lib Merge branch 'master' of github.com:johnbintz/formtastic-separate_html5_date_and_time 2013-01-25 08:43:20 -05:00
.gitignore change to engine and add stylesheet for active admin 2012-12-12 13:34:57 -05:00
Gemfile initial import 2012-10-23 08:26:14 -04:00
LICENSE.txt initial import 2012-10-23 08:26:14 -04:00
README.md initial import 2012-10-23 08:26:14 -04:00
Rakefile initial import 2012-10-23 08:26:14 -04:00
formtastic-separate_html5_date_and_time.gemspec initial import 2012-10-23 08:26:14 -04:00

README.md

Formtastic::SeparateHtml5DateAndTime

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'formtastic-separate_html5_date_and_time'

And then execute:

$ bundle

Or install it yourself as:

$ gem install formtastic-separate_html5_date_and_time

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request