Sha256: 6d9ba48375de6821dfae2f6486ef527cf0da000c0c9ba7e4e58741fcb156a963

Contents?: true

Size: 1.11 KB

Versions: 12

Compression:

Stored size: 1.11 KB

Contents

# da-js – Collection of small, useful JavaScripts
This are some JavaScripts we use in most of our projects. So packaged them into a gem.

Okay, right now it’s only one, small JavaScript. But just be patient … 
 
## Installation
da-js is meant to be used with Ruby on Rails 3.1 or newer. It's based on [jQuery](http://jquery.com), so be sure you are using [jquery-rails](https://github.com/rails/jquery-rails), too (__jQuery version 1.7.1 or newer is required__).

To install it:

* Add the gem to your `Gemfile`:
      
        gem "da-js"
    
* Require the library in your `application.js` (after requiring jQuery):
    
        require "da-js"
    
## Documentation
For documentation please refer to the individual files in [`lib/assets/javascripts/da-js`](https://github.com/die-antwort/da-js/tree/master/lib/da-js).

## Development
Use the Rack application in `features/support/testapp`:

    rackup features/support/testapp/config.ru
    
Any template file in `features/support/testapp/views` can be accessed by its basename:
    
    open http:://localhost:9292/form_change_tracker
    
Run the tests with

    rake test

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
da-js-1.4 README.md
da-js-1.3 README.md
da-js-1.2.1 README.md
da-js-1.2.0 README.md
da-js-1.1.2 README.md
da-js-1.1.1 README.md
da-js-1.1.0 README.md
da-js-1.0.0 README.md
da-js-0.2.0 README.md
da-js-0.1.0 README.md
da-js-0.0.2 README.md
da-js-0.0.1 README.md