Skip to content

Commit

Permalink
Removed jQuery UI from gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
JangoSteve committed May 29, 2013
1 parent bd7beae commit 2fdcdb2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15,022 deletions.
9 changes: 3 additions & 6 deletions README.md
Expand Up @@ -50,13 +50,10 @@ The jquery and jquery-ujs files will be added to the asset pipeline and availabl
//= require jquery_ujs
```

For jQuery UI, we recommend the [jquery-ui-rails](https://github.com/joliss/jquery-ui-rails) gem, as it includes the jquery-ui css and allows easier customization. This gem still packages the jQuery UI javascript for compatibility. To use it, add the following line to your `application.js`:
For jQuery UI, we recommend the [jquery-ui-rails](https://github.com/joliss/jquery-ui-rails) gem, as it includes the jquery-ui css and allows easier customization.

```js
//= require jquery-ui
```

In order to use the themed parts of jQuery UI, you will also need to supply [your own theme CSS](http://jqueryui.com) (or use the jquery-ui-rails gem mentioned above).
*As of v3.0, jquery-rails no longer includes jQuery UI. Use the
jquery-ui-rails gem above.*

### Rails 3.0 (or greater with asset pipeline *disabled*)

Expand Down
1 change: 0 additions & 1 deletion lib/jquery/rails/version.rb
Expand Up @@ -2,7 +2,6 @@ module Jquery
module Rails
VERSION = "2.3.0"
JQUERY_VERSION = "1.10.0"
JQUERY_UI_VERSION = "1.10.3"
JQUERY_UJS_VERSION = "87587d476054e9869865f53c1b78cb8164619a05"
end
end

0 comments on commit 2fdcdb2

Please sign in to comment.