--0016e644d02c5d3a50046799dd91 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit On Wed, Apr 15, 2009 at 11:10 AM, James Britt <james.britt / gmail.com> wrote: > Ruby Student wrote: > >> Hello team, >> I am having a problem with Ramaze. >> I submitted a question and a helpful team member gave me the info below. >> The problem is that I don't know how to apply the path and so I would like >> someones help. >> > > Have you tried updating your copy of Ramaze by getting the latest version > from GitHub? > > Are you familiar with git, and GitHub? > > > > > -- > James Britt > > www.jamesbritt.com - Playing with Better Toys > www.ruby-doc.org - Ruby Help & Documentation > www.rubystuff.com - The Ruby Store for Ruby Stuff > > Actually, I found on the Ramaze home page how to install the latest version. Please see below. But that created a bunch of other problems, which I am trying to resolve, as you can see below. Things do not look good at all. Any help will be appreciated. Thank you C:\$user>gem install git Successfully installed git-1.0.5 1 gem installed Installing ri documentation for git-1.0.5... Updating ri class cache with 1686 classes... Installing RDoc documentation for git-1.0.5... ERROR: While executing gem ... (TypeError) can't convert Pathname into String C:\$user>gem install --source http://gems.github.com manveru-ramaze Thank you for installing Ramaze! You can now do create a new project: # ramaze --create yourproject Successfully installed manveru-ramaze-2009.04.08 1 gem installed Installing ri documentation for manveru-ramaze-2009.04.08... Updating ri class cache with 1712 classes... Installing RDoc documentation for manveru-ramaze-2009.04.08... ERROR: While executing gem ... (TypeError) can't convert Pathname into String C:\$user>ruby helloramaze.rb C:/ruby/lib/ruby/gems/1.9.1/gems/manveru-ramaze-2009.04.08/lib/ramaze.rb:20:in `require': no such file to load -- innate (LoadError) from C:/ruby/lib/ruby/gems/1.9.1/gems/manveru-ramaze-2009.04.08/lib/ramaze.rb:20:in `<module:Ramaze>' from C:/ruby/lib/ruby/gems/1.9.1/gems/manveru-ramaze-2009.04.08/lib/ramaze.rb:12:in `<top (required)>' from helloramaze.rb:2:in `require' from helloramaze.rb:2:in `<main>' C:\$user>gem install innate Successfully installed innate-2009.04.12 1 gem installed Installing ri documentation for innate-2009.04.12... Updating ri class cache with 1870 classes... Installing RDoc documentation for innate-2009.04.12... ERROR: While executing gem ... (TypeError) can't convert Pathname into String C:\$user>ruby helloramaze.rb W [2009-04-15 11:41:28 $5956] WARN | : вл[33mNo explicit root folder found, assuming it is .вл[0m C:/ruby/lib/ruby/gems/1.9.1/gems/innate-2009.04.12/lib/innate/dynamap.rb:11:in `remap': super: no superclass method `remap' for #<Innate::URLMap:0x15404e8 @originals , @mapping ]> (NoMethodError) from C:/ruby/lib/ruby/gems/1.9.1/gems/innate-2009.04.12/lib/innate/dynamap.rb:18:in `map' from C:/ruby/lib/ruby/gems/1.9.1/gems/manveru-ramaze-2009.04.08/lib/ramaze/app.rb:84:in `sync' from C:/ruby/lib/ruby/gems/1.9.1/gems/manveru-ramaze-2009.04.08/lib/ramaze/app.rb:89:in `location from C:/ruby/lib/ruby/gems/1.9.1/gems/manveru-ramaze-2009.04.08/lib/ramaze/app.rb:76:in `initialize' from C:/ruby/lib/ruby/gems/1.9.1/gems/manveru-ramaze-2009.04.08/lib/ramaze/app.rb:117:in `new' from C:/ruby/lib/ruby/gems/1.9.1/gems/manveru-ramaze-2009.04.08/lib/ramaze/app.rb:117:in `find_or_create' from C:/ruby/lib/ruby/gems/1.9.1/gems/manveru-ramaze-2009.04.08/lib/ramaze/controller.rb:72:in `map' from C:/ruby/lib/ruby/gems/1.9.1/gems/manveru-ramaze-2009.04.08/lib/ramaze/controller.rb:35:in `block in setup' from C:/ruby/lib/ruby/1.9.1/set.rb:211:in `block in each' from C:/ruby/lib/ruby/1.9.1/set.rb:211:in `each_key' from C:/ruby/lib/ruby/1.9.1/set.rb:211:in `each' from C:/ruby/lib/ruby/gems/1.9.1/gems/manveru-ramaze-2009.04.08/lib/ramaze/controller.rb:29:in `setup' from C:/ruby/lib/ruby/gems/1.9.1/gems/innate-2009.04.12/lib/innate.rb:151:in `block in setup_dependencies' from C:/ruby/lib/ruby/gems/1.9.1/gems/innate-2009.04.12/lib/innate.rb:151:in `each' from C:/ruby/lib/ruby/gems/1.9.1/gems/innate-2009.04.12/lib/innate.rb:151:in `setup_dependencies' from C:/ruby/lib/ruby/gems/1.9.1/gems/innate-2009.04.12/lib/innate.rb:126:in `start' from helloramaze.rb:8:in `<main>' C:\$user> -- Ruby Student --0016e644d02c5d3a50046799dd91--