indirect / jquery-rails

A gem to automate using jQuery with Rails 3
MIT License
465 stars 36 forks source link

Added rake tasks to quickly download jquery and jquery-ui #83

Closed thedeeno closed 12 years ago

thedeeno commented 12 years ago

Usage:

rake jquery[version]

and

rake ui[version]

They will grab the specified version (eg 1.7.1) from the jquery and google cdn respectively.

thedeeno commented 12 years ago

My mistake. This is includes the changes from pull 82. The only relevant commit for this 'rake task' one is 4e1a53a