On 23 March 2010 00:30, jackster the jackle <[email protected]> wrote: > Can anyone help me fix this so I am running on the newer version?
Uninstall the old version? If it's not there, it can't run! sudo gem remove rails -v1.2.3 You might find though that the problems are caused by using different use accounts when you installed the gems... I've had issues like this in the past when I've installed some components as my user, and some as root... cue very temperamental problems! -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

