Skip to content

Instantly share code, notes, and snippets.

@smtlaissezfaire
Created November 20, 2010 18:41
Show Gist options
  • Save smtlaissezfaire/a6ad76326099c7f9e1b1 to your computer and use it in GitHub Desktop.
Save smtlaissezfaire/a6ad76326099c7f9e1b1 to your computer and use it in GitHub Desktop.
hopcroft:mockup(jquery_support3) scotttaylor$ rails generate jquery:install --ui
remove public/javascripts/controls.js
remove public/javascripts/dragdrop.js
remove public/javascripts/effects.js
remove public/javascripts/prototype.js
Fetching JQuery version 1.4.1!
identical public/javascripts/jquery.min.js
identical public/javascripts/jquery.js
identical public/javascripts/jquery-ui.min.js
identical public/javascripts/jquery-ui.js
/Users/scotttaylor/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/1.8/open-uri.rb:174:in `open_loop': redirection forbidden: http://github.com/rails/jquery-ujs/raw/master/src/rails.js -> https://github.com/rails/jquery-ujs/raw/master/src/rails.js (RuntimeError)
from /Users/scotttaylor/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/1.8/open-uri.rb:132:in `open_uri'
from /Users/scotttaylor/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/1.8/open-uri.rb:518:in `open'
from /Users/scotttaylor/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/1.8/open-uri.rb:30:in `open'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.3/lib/thor/actions/file_manipulation.rb:55:in `get'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/jquery-rails-0.2.3/lib/generators/jquery/install/install_generator.rb:35:in `download_ujs_driver'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.3/lib/thor/task.rb:22:in `send'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.3/lib/thor/task.rb:22:in `run'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.3/lib/thor/invocation.rb:118:in `invoke_task'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.3/lib/thor/invocation.rb:124:in `invoke_all'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.3/lib/thor/shell.rb:14:in `map'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.3/lib/thor/core_ext/ordered_hash.rb:75:in `each'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.3/lib/thor/invocation.rb:124:in `map'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.3/lib/thor/invocation.rb:124:in `invoke_all'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.3/lib/thor/group.rb:226:in `dispatch'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/thor-0.14.3/lib/thor/base.rb:389:in `start'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/railties-3.0.0/lib/rails/generators.rb:163:in `invoke'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/railties-3.0.0/lib/rails/commands/generate.rb:10
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239:in `require'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239:in `require'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:225:in `load_dependency'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:591:in `new_constants_in'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:225:in `load_dependency'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/activesupport-3.0.0/lib/active_support/dependencies.rb:239:in `require'
from /Users/scotttaylor/.rvm/gems/ruby-1.8.7-p249/gems/railties-3.0.0/lib/rails/commands.rb:17
from script/rails:6:in `require'
from script/rails:6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment