On 23 October 2013 14:14, RVic <rvinc...@hotmail.com> wrote:
> Colin,
>
> I think you've forgotten more about Rails than I will ever know. Im using
> rvm, so to use in earlier versin of rubygems, how would I specify that? I
> took your advice and tried to comment out line 31 in custom_require.rb, and
> when I go to invoke with the old "ruby script/server" it now comes back
> with:
>
> Error loading RubyGems plugin
> "/home/user/.rvm/gems/ruby-1.8.6-p420@global/gems/executable-hooks-1.2.5/lib/rubygems_plugin.rb":
> uninitialized constant ExecutableHooks (NameError)
> ./script/../config/boot.rb:39:in `run': uninitialized constant
> Rails::Initializer (NameError)
>     from ./script/../config/boot.rb:11:in `boot!'

You can check which version of rubygems you have with
gem -v
If you do that on your old machine you can then install that version using
rvm install rubygems <version>
Then check with gem -v

I use 1.3.7 with rails 2, it gives a few warnings but works ok.

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%3D0gLvcS_ZmJ4ge45LHHWBf3SUuQamZjOSEsrs9SWB-s1NOfQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to