Rails jQuery Bundle

This Rails 3 Enginge wich simply bundle jquery and jquery-ui with some themes. It also includes some helpers to include all neccessary js and css

To use your custom themes put them under

RAILS_ROOT/public/stylesheets/jquery/ui//themes

Usage

Controller

helper 'rails_jquery_bundle/jquery_js'
helper 'rails_jquery_bundle/jquery_css'

View

<head>
  ...
  <%=  jquery_ui_css_tag  %>
  <%=  jquery_ui_js_tag %>
  ...
</head>

rake

If you want to copy all assets to your public folder use:
rake rails_jquery_bundle:install:assets

Copyright © 2011 Dieter Spaeth. See GPL-LICENSE for details.