All Projects → derekprior → Momentjs Rails

derekprior / Momentjs Rails

Licence: mit
The Moment.js JavaScript library ready to play with the Rails Asset Pipeline

Programming Languages

ruby
36898 projects - #4 most used programming language

momentjs-rails

momentjs-rails wraps the Moment.js library in a rails engine for simple use with the asset pipeline provided by Rails 3.1 and higher. The gem includes the development (non-minified) source for ease of exploration. The asset pipeline will minify in production.

Moment.js is "a lightweight javascript date library for parsing, manipulating, and formatting dates." Moment.js does not modify the native Date object. Rather, it creates a wrapper for it. Please see the documentation for details.

Usage

Add the following to your gemfile:

gem 'momentjs-rails'

Add the following directive to your Javascript manifest file (application.js):

//= require moment

If you want to include a localization file, also add the following directive:

//= require moment/<locale>.js

Versioning

momentjs-rails 2.20.1 == Moment.js 2.20.1

Every attempt is made to mirror the currently shipping Moment.js version number wherever possible. The major, minor, and patch version numbers will always represent the Moment.js version. Should a gem bug be discovered, a 4th version identifier will be added and incremented.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].