Hi, Did you update your merb.thor recently? Since the command merb:edge:stack hasn't been in merb.thor for weeks now.
I think that explains a lot ;-) You should try: curl -L http://merbivore.com/merb.thor > tasks/merb.thor This will get you the latest version of merb.thor - from then on you can just run: thor merb:tasks:update to keep it up-to-date - Fabien On Oct 30, 7:58 pm, dc <[EMAIL PROTECTED]> wrote: > hi - > > seems like theres a new version tick on merb, so i guess i'll kick off > the inevitable thor-related thread. > > what is the suggested way to upgrade? > > sudo thor merb:edge:stack --install > > ticks along a bit and then: > > Cloning merb-core repository from git://github.com/wycats/merb-core.git... > Initialize merb-core/.git > Initialized empty Git repository in /Users/dc/svn/merbquest/trunk/ > tools/setup/src/merb-core/.git/ > remote: Counting objects: 2312, done. > remote: Compressing objects: 100% (1673/1673), done. > remote: Total 2312 (delta 1219), reused 1133 (delta 452) > Receiving objects: 100% (2312/2312), 1.31 MiB | 512 KiB/s, done. > Resolving deltas: 100% (1219/1219), done. > /Users/dc/svn/merbquest/trunk/tools/setup/merb.thor:203:in > `install_gem_from_src': No Rakefile found for merb-core > (Gem::InstallError) > from /Users/dc/svn/merbquest/trunk/tools/setup/merb.thor:972:in > `install_from_src' > from /Users/dc/svn/merbquest/trunk/tools/setup/merb.thor:817:in > `refresh_from_source' > from /Users/dc/svn/merbquest/trunk/tools/setup/merb.thor:815:in > `each' > from /Users/dc/svn/merbquest/trunk/tools/setup/merb.thor:815:in > `refresh_from_source' > from /Users/dc/svn/merbquest/trunk/tools/setup/merb.thor:734:in > `core' > from /Users/dc/svn/merbquest/trunk/tools/setup/merb.thor:827:in > `stack' > from /opt/local/lib/ruby/gems/1.8/gems/thor-0.9.8/lib/thor/task.rb: > 27:in `send' > from /opt/local/lib/ruby/gems/1.8/gems/thor-0.9.8/lib/thor/task.rb: > 27:in `run' > from /opt/local/lib/ruby/gems/1.8/gems/thor-0.9.8/lib/thor/task.rb: > 20:in `parse' > from /opt/local/lib/ruby/gems/1.8/gems/thor-0.9.8/lib/thor/runner.rb: > 144:in `method_missing' > from /opt/local/lib/ruby/gems/1.8/gems/thor-0.9.8/lib/thor/task.rb: > 27:in `send' > from /opt/local/lib/ruby/gems/1.8/gems/thor-0.9.8/lib/thor/task.rb: > 27:in `run' > from /opt/local/lib/ruby/gems/1.8/gems/thor-0.9.8/lib/thor/task.rb: > 20:in `parse' > from /opt/local/lib/ruby/gems/1.8/gems/thor-0.9.8/lib/thor.rb:78:in > `start' > from /opt/local/lib/ruby/gems/1.8/gems/thor-0.9.8/bin/thor:7 > from /opt/local/bin/thor:19:in `load' > from /opt/local/bin/thor:19 > > have also cleaned out ~/.thor so mysterious conflicts there are not > part of this issue. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
