Sha256: 3bd39ab4ca9fcaf92c72b2d2f34f111ee3d566e70f04bcc2be2801cdfedc4009

Contents?: true

Size: 882 Bytes

Versions: 9

Compression:

Stored size: 882 Bytes

Contents

# MathquillRails

A custom mathquill dev branch used for my own purposes.

## Installation

This gem requires the asset pipeline...I've only tested it on Rails 4+, but it should work on 3.1+ as well.

Add this line to your application's Gemfile:

```ruby
gem 'mathquill_rails'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install mathquill_rails

## Usage - All Pages

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

    //= require mathquill

Add the following directive to your Stylesheet manifest file (application.css):

    *= require mathquill

## Usage - Specific Pages

Add the following to the head portion of any pages you want to include mathquill:

    javascript_include_tag "mathquill"

Add the following to the head portion of any pages you want to include mathquill:

    stylesheet_link_tag "mathquill"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mathquill_rails_dev-0.9.3.12 README.md
mathquill_rails_dev-0.9.3.11 README.md
mathquill_rails_dev-0.9.3.10 README.md
mathquill_rails_dev-0.9.3.9 README.md
mathquill_rails_dev-0.9.3.8 README.md
mathquill_rails_dev-0.9.3.7 README.md
mathquill_rails_dev-0.9.3.6 README.md
mathquill_rails_dev-0.9.3.5 README.md
mathquill_rails_dev-0.9.3.4 README.md