On 2 Jun., 02:10, Hassan Schroeder <[email protected]> wrote: > 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
Yeah, I re-installed rails and it doesn't work at all. The project was created after installing version 2.3.8 and it's a riddle to me, why there are different versions of some packages. Webrick: => Booting WEBrick => Rails 2.3.8 application starting on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server [2010-06-02 03:52:47] INFO WEBrick 1.3.1 [2010-06-02 03:52:47] INFO ruby 1.8.6 (2007-03-13) [universal- darwin8.0] [2010-06-02 03:52:47] INFO WEBrick::HTTPServer#start: pid=85268 port=3000 Regards, Gregor -- 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.

