|
I just stumbled across a posing on the mongodb-user list where there was a discussion about passenger and forking when using mongoDB with MongoMapper.
I just wanted to remind that Rails developers need to tweak their 'environment.rb' if they use MongoDB...
Started by z3cko on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I believe the relevant bit of information is in the... .
I think this "issue" is still around, but I think the fix was provided in both the thread you linked to (a link in the first message) and in a gist by John Nunemaker ( http://gist.github.com/232953 ) .
|
|
I tried do
gem1.8 install passenger
but I get the following error
ERROR: could not find gem passenger locally or in a repository
Which I don't understand, cause it clearly is in the repository
gem1.8 list -r | grep passenger
returns
colouringcode-passenger...
Started by Janak on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Maybe try:
sudo gem install passenger
I tried this a couple of hours later and it worked, perhaps.
|
|
Normally I would install phusion passenger via the gem command, but this wouldn't work for me, so I had to install it via a tarball and then run the installer.
My question is, how do I uninstall it?
dpkg -l | grep passenger
doesn't return anything. When...
Started by Janak on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The only guaranteed indicator of a passenger installation is the passenger file in the apache....
You should read what the Passenger documentation has to say about removal.
You just remove the folder it was installed to, and thats it .
|
Ask your Facebook Friends
|
All, well I am back again. In searching on my Grandfather, John Boss of Liverpool, I have ran into a rather akward gap in the information.
I know he was born in Liverpool, West Derby actually, and that he married a Margaret Williams before he immigrated...
Started by fonners on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at bootlehistory):
With the official #s if you have a ship) the CLIP list though is not as yet fully indexed so.
|
|
I read from some books that Phusion Passenger is the answer to easy Ruby on Rails deployment. But my friend said that first there was Apache + bunch of Mongrels, and then lighttpd, and then nginx, and now Passenger, and it seems endless...
he also said...
Started by Jian Lin on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
In all seriousness, Phusion Passenger and Ruby Enterprise, and recycling listener processes that Passenger handles transparently, or via simple Apache listener uses MUCH less memory, and is faster to boot....
Long answer: y.
Short answer: yes.
|
|
Just as you think it could not get any worse, a Hungarian family has reported their daughter missing from the Concordia. She was not on the passenger list.
The young Moldavian lady who spoke up for the Captain was also not on the passenger list.
Supernumeries...
Started by anniegb on
, 10 posts
by 5 people.
Answer Snippets (Read the full thread at cruisemates):
Supernumeries?
Annie The woman who spoke up, but was traveling on board as a ... .
The young Moldavian lady who spoke up for the Captain was also not on the passenger list.
She was not on the passenger list.
From the Concordia.
|
|
I am using Passenger and Rails' :cache => true to cache all my css into one big file. Deploys are done via Capistrano .
Now sometimes(!), the mem-generated all.css file can't be found after the app is restarted (and I get an error in the log)
ActionController...
Started by Marcel J. on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Restart.txt
This will let Passenger know it needs to reload the Rails stack for the new code look like?
This specific issue is caused when the list of stylesheets with the cache option contains.
|
|
I am actually running phusion passenger on ubuntu for a while. today i updated Ruby Enterprise Edition to the latest version - now it seems i have to reinstall all the gems that were installed on the system. so here are my questions
what is the best way...
Started by z3cko on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As i am not sure if that is the best practice)
uninstall all gems as the root user: gem list --no-versions | xargs gem uninstall -a -I install passenger as root user (via /opt/REE/bin/gem install passenger dir run /opt/REE/bin/....
|
|
I have a Rails 2.3.2 app running on Apache with Passenger, and recently, the strangest thing has started happening.
Every so often, the app will just stop processing requests entirely and they'll all back up until they time out. Restarting Apache seems...
Started by Jim Puls on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
This thread from the Passenger mailing list has more information:
It looked likeOne resource that I found useful was the section of the Passenger users guide where they talk about setup (apache + passenger....
And smart spawning.
|
|
I'm trying to get working an old rails 2.1 application configured with mongrel cluster.
passenger is correctly installed on my system (apache) with this configuration
LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/ext/apache2/...
Started by Davide on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Also you can try to explain to passenger more explicitly where, especially when running multiple instances of Passenger with different environments (production, debug lrwxrwxrwx 1 root root 19....
Is, but that's probably not what you want.
|