
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
datetime_picker_rails
Advanced tools
Forked from TrevorS/bootstrap-datetimepicker-rails on Sept 3, 2015.
My goal is to make it not require bootstrap-sass.
This gem packages the bootstrap-datetimepicker for the Rails 3.1+ asset pipeline.
Add these lines to your application's Gemfile:
gem "datetime_picker_rails", github: "graysonwright/datetime_picker_rails"
And then execute:
$ bundle
If your server is running, you will need to restart Rails before using the gem.
Add the following to your JavaScript manifest file (application.js
):
//= require moment
//= require datetime_picker
If you want to include a localization, also add:
//= require moment/<locale>
Add the following to your style sheet file:
If you are using SCSS, modify your application.css.scss
@import "datetime_picker";
If you're using plain CSS, modify your application.css
*= require datetime_picker
Check out the documentation at: http://eonasdan.github.io/bootstrap-datetimepicker/
Clone https://github.com/TrevorS/bs3dp-test and try to reproduce your issue.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that datetime_picker_rails demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.