Solution: 1rst Delete Bundler 1.0.15 $gem uninstall bundler2nd install gem Bundler 1.0.16 $gem install bundler -v 1.0.16 its Works a new install! with Hobo 1.3.0 RC. Good!! now testing...!!! Thanks Quike
> Date: Mon, 8 Aug 2011 08:36:27 -0700 > Subject: [Hobo Users] error after install rails 3.0.9 and Hobo 1.3.0. RC > From: [email protected] > To: [email protected] > > my Env. > > quike@morefx:~/pr$ rvm info > > ruby-1.9.2-p180@tesis: > > system: > uname: "Linux morefx 2.6.35-22-generic #33-Ubuntu SMP Sun > Sep 19 20:34:50 UTC 2010 i686 GNU/Linux" > bash: "/bin/bash => GNU bash, versión 4.1.5(1)-release > (i686-pc-linux-gnu)" > zsh: " => not installed" > > rvm: > version: "rvm 1.6.5 by Wayne E. Seguin > ([email protected]) [https://rvm.beginrescueend.com/]" > > ruby: > interpreter: "ruby" > version: "1.9.2p180" > date: "2011-02-18" > platform: "i686-linux" > patchlevel: "2011-02-18 revision 30909" > full_version: "ruby 1.9.2p180 (2011-02-18 revision 30909) [i686- > linux]" > > homes: > gem: "/home/quike/.rvm/gems/ruby-1.9.2-p180@tesis" > ruby: "/home/quike/.rvm/rubies/ruby-1.9.2-p180" > > binaries: > ruby: "/home/quike/.rvm/rubies/ruby-1.9.2-p180/bin/ruby" > irb: "/home/quike/.rvm/rubies/ruby-1.9.2-p180/bin/irb" > gem: "/home/quike/.rvm/rubies/ruby-1.9.2-p180/bin/gem" > rake: "/home/quike/.rvm/gems/ruby-1.9.2-p180@global/bin/ > rake" > > environment: > PATH: "/home/quike/.rvm/gems/ruby-1.9.2-p180@tesis/bin:/ > home/quike/.rvm/gems/ruby-1.9.2-p180@global/bin:/home/quike/.rvm/ > rubies/ruby-1.9.2-p180/bin:/home/quike/.rvm/bin:/usr/local/sbin:/usr/ > local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" > GEM_HOME: "/home/quike/.rvm/gems/ruby-1.9.2-p180@tesis" > GEM_PATH: "/home/quike/.rvm/gems/ruby-1.9.2-p180@tesis:/home/ > quike/.rvm/gems/ruby-1.9.2-p180@global" > MY_RUBY_HOME: "/home/quike/.rvm/rubies/ruby-1.9.2-p180" > IRBRC: "/home/quike/.rvm/rubies/ruby-1.9.2-p180/.irbrc" > RUBYOPT: "" > gemset: "tesis" > > > quike@morefx:~/pr$ hobo new simo > Hobo Command Line Interface 1.3.0.RC > Generating Rails infrastructure... > create > create README > . > . > . > Test Framework > Do you want to customize the test_framework? [y|n] y > => "y" > Choose your preferred test framework: [<enter>=test_unit|rspec|shoulda| > rspec_with_shoulda]: rspec > => "rspec" > Do you want the test framework to generate the fixtures? [y|n] n > => "n" > Type your preferred fixture replacement or <enter> for no > replacement: > => "" > gemfile rspec-rails (>= 2.5.0) > Fetching source index for http://rubygems.org/ > Using rake (0.8.7) > Using abstract (1.0.0) > . > . > . > Using activeresource (3.0.9) > Using bundler (1.0.15) > Installing diff-lcs (1.1.2) /home/quike/.rvm/rubies/ruby-1.9.2-p180/ > lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:307:in `add_spec': > undefined method `<<' for #<Bundler::SpecSet:0x8b1ab7c> > (NoMethodError) > from /home/quike/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/ > rubygems/installer.rb:207:in `install' > from /home/quike/.rvm/gems/ruby-1.9.2-p180@tesis/gems/bundler-1.0.15/ > lib/bundler/source.rb:101:in `block in install' > from /home/quike/.rvm/gems/ruby-1.9.2-p180@tesis/gems/bundler-1.0.15/ > lib/bundler/rubygems_integration.rb:78:in `preserve_paths' > from /home/quike/.rvm/gems/ruby-1.9.2-p180@tesis/gems/bundler-1.0.15/ > lib/bundler/source.rb:91:in `install' > . > . > . errors.....to end. > $ > > How to Fix? > > y try Mysql ? Howto? > > > Best Regards > > Quike > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
