
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Easily add pickadate.js to your Rails 3.1+ application using the asset pipeline.
Add this line to your application's Gemfile:
gem 'pickadate-rails'
And then execute:
$ bundle
Pickadate has a number of files associated with it. They are documented on the pickadate repository. Files in this gem are namespaced into a pickadate
folder, and otherwise match the filenames from the pickadate repo.
Often done in application.js
:
//= require pickadate/picker # required
//= require pickadate/picker.date # for the date picker
//= require pickadate/picker.time # for the time picker
Often done in application.css
.
For the default theme:
*= require pickadate/default
*= require pickadate/default.date
*= require pickadate/default.time
For the classic theme:
*= require pickadate/classic
*= require pickadate/classic.date
*= require pickadate/classic.time
Translations are available by loading them in your javascript/coffeescript file. For example, in application.js
//= require pickadate/translations/bg_BG
Starting with version 3.5.2.0 of this gem, we have switched to matching the gem version with pickadate's current version number. We'll use the tiny version number for changes to the gem itself. Therefore, the gem version jumps from 1.5 (bundling pickadate 3.5) to 3.5.2.0 (bundling pickadate 3.5.2).
rake pickadate:download
lib/pickadate-rails/version
Pickadate itself and this gem are under the MIT license.
FAQs
Unknown package
We found that pickadate-rails demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.