Ruby on Rails Tuesday, April 30, 2013

On 30 April 2013 07:25, kanna <vtrkanna@gmail.com> wrote:
> Hi all,
>
> I DONT KNOW WHAT IS THIS WHEN I RUN SERVER OR CONSOLE
>
> ITS COMMING. PLEASE ANYBODY TELME WHATS PROBLEM WHATS SOLLUTION
>
> rajesh@rajesh:~/workspace/apl$ ruby script/console
> Loading development environment (Rails 2.3.2)
> NOTE: Gem.source_index is deprecated, use Specification. It will be removed
> on or after 2011-11-01.

You are probably using a version of rubygems that is fairly new with
an extremely old version of rails. Why are you using such an old
version of rails? You can find which version of rubygems you are
using by
gem -v
You can either use a later version of rails (you should be using rails
3 for new projects) or downgrade rubygems. I am not sure but I think
1.3.7 may be what you want for rails 2. Google is your friend.

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+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment