Created
June 20, 2012 23:09
-
-
Save joncode/2962817 to your computer and use it in GitHub Desktop.
jquery-ui gem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| group :assets do | |
| gem 'jquery-ui-rails' | |
| end | |
| application.js | |
| //= require jquery.ui.all | |
| application.css | |
| /* | |
| *= require jquery.ui.all | |
| */ | |
| bundle install | |
| bundle exec rake - include assets | |
| restart server | |
| https://github.com/joliss/jquery-ui-rails |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment