Skip to content

Instantly share code, notes, and snippets.

@joncode
Created June 20, 2012 23:09
Show Gist options
  • Select an option

  • Save joncode/2962817 to your computer and use it in GitHub Desktop.

Select an option

Save joncode/2962817 to your computer and use it in GitHub Desktop.
jquery-ui gem
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