Sha256: d87560ba6ceedbe91fedf79d374e699e488af00b71576242c55f03cfda7359f8

Contents?: true

Size: 1.25 KB

Versions: 2

Compression:

Stored size: 1.25 KB

Contents

     _                                                      _ _ 
    | |__  _   _ _ __ ___   __ _ _ __   ___       _ __ __ _(_) |___ 
    | '_ \| | | | '_ ` _ \ / _` | '_ \ / _ \_____| '__/ _` | | / __|
    | | | | |_| | | | | | | (_| | | | |  __/_____| | | (_| | | \__ \
    |_| |_|\__,_|_| |_| |_|\__,_|_| |_|\___|     |_|  \__,_|_|_|___/

This is a gemified version of Marc Harter's humane-js library. See http://wavded.github.com/humane-js for more details.

[![Build Status](https://secure.travis-ci.org/harrigan/humane-rails.png)](http://travis-ci.org/harrigan/humane-rails)
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/harrigan/humane-rails)

## Instructions

Add the following to your Gemfile:

```ruby
gem "humane-rails"
```

Then add the following to your `application.js`:

```javascript
//= require humane
```

and one of the following to your `application.css`:

```css
*= require original
```

```css
*= require libnotify
```

```css
*= require bigbox
```

```css
*= require boldlight
```

```css
*= require jackedup
```

Don't forget to run `bundle update` after upgrading to the latest gem version to ensure it's used by your Rails app.

## License

humane-js is licensed under the MIT license: http://github.com/wavded/humane-js

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
humane-rails-4.0.0 README.md
humane-rails-3.1.0 README.md