Robert Walker wrote: > Parker Selbert wrote: >> Alternatively, if you don't want Passenger running locally or don't like >> it try: > > And as of very recently if you want a local Passenger that works much > like Mongrel then: > > gem install passenger --pre > cd your_project > passenger start > > This will install and setup Phusion Passenger Standalone the first time. > Then just do 'passenger start' in place of 'rails server'. > > This is what I'm now using for development and am very happy with it so > far.
Interesting. With Rails 2, I've always thought local Passenger was silly, but if Mongrel doesn't work with Rails 3, then I'll try this when I start working with Rails 3. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 [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.

