Phusion Passenger 2.0.1 (final) released
Phusion Passenger version 2.0.1 has been officially released. Not much has changed since 2.0 RC 2: only some documentation has been updated.
See the announcements for versions 2.0 RC 1 and 2.0 RC 2 for a full list of changes compared to version 1.0.x.
How do I upgrade to 2.0.1?
Please install it with the following command:
gem install passenger
Next, run:
passenger-install-apache2-module
Please don’t forget to copy & paste the Apache config snippet that the installer gives you.
Does this support the Edge Merb feature of background tasks?
http://wiki.merbivore.com/pages/background-tasks
Comment by Ken — June 25, 2008 @ 10:36 am
Hello,
I cannot find the 2.0.1 gem.
Any clue?
Best,
Thomas.
Comment by Thomas Balthazar — June 25, 2008 @ 1:10 pm
$gem install passenger try to install 1.9, the 2.0.1 is maybe not yet propagated.
Solution :
$curl -O http://files.rubyforge.vm.bytemark.co.uk/passenger/passenger-2.0.1.gem
$sudo gem install passenger-2.0.1.gem
$passenger-install-apache2-module
Comment by Thomas Balthazar — June 25, 2008 @ 1:31 pm
I was wondering if setting PassengerRuby (as well as RailsRuby) to use ruby ee is of any benefit. I have done this for a couple of days and have yet to see any adverse effects (only visitor thus far is me though). I should probably do my own benchmarks when I get a chance, but I would like to hear your thoughts on this (or of any commenter for that matter). Finally real quickly I’d just like to say thanks for the awesomeness
Comment by clouder — June 25, 2008 @ 2:02 pm
woops my bad, just found the deprecated section in the docs and saw that RailsRuby is deprecated. Thought they were two different things.
Comment by clouder — June 25, 2008 @ 4:41 pm
Hey Guys,
We love passenger. Only problem we’ve had is the max connection limit issue that I know other Ubuntu users have noted in 1.9.1, which does not appear in 1.0.5 (at least that I’ve experienced). Does 2.0.1 take care of that issue? Thanks again for a terrific piece of software.
Comment by Aron Pilhofer — June 26, 2008 @ 6:24 am
Hey guys. First, thanks for passenger, it’s a great product. I do have one issue though: namespaced controllers. I have /users and /admin/users controllers. When I try to access /admin/users the view breaks due to an uninitialized instance variable: @users. The same code works fine under thin, mongrel and webrick so I’m assuming it’s a passenger issue. I’ve googled but haven’t found a solution. Please help, I would like to continue using passenger, but this is a deal breaker for me.
I’m on the latest version: passenger 2.0.1.
Comment by Andrew Stone — June 27, 2008 @ 2:51 pm
[...] has released Passenger 2.0.1, the first non-release candidate version of their popular Passenger / mod_rails / mod_rack Rails [...]
Pingback by Phusion Passenger 2.0.1 Released: A Significant Upgrade — June 27, 2008 @ 5:06 pm
[...] greatest system on the market for running Ruby on Rails apps, mod_rails aka Phusion Passenger, has hit v2, their first non-beta / release-candidate release. Great stuff. Go forth and sudo gem install [...]
Pingback by Mc-Kenna.com » mod_rails / Phusion Passenger 2 goes gold — June 27, 2008 @ 6:45 pm
Will there ever be a windows version of Passenger?
Comment by Paul — June 30, 2008 @ 8:16 am
[...] Se lanza la versión final de Phusion Passenger 2.0. [...]
Pingback by Enlaces :ruby, :rails => “junio 2008″ | Javier Vidal Postigo — July 1, 2008 @ 4:09 am
can some help me, when i try to install the version 2.0.3 or even the 1.9.1, i get the following error :
g++ -I.. -fPIC -g -DPASSENGER_DEBUG -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-0 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables -I/usr/include/httpd -D_REENTRANT -g -DPASSENGER_DEBUG -Wall -I/usr/local/include -c Hooks.cpp
MessageChannel.h: In member function âint Passenger::MessageChannel::readFileDescriptor()â:
MessageChannel.h:488: error: ââ is/uses anonymous type
MessageChannel.h:488: error: trying to instantiate âtemplate struct boost::is_integralâ
Hooks.cpp: In member function âboost::shared_ptr Hooks::receiveRequestBody(request_rec*)â:
Hooks.cpp:520: warning: comparison between signed and unsigned integer expressions
rake aborted!
Command failed with status (1): [g++ -I.. -fPIC -g -DPASSENGER_DEBUG -DLINU...]
/usr/local/lib/ruby-ent/lib/ruby/gems/1.8/gems/passenger-2.0.3/Rakefile:169
(See full trace by running task with –trace)
——————————————–
It looks like something went wrong
Comment by James — September 4, 2008 @ 4:31 am