Sha256: 20e67e6248bdd5ae3f6488818a17e2dc971cfec4864c802dbd79da2e956b2f5c

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# atomjs-rails [![Build Status](https://secure.travis-ci.org/tanraya/atomjs-rails.png)](http://travis-ci.org/tanraya/atomjs-rails)

Atom javascript library prepared for using with Rails 3.1+

## What is Atom?

Atom is compact JavaScript framework oriented on modern browsers, which allows to support quite broad list of features without keeping a lot of cruft necessary to implement them in old browsers.

Supported browsers:

* Firefox 3.5+
* Google Chrome
* Safari 4+
* Opera 10+
* Internet Explorer 9+
* Mobile Safari
* Android Browser
* Opera Mobile

Atom github repo: https://github.com/theshock/atomjs

## Installation

First, put this line in your `Gemfile`:

```ruby
gem 'atomjs-rails'
```

Then run `bundle install` to update your application's bundle.

Now you need to edit your `app/assets/javascripts/application.js` file and add the following line:

```javascript
//= require atom
```

And you're done!

## Usage

See docs [Docs folder](https://github.com/theshock/atomjs/tree/master/Docs/En) for description of Atom core and bundled plugins.

## License

[The MIT License](https://github.com/tanraya/atomjs-rails/blob/master/MIT-LICENSE)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
atomjs-rails-0.0.1 README.md