Marnen Laibow-Koser wrote:
>> How do you set up Mongrel that's easier (from scratch) than the above? 
>> I'm
>> assuming you're not just working on a single Rails site and just do 
>> "rails
>> s" or "script/server" when you need it up (I have locally running 
>> websites
>> available all the time).
> 
> I don't see the point of that on a development machine either.  I can't 
> imagine a use case in which I'd need multiple Rails sites running 
> simultaneously on my development machine.  I just type script/server for 
> whatever project I'm working on at a given time.

I have to agree with Marnen on this point. I don't run services on my 
machines that are unnecessary. I don't have Apache running all the time. 
It's not like I server web sites from my laptop. I don't run MySQL on my 
development box all the time. I don't develop multiple-sites 
concurrently, so I see no point in having them running all the time.

I'm quite happy with ./script/server, which I aliased as 'ss' in my 
profile so I just type ss in my already running terminal window and my 
site it up and running with Mongrel. And, given that Mongrel is 
pre-installed by Apple, there's nothing to install, keeping my 
development machine just that much cleaner.

P.S. +1 to whoever mentioned Homebrew. Finally an alternative to 
macports that I can be happy with. self => "macports hater"
-- 
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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to