Sha256: 58e9ee2e3122a8d73a29db89bc9fd0bee78fb85191e325ced5b6453cbf27d151

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

# momentjs-rails

momentjs-rails wraps the [Moment.js](http://momentjs.com/) 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](http://momentjs.com/docs/) 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.29.4 == Moment.js 2.29.4

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.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
momentjs-rails-2.29.4 README.md