0
votes
2answers
43 views
How to disable caching in Rails?
How can I disable caching for my rails site?
I'm running Passenger (mod_rails) and my site is running in 'development' mode:
'ENV['RAILS_ENV'] ||= 'development'
Any help?
0
votes
0answers
34 views
Passenger and Rails on Scalr.net
I'm having an issue with Passenger and Rails working together on my Scalr application server.
I have Rails 2.3.5 installed and Passenger 2.2.7. I am running ruby 1.8.6 (patchlevel 111). Previous …
0
votes
2answers
41 views
mod_ruby on apache: Very slow
Even a request from the server itself takes about 7 seconds ( startpage of a "redmine" installation )..
When running ruby under WEBrick the same request only takes miliseconds...
I am absolutely new …
2
votes
2answers
82 views
Configuring Rails CSS Caching with Passenger
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 …
0
votes
1answer
109 views
mod_rails and Paperclip problem Paperclip::NotIdentifiedByImageMagickError
Hello,
I am havingn troble deploying my app to a server runing ubuntu with mod_rails. Runing webrick on the server seems fine and I can save files, no problem. But runing the app thru nginx, I get …
1
vote
2answers
117 views
mod_rails make: command not found
I'm setting up mod_rails on a Debian server but somehow something got screwed up (it wasn't me :P ).
gem install passenger
Building native extensions. This could take a while...
ERROR: Error …
0
votes
1answer
102 views
Phusion Passenger, mod_rails rails 2.3 problem
"The application has exited during startup (i.e. during the evaluation of config/environment.rb). The error message may have been written to the web server's log file. Please check the web server's …
0
votes
2answers
165 views
How to uninstall Passenger (mod_rails) from nginx?
I've a running nginx and Ubuntu 8.09 site running a rails app -- but we are not making use of Peassenger anymore and it seems to take up a lot of memory.
I google around and there's tons of info on …
0
votes
2answers
53 views
Rails application deployed and working, but MySQL database appears empty
I've deployed a Ruby on Rails application using mod_rails and nginx over Capistrano, and it's working perfectly, but I have a baffling problem.
When I run the following command on the server:
SHOW …
2
votes
2answers
364 views
How to monitor passenger / mod_rails processes?
Hi there,
I searched the site already but couldn't find any suitable information. As there is always some expert around I'm sure one of guys knows exactly what I'm searching for :-)
We're on a …
-1
votes
3answers
201 views
says if i develop a Ruby on Rails application using Rails 2.3.2, will that usually be compatible with Passenger on my hosting company?
says if i develop a Ruby on Rails application using Rails 2.3.2, will that usually be compatible with Passenger on my hosting company?
If i ssh to my hosting company and type rails -v, i get 2.2.2... …
1
vote
1answer
141 views
Using mod_rails to host multiple apps under SSL, same domain
I'm trying to get multiple rails apps hosted under the same domain, but different directories. My configuration before attempting to host multiple apps (which works great), looks like this:
…
6
votes
7answers
645 views
is mod_rails or Phusion Passenger finally the answer to Ruby on Rails Deployment?
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, …
6
votes
4answers
565 views
modrails - rogue ruby processes consuming 100% cpu
I'm having ruby instances from mod_rails go "rogue" -- these processes are no longer listed in passenger-status and utilize 100% cpu.
Other than installing god/monit to kill the instance, can …
1
vote
4answers
90 views
Is it ok to use different different OSes for production/development servers with Rails?
Say, I love Debian+mod_rails and run it on my laptop which is my development platform. Yet, I am deploying to a production server running Ubuntu+mod_rails.
Is it better in a long run if I install …
