- Updated to use jQuery 1.5 by default
Feature:
- Updated to use jQuery 1.4.4 by default
Bugfix:
- Download JQuery Rails UJS via HTTPS since Github is now HTTPS only
Features:
- Updated to use the new jQuery 1.4.3 by default, with the IE .live() bug fixed
- Always download the newest 1.x release of jQuery UI
- Try to install unknown versions of jQuery, with fallback to the default
- Print informative messages in the correct Generator style
Features:
- Support Edge Rails 3.1 by depending on Rails ~>3.0
- Add Sam Ruby's assert_select_jquery test helper method
- Use jquery.min only in production (and not in the test env)
Feature:
- Depend on Rails >=3.0 && <4.0 for edge Rails compatibility
Bugfix:
- Default to jQuery 1.4.1 as recommended by jQuery-ujs due to a bug in 1.4.2 (http://jsbin.com/uboxu3/7/)
Features:
- Allow specifying which version of jQuery to install
- Add generator tests (thanks, Louis T.)
- Automatically use non-minified JS in development mode
Bugfix:
- allow javascript :defaults tag to be overridden
Bugfix:
- check for jQueryUI in the right place
Bugfix:
- fix generator by resolving namespace conflict between Jquery::Rails and ::Rails