/ladda-rails

https://github.com/hakimel/Ladda for Rails Asset pipeline

Primary LanguageRuby

ladda-rails

A thin wrapper around https://github.com/hakimel/Ladda .

If you copy files from the interwebs into your project, kittens die.

Do this instead (in your Gemfile):

gem "ladda-rails", :git => "git://github.com/Promptus/ladda-rails.git"

And, in your application.js and application.css:

//= require "spin"
//= require "ladda"

*= require ladda

We'll try to keep this project's version numbers the same as those from Ladda.