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 default.
>>
>> Thanks
>>   
> you can 'gem remove mongrel'
> or make a alias if you are using unix:
> alias "webrick=./script/server webrick"
> (in last case, add also it to your ~/.profile:
> echo ' alias "webrick=./script/server webrick" ' >> ~/.profile)
> 
> 
> Tom Lobato

for some reason i can't run the remove command. When i do i get

[EMAIL PROTECTED]:~/Desktop$ gem remove mongrel
ERROR:  While executing gem ... (RuntimeError)
    Unknown command remove

how can i fix this?
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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-talk@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to