Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails when installing gems #54

Closed
gugguson opened this issue Dec 8, 2012 · 2 comments
Closed

Fails when installing gems #54

gugguson opened this issue Dec 8, 2012 · 2 comments

Comments

@gugguson
Copy link

gugguson commented Dec 8, 2012

Hello.

I have both MacOSX and Ubuntu boxes and I get the same error when going through the "I want to build my own application" wizard. This is the error:

  recipe  Running testing recipe...
  recipe  Running email recipe...
  recipe  Running models recipe...
  recipe  Running controllers recipe...
  recipe  Running views recipe...
  recipe  Running routes recipe...
  recipe  Running frontend recipe...
  recipe  Running init recipe...
  recipe  Running prelaunch recipe...
  recipe  Running prelaunch recipe...
  recipe  Running extras recipe...
  extras  Reduce assets logger noise during development? (y/n) y
  extras  Set a robots.txt file to ban spiders? (y/n) y
  extras  Create a project-specific rvm gemset and .rvmrc? (y/n) n
  extras  Create a GitHub repository? (y/n) n
  extras  recipe setting quiet_assets for reduced asset pipeline logging
 gemfile    quiet_assets (>= 1.0.1)
  extras  recipe banning spiders by modifying 'public/robots.txt'
composer  Installing gems. This will take a while.

https://raw.github.com/RailsApps/rails-composer/master/composer.rb:2033:in apply': uninitialized constant Rails::Generators::AppGenerator::Bundler (NameError) from /Users/gugguson/.rvm/gems/ruby-1.9.3-p0@rails32/gems/thor-0.16.0/lib/thor/actions.rb:221:ininstance_eval'
from /Users/gugguson/.rvm/gems/ruby-1.9.3-p0@rails32/gems/thor-0.16.0/lib/thor/actions.rb:221:in apply' from /Users/gugguson/.rvm/gems/ruby-1.9.3-p0@rails32/gems/railties-3.2.8/lib/rails/generators/app_base.rb:109:inapply_rails_template'
from (eval):1:in apply_rails_template' from /Users/gugguson/.rvm/gems/ruby-1.9.3-p0@rails32/gems/thor-0.16.0/lib/thor/task.rb:27:inrun'
from /Users/gugguson/.rvm/gems/ruby-1.9.3-p0@rails32/gems/thor-0.16.0/lib/thor/invocation.rb:120:in invoke_task' from /Users/gugguson/.rvm/gems/ruby-1.9.3-p0@rails32/gems/thor-0.16.0/lib/thor/invocation.rb:126:inblock in invoke_all'
from /Users/gugguson/.rvm/gems/ruby-1.9.3-p0@rails32/gems/thor-0.16.0/lib/thor/invocation.rb:126:in each' from /Users/gugguson/.rvm/gems/ruby-1.9.3-p0@rails32/gems/thor-0.16.0/lib/thor/invocation.rb:126:inmap'
from /Users/gugguson/.rvm/gems/ruby-1.9.3-p0@rails32/gems/thor-0.16.0/lib/thor/invocation.rb:126:in invoke_all' from /Users/gugguson/.rvm/gems/ruby-1.9.3-p0@rails32/gems/thor-0.16.0/lib/thor/group.rb:238:indispatch'
from /Users/gugguson/.rvm/gems/ruby-1.9.3-p0@rails32/gems/thor-0.16.0/lib/thor/base.rb:425:in start' from /Users/gugguson/.rvm/gems/ruby-1.9.3-p0@rails32/gems/railties-3.2.8/lib/rails/commands/application.rb:38:in<top (required)>'
from /Users/gugguson/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in require' from /Users/gugguson/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:inrequire'
from /Users/gugguson/.rvm/gems/ruby-1.9.3-p0@rails32/gems/railties-3.2.8/lib/rails/cli.rb:15:in <top (required)>' from /Users/gugguson/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:inrequire'
from /Users/gugguson/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in require' from /Users/gugguson/.rvm/gems/ruby-1.9.3-p0@rails32/gems/rails-3.1.3/bin/rails:7:in<top (required)>'
from /Users/gugguson/.rvm/gems/ruby-1.9.3-p0@rails32/bin/rails:19:in load' from /Users/gugguson/.rvm/gems/ruby-1.9.3-p0@rails32/bin/rails:19:in

'

Any idea whan can be causing this?

@DanielKehoe
Copy link
Member

@gugguson I've just pushed a possible fix. Please try it again and let me know the effect.

@gugguson
Copy link
Author

gugguson commented Dec 8, 2012

Works like a charm now - thanks for very quick fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants