Skip to content

hauleth/vanilla-ujs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aed5e97 · Feb 28, 2018
Feb 28, 2018
Feb 28, 2018
Jul 19, 2016
Feb 28, 2018
Jan 30, 2016
Jan 30, 2016
Aug 24, 2016
Dec 28, 2013
May 25, 2016
Jun 2, 2016
Feb 28, 2018
Jan 30, 2016

Repository files navigation

Vanilla UJS

Build StatusDependency Status

It is implementation of Rails jQuery UJS in pure JavaScript. No extra dependencies.

Installation using the vanilla-ujs gem

For automated installation in Rails, use the vanilla-ujs gem. Place this in your Gemfile:

gem 'vanilla-ujs'

And run:

$ bundle install

Require vanilla-ujs into your application.js manifest.

//= require vanilla-ujs

Does it mean that I shouldn't use jQuery

No. You should if you want. This library is created to make your Rails code independent from front-end library.

Contribute

  1. Clone repo

     $ git clone git://github.com/hauleth/vanilla-ujs.git
     $ cd vanilla-js/
    
  2. Install dependencies

     $ npm install
    
  3. Run tests

     $ grunt test
    

Thanks

License

See LICENSE file.