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. -- 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.

