On 24 August 2010 09:28, pravin mishra <diatm.pravin.it.07...@gmail.com> wrote:
> thanks Frederick
> below data is also trace from my window console..
>
>
> C:\InstantRails-2.0-win_2\rails_apps\diligence>gem list rails
>
> *** LOCAL GEMS ***
>
> rails (2.3.8, 2.0.2)

You have both versions installed, which is ok.  Have a look in
config/environment.rb and you will find a line something like
RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION
If that does not say 2.3.8 then change it to that and, in ruby console do

rake rails:update

This will update the boot and so on to the latest version.
Make sure that you have committed your source to your version control
system (git or whatever) first so that you can see what has been
changed.

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to