-
Notifications
You must be signed in to change notification settings - Fork 486
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
Comments
DanielKehoe
added a commit
that referenced
this issue
Dec 8, 2012
@gugguson I've just pushed a possible fix. Please try it again and let me know the effect. |
Works like a charm now - thanks for very quick fix. |
zealot128
pushed a commit
to zealot128-os/rails-composer
that referenced
this issue
Apr 12, 2014
Added rvmrc recipe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
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:in
instance_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:in
apply_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:in
run'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:in
block 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:in
map'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:in
dispatch'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:in
require'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:in
require'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?
The text was updated successfully, but these errors were encountered: