
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.