Skip to content

Instantly share code, notes, and snippets.

@mconnell
Created August 4, 2010 10:02
Show Gist options
  • Save mconnell/507922 to your computer and use it in GitHub Desktop.
Save mconnell/507922 to your computer and use it in GitHub Desktop.
# Create the javascripts dir
run 'mkdir public/javascripts'
# pull down jquery, jquery-ui and the appropriate rails driver
run 'curl -L http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js > public/javascripts/jquery.js'
run 'curl -L http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js > public/javascripts/jquery-ui.js'
run 'curl -L http://github.com/rails/jquery-ujs/raw/master/src/rails.js > public/javascripts/rails.js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment