On Tue, Jun 1, 2010 at 4:38 PM, Gregor <[email protected]> wrote:
> Sorry for that, but first I gone the wrong way and after some hours I > noticed how easy it is to install rails.. I use the command "ruby > script/server". How do I see if webrick starts? prompt% script/server webrick > Output of "gem list --local": > > actionmailer (2.3.8) > actionpack (2.3.8) > activerecord (2.3.8, 2.3.4) > activeresource (2.3.8) > activesupport (2.3.8, 2.3.4, 2.2.3) Whatever "wrong way" you started out with, you might want to just `sudo gem uninstall rails` completely, and then re-install it. Did you create your test project before or after you installed the 2.3.8 version of Rails? -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan -- 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.

