Sha256: 93e5965b4cdc85e5e8f09dd103a6ef56150acd1584c8ea98eda906defe06298e

Contents?: true

Size: 1.13 KB

Versions: 7

Compression:

Stored size: 1.13 KB

Contents

# Transponder
[![Build Status](https://www.travis-ci.org/zacksiri/transponder.png?branch=master)](https://www.travis-ci.org/zacksiri/transponder) - Master (current release)
[![Build Status](https://www.travis-ci.org/zacksiri/transponder.png?branch=develop)](https://www.travis-ci.org/zacksiri/transponder) - Develop (next release)

Transponder is a opinionated javascript library for assisting in working with front end heavy rails app.

## Installation

Add this line to your application's Gemfile:

    gem 'transponder'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install transponder

## Usage

Once installing the gem run.

    $ rails g transponder:install

## Documentation
  + [Slides](http://www.slideshare.net/artellectual/better-ujsforrails)

## TODO - Whats Coming

  + Clean up some APIs
  + Add Documentation
  + Video Screencasts
  + More Generators
  + Example Rails Project

## 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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
transponder-0.1.5 README.md
transponder-0.1.4 README.md
transponder-0.1.3 README.md
transponder-0.1.2 README.md
transponder-0.1.1 README.md
transponder-0.1.0 README.md
transponder-0.0.8 README.md