https://github.com/activeadmin-plugins/pickerbug
simple rails app to demo a bug in ActiveAdminDatetimePicker
https://github.com/activeadmin-plugins/pickerbug
Last synced: about 2 months ago
JSON representation
simple rails app to demo a bug in ActiveAdminDatetimePicker
- Host: GitHub
- URL: https://github.com/activeadmin-plugins/pickerbug
- Owner: activeadmin-plugins
- License: mit
- Created: 2016-06-14T05:48:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T21:57:41.000Z (over 9 years ago)
- Last Synced: 2025-01-11T01:12:13.287Z (11 months ago)
- Language: Ruby
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pickerbug demo rails app
To investigate a bug.
See https://github.com/activeadmin-plugins/active_admin_datetimepicker/issues/20
Ruby 2.1.0, Rails 4.0.13
See .ruby-verison and Gemfile
Uses sqlite for now, because I see no reason not to for this little demo
I installed active-admin with `--skip-users`, since this isn't a real production-intended app.