Created
December 27, 2010 12:51
-
-
Save jfromaniello/756106 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//error con jquery-ujs | |
jose@ubu-dev:~/Sites$ rails new mongosample -JOT -m /home/jose/Sites/templates/rails-templater/templater.rb | |
create | |
create README | |
create Rakefile | |
create config.ru | |
create .gitignore | |
create Gemfile | |
create app | |
create app/controllers/application_controller.rb | |
create app/helpers/application_helper.rb | |
create app/mailers | |
create app/models | |
create app/views/layouts/application.html.erb | |
create config | |
create config/routes.rb | |
create config/application.rb | |
create config/environment.rb | |
create config/environments | |
create config/environments/development.rb | |
create config/environments/production.rb | |
create config/environments/test.rb | |
create config/initializers | |
create config/initializers/backtrace_silencers.rb | |
create config/initializers/inflections.rb | |
create config/initializers/mime_types.rb | |
create config/initializers/secret_token.rb | |
create config/initializers/session_store.rb | |
create config/locales | |
create config/locales/en.yml | |
create config/boot.rb | |
create db | |
create db/seeds.rb | |
create doc | |
create doc/README_FOR_APP | |
create lib | |
create lib/tasks | |
create lib/tasks/.gitkeep | |
create log | |
create log/server.log | |
create log/production.log | |
create log/development.log | |
create log/test.log | |
create public | |
create public/404.html | |
create public/422.html | |
create public/500.html | |
create public/favicon.ico | |
create public/index.html | |
create public/robots.txt | |
create public/images | |
create public/images/rails.png | |
create public/stylesheets | |
create public/stylesheets/.gitkeep | |
create public/javascripts | |
create public/javascripts/.gitkeep | |
create public/javascripts/application.js | |
create script | |
create script/rails | |
create tmp | |
create tmp/sessions | |
create tmp/sockets | |
create tmp/cache | |
create tmp/pids | |
create vendor/plugins | |
create vendor/plugins/.gitkeep | |
apply /home/jose/Sites/templates/rails-templater/templater.rb | |
apply /home/jose/Sites/templates/rails-templater/recipes/default.rb | |
remove README | |
remove public/index.html | |
remove public/robots.txt | |
remove public/images/rails.png | |
create README | |
create log/.gitkeep | |
create tmp/.gitkeep | |
gsub config/application.rb | |
create public/javascripts/html5.js | |
run git init from "." | |
Initialized empty Git repository in /home/jose/Sites/mongosample/.git/ | |
append .gitignore | |
gemfile rails3-generators | |
apply /home/jose/Sites/templates/rails-templater/recipes/jquery.rb | |
create public/javascripts/jquery.js | |
/home/jose/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/open-uri.rb:216: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 /home/jose/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/open-uri.rb:146:in `open_uri' | |
from /home/jose/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/open-uri.rb:671:in `open' | |
from /home/jose/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/open-uri.rb:33:in `open' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor/actions/file_manipulation.rb:77:in `get' | |
from /home/jose/Sites/templates/rails-templater/recipes/jquery.rb:3:in `apply' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor/actions.rb:217:in `instance_eval' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor/actions.rb:217:in `apply' | |
from /home/jose/Sites/templates/rails-templater/templater.rb:6:in `block in apply' | |
from /home/jose/Sites/templates/rails-templater/templater.rb:6:in `each' | |
from /home/jose/Sites/templates/rails-templater/templater.rb:6:in `apply' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor/actions.rb:217:in `instance_eval' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor/actions.rb:217:in `apply' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.0.3/lib/rails/generators/rails/app/app_generator.rb:300:in `apply_rails_template' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor/task.rb:22:in `run' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor/invocation.rb:118:in `invoke_task' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor/invocation.rb:124:in `block in invoke_all' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor/invocation.rb:124:in `each' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor/invocation.rb:124:in `map' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor/invocation.rb:124:in `invoke_all' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor/group.rb:226:in `dispatch' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/thor-0.14.6/lib/thor/base.rb:389:in `start' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.0.3/lib/rails/commands/application.rb:18:in `<top (required)>' | |
from <internal:lib/rubygems/custom_require>:29:in `require' | |
from <internal:lib/rubygems/custom_require>:29:in `require' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.0.3/lib/rails/cli.rb:14:in `<top (required)>' | |
from <internal:lib/rubygems/custom_require>:29:in `require' | |
from <internal:lib/rubygems/custom_require>:29:in `require' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/gems/rails-3.0.3/bin/rails:4:in `<top (required)>' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/bin/rails:19:in `load' | |
from /home/jose/.rvm/gems/ruby-1.9.2-p0/bin/rails:19:in `<main>' | |
jose@ubu-dev:~/Sites$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment