On 23 October 2013 13:44, RVic <rvinc...@hotmail.com> wrote:
> I have an older rails app that runs on an old, windows machine that i ned to
> port to a more modern linux. The app is written using ruby 1.8.6 (2010-09-02
> patchlevel 420) [i686-linux] with rails 2.3.2.
>
> I have installed all of it on the new system, all the required gems and
> plugins, but when I go to fire it up from the projects to-level foder, it
> errors out on me. I've looked all over the web for this, but can't find the
> solution, and at this point, the tings others have tried frighten me as I
> dont really want to kill the pristine setup I have on this new machine
> (using rvm):
>
>>ruby script/server
> /home/user/.rvm/gems/ruby-1.8.6-p420/gems/executable-hooks-1.2.6/lib/executable-hooks/regenerate_binstubs_command.rb:47:
> warning: parenthlesize argument(s) for future version
> => Booting Mongrel
> => Rails 2.3.2 application starting on http://0.0.0.0:3000
> /home/user/.rvm/gems/ruby-1.8.6-p420/gems/rails-2.3.2/lib/rails/gem_dependency.rb:99:Warning:
> Gem::Dependency#version_requirements is deprecated and will be removed on or
> after August 2010.  Use #requirement

I think, but am not certain, that the warnings may be due to using a
later version of rubygems.

> /home/user/.rvm/rubies/ruby-1.8.6-p420/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
> `gem_original_require': no such file to load -- ruby-debug

I guess you are missing the ruby-debug gem.  Either install it or
remove the require in development.rb

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLv8qAX0fxrwqwndzAYXTZ%2BE8omfx8UdSUAMS3PwJKUppw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to