Re: [Rails] Shift from mongrel to webrick

2013-09-04 Thread Colin Law
On 4 September 2013 16:01, honey ruby wrote: > I need some good tutorials to learn rails3 with detail any suggestions As always, railstutorial.org which is free to use online, though I see this was suggested to you (by myself and others) in August 2012, February 2012, December 2011 and August 201

Re: [Rails] Shift from mongrel to webrick

2013-09-04 Thread honey ruby
I need some good tutorials to learn rails3 with detail any suggestions plz... On Wed, Sep 4, 2013 at 8:26 PM, honey ruby wrote: > Thanks Jordon it worked. > > > On Wed, Sep 4, 2013 at 8:01 PM, Jordon Bedwell wrote: > >> On Wed, Sep 4, 2013 at 9:21 AM, honey ruby >> wrote: >> > Thanks Jordon for

Re: [Rails] Shift from mongrel to webrick

2013-09-04 Thread honey ruby
Thanks Jordon it worked. On Wed, Sep 4, 2013 at 8:01 PM, Jordon Bedwell wrote: > On Wed, Sep 4, 2013 at 9:21 AM, honey ruby > wrote: > > Thanks Jordon for your quick response I agree with you but I want to > know is > > do we have any other way to shift the to shift from mongrel to webrick > w

Re: [Rails] Shift from mongrel to webrick

2013-09-04 Thread Jordon Bedwell
On Wed, Sep 4, 2013 at 9:21 AM, honey ruby wrote: > Thanks Jordon for your quick response I agree with you but I want to know is > do we have any other way to shift the to shift from mongrel to webrick with > out uninstall the mongrel gem. If we uninstall the gem rails will pick > webrick by defau

Re: [Rails] Shift from mongrel to webrick

2013-09-04 Thread honey ruby
Thanks Jordon for your quick response I agree with you but I want to know is do we have any other way to shift the to shift from mongrel to webrick with out uninstall the mongrel gem. If we uninstall the gem rails will pick webrick by default I knew that. Wanna know is there any other alternative f

Re: [Rails] Shift from mongrel to webrick

2013-09-04 Thread Hassan Schroeder
On Wed, Sep 4, 2013 at 7:21 AM, honey ruby wrote: > do we have any other way to shift the to shift from mongrel to webrick Let's see: I have a command `rails server` and I wonder if there are command options. Oh, how about I try `rails server --help` ... -- Hassan Schroeder ---

Re: [Rails] Shift from mongrel to webrick

2013-09-04 Thread Jordon Bedwell
On Wed, Sep 4, 2013 at 9:01 AM, honey ruby wrote: > I have installed mongrel gem and in my dev I can able to run my app on > mongrel but If I want to shift to webrick how can I shift easily with out > uninstalling the mongrel gem That depends on how you have mongrel running and I definitely woul

[Rails] Shift from mongrel to webrick

2013-09-04 Thread honey ruby
Hi Everyone I have installed mongrel gem and in my dev I can able to run my app on mongrel but If I want to shift to webrick how can I shift easily with out uninstalling the mongrel gem Thanks in advance -- You received this message because you are subscribed to the Google Groups "Ruby on