Sha256: 57c3487b6ab252400c21c4c5854a986beb9605b5a8d0d70779a2186f8009336d

Contents?: true

Size: 1.96 KB

Versions: 2

Compression:

Stored size: 1.96 KB

Contents

# logger-jquery-rails
[![Gem Version](https://badge.fury.io/rb/logger-jquery-rails.png)](http://badge.fury.io/rb/logger-jquery-rails)
[![Build Status](https://travis-ci.org/jhx/gem-logger-jquery-rails.png?branch=master)](https://travis-ci.org/jhx/gem-logger-jquery-rails)
[![Dependency Status](https://gemnasium.com/jhx/gem-logger-jquery-rails.png)](https://gemnasium.com/jhx/gem-logger-jquery-rails)
[![Code Climate](https://codeclimate.com/github/jhx/gem-logger-jquery-rails.png)](https://codeclimate.com/github/jhx/gem-logger-jquery-rails)
[![Coverage Status](https://coveralls.io/repos/jhx/gem-logger-jquery-rails/badge.png)](https://coveralls.io/r/jhx/gem-logger-jquery-rails)

> Gemified by Doc Walker

Provides the `logger` jQuery plugin packaged for the Rails 3.1+ asset pipeline.

## Installation

Add these lines to your application's `Gemfile`:

```rb
# logger jquery plugin packaged for the rails asset pipeline
gem 'logger-jquery-rails', '~> 1.2.005'
```

And then execute:

```sh
$ bundle
```

Or install it yourself as:

```sh
$ gem install logger-jquery-rails
```

Gem version notes:

- Version is in the format `X.Y.ZVV` where `X.Y.Z` is version of `logger` plugin and `VV` is version of gem (with leading zero);
- Refer to Semantic Versioning 2.0.0 (http://semver.org);

## Usage

Add these lines to `app/assets/javascripts/application.js`

```js
// provides logging facility for jQuery from gem 'logger-jquery-rails':
//= require logger-jquery-rails
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Acknowledgements

- [logger](https://github.com/ApmeM/jquery-logger) jQuery plugin
- [RailsCast #245](http://railscasts.com/episodes/245-new-gem-with-bundler) New Gem with Bundler -- inspiration
- [Gemify Assets for Rails](http://prioritized.net/blog/gemify-assets-for-rails/) -- guidance

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
logger-jquery-rails-1.2.006 README.md
logger-jquery-rails-1.2.005 README.md