An open API service indexing awesome lists of open source software.

https://github.com/baylorrae/sap-rails

Add Forrst's Sap to Rails asset pipline
https://github.com/baylorrae/sap-rails

Last synced: 2 months ago
JSON representation

Add Forrst's Sap to Rails asset pipline

Awesome Lists containing this project

README

          

# Sap::Rails

Sap Rails provides easy access to [Forrst's jQuery Sap](https://github.com/forrst/sap) plugin for the Rails 3.1
asset pipeline.

## Installation

1. Add to the `:assets` group in your Gemfile

```ruby
gem 'sap-rails'
```

2. Install the gem

```shell
bundle install
```

3. Add to your `application.js`

```javascript
//= require jquery.sap
// or
//= require jquery.sap.min
```

## Contributing

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