[Rails] Re: How to go back to using webrick default server

2008-11-30 Thread Mrmaster Mrmaster
Frederick Cheung wrote: > If you're running OS X 10.5 and using the system provided install of > ruby, the way it is setup means that gem doesn't know how to remove > the gems that ship with Leopard (ie the ones in /System/Library/...) > > Fred > > On Nov 30, 7:43�pm, Mrmaster Mrmaster <[EMAIL P

[Rails] Re: How to go back to using webrick default server

2008-11-30 Thread Mrmaster Mrmaster
Frederick Cheung wrote: > If you're running OS X 10.5 and using the system provided install of > ruby, the way it is setup means that gem doesn't know how to remove > the gems that ship with Leopard (ie the ones in /System/Library/...) > > Fred > > On Nov 30, 7:43�pm, Mrmaster Mrmaster <[EMAIL P

[Rails] Re: How to go back to using webrick default server

2008-11-30 Thread Frederick Cheung
If you're running OS X 10.5 and using the system provided install of ruby, the way it is setup means that gem doesn't know how to remove the gems that ship with Leopard (ie the ones in /System/Library/...) Fred On Nov 30, 7:43 pm, Mrmaster Mrmaster <[EMAIL PROTECTED] s.net> wrote: > Bobnation wr

[Rails] Re: How to go back to using webrick default server

2008-11-30 Thread Mrmaster Mrmaster
Bobnation wrote: > Can you run gem update and that works fine? What gem version are you > using? > > On Nov 30, 10:06�am, Mrmaster Mrmaster <[EMAIL PROTECTED] I used gem update and gem update --system and both said nothing to update. I think i'm running gems 1.3.1 but i'm not sure since i can't

[Rails] Re: How to go back to using webrick default server

2008-11-30 Thread Bobnation
Can you run gem update and that works fine? What gem version are you using? On Nov 30, 10:06 am, Mrmaster Mrmaster <[EMAIL PROTECTED] s.net> wrote: > Bobnation wrote: > > I'm just curious as to why you want to remove Mongrel, just a general > > question. > > > I would really add +1 to the idea of

[Rails] Re: How to go back to using webrick default server

2008-11-30 Thread Mrmaster Mrmaster
Bobnation wrote: > I'm just curious as to why you want to remove Mongrel, just a general > question. > > I would really add +1 to the idea of just adding in an alias in > your .bashrc file just to make the server easier to start. > > On Nov 30, 9:47�am, Mrmaster Mrmaster <[EMAIL PROTECTED] I re

[Rails] Re: How to go back to using webrick default server

2008-11-30 Thread Bobnation
I'm just curious as to why you want to remove Mongrel, just a general question. I would really add +1 to the idea of just adding in an alias in your .bashrc file just to make the server easier to start. On Nov 30, 9:47 am, Mrmaster Mrmaster <[EMAIL PROTECTED] s.net> wrote: > Davo wrote: > > Try

[Rails] Re: How to go back to using webrick default server

2008-11-30 Thread Mrmaster Mrmaster
Davo wrote: > Try 'gem uninstall mongrel' > ( if you have more than one version you will be asked which one ) > Dave > > > On Nov 30, 3:19�pm, Mrmaster Mrmaster <[EMAIL PROTECTED] With the unistall command I get this error: [EMAIL PROTECTED]:~/Desktop$ gem uninstall mongrel ERROR: While execu

[Rails] Re: How to go back to using webrick default server

2008-11-30 Thread pixelhandler
Or, just start your app: ruby script/server webrick On Nov 29, 7:12 pm, Mrmaster Mrmaster <[EMAIL PROTECTED] s.net> wrote: > Hi, > > I've installed mongrel to check it out and want to go back to using > webrick as default when i type server/script to run my server. How can I > do this? I know tha

[Rails] Re: How to go back to using webrick default server

2008-11-29 Thread Davo
Try 'gem uninstall mongrel' ( if you have more than one version you will be asked which one ) Dave On Nov 30, 3:19 pm, Mrmaster Mrmaster <[EMAIL PROTECTED] s.net> wrote: > Tom Lobato wrote: > > Mrmaster Mrmaster escreveu: > >> Hi, > > >> I've installed mongrel to check it out and want to go back

[Rails] Re: How to go back to using webrick default server

2008-11-29 Thread Mrmaster Mrmaster
Tom Lobato wrote: > Mrmaster Mrmaster escreveu: >> Hi, >> >> I've installed mongrel to check it out and want to go back to using >> webrick as default when i type server/script to run my server. How can I >> do this? I know that I can just type server/script webrick but i'd >> prefer to have it as

[Rails] Re: How to go back to using webrick default server

2008-11-29 Thread Tom Lobato
Mrmaster Mrmaster escreveu: > Hi, > > I've installed mongrel to check it out and want to go back to using > webrick as default when i type server/script to run my server. How can I > do this? I know that I can just type server/script webrick but i'd > prefer to have it as default. > > Thanks >