Questions tagged [mod-rails]
48 questions
1
vote
1 answer
Rails page caching with intra-page administration
I'd love to use page caching on a Rails site I run. The information on each page is mostly constant, but the queries that need to be run to collect the information are complicated and can be slow in some cases.The only obstacle to using page caching…

Ron Gejman
- 6,135
- 3
- 25
- 34
1
vote
8 answers
Should I give up on deploying Rails under Windows?
I run an instance of a rails application that is developed by another team. Back when I started, the common way to deploy Rails apps was to use Mongrel behind Apache, and that's the configuration that that team used for their own instances. Since…

ykaganovich
- 14,736
- 8
- 59
- 96
1
vote
2 answers
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?
user75506
1
vote
2 answers
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 to ruby, so i have no idea where to start the…

David
- 2,551
- 3
- 34
- 62
1
vote
1 answer
Not able to serve my sinatra app with passenger/apache
I have a Sinatra application which I run in dev/stage with Thin, now that is time to move into production I started checking out how to serve in apache with passenger.
I followed mainly…

orlybg
- 599
- 1
- 5
- 15
1
vote
2 answers
Passenger missing gem
I'm a newbie to Rails development and trying to run my new application on Hostmonster.
I managed to make it work at the beginning. But now I tried to add more features and it's broken with the following error:
Missing these required gems:…

Zsolt Fejér
- 281
- 2
- 7
1
vote
1 answer
Passenger using Ruby system version instead of Ruby from RVM
I'm using RVM (1.19), Passenger (3.0.19), Apache on a Debian environment.
I tried update the ruby version from 1.8.7 to 1.9.3 using RVM. The following steps were executed:
rvm install 1.9.3
rvm rvmrc to .ruby-version (in my Rails app folder)
rvm…

Fabrício
- 1,060
- 1
- 12
- 17
1
vote
2 answers
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 how to install Passenger, but I didn't find any on…

Teo Choong Ping
- 12,512
- 18
- 64
- 91
0
votes
2 answers
Ruby on Rails/Passenger/Capistrano error message in rendering ERB file. Whats going on
I have recently decided to deploy my site test onto my home server using a combination of Ruby on Rails, Passenger (mod_rails)/Apache and Capistrano to deploy. I am trying to render my home page, which at the moment has no database related elements…

Fergus Barker
- 1,282
- 6
- 16
- 26
0
votes
1 answer
Ruby on Rails and standard mod_rewrite
I've got an old application written in PHP and now I am replacing it by new RoR app. The old application has links like "this-is-seo-title,n123.html". In htaccess there is a rule which is translating those links to news.php?id=123.
Now when I setup…

Arti
- 407
- 5
- 15
0
votes
2 answers
Apache w/mod_rails segmentation fault
I am running Redmine on Apache 2 with mod_rails (passenger) 2.0.3 and Enterprise Ruby 1.8.6. Every so often I get a segfault from Apache when I try to login. Anyone know how I can debug this issue? I see something like this in Apache's…

Abdullah Jibaly
- 53,220
- 42
- 124
- 197
0
votes
1 answer
Trying to run Rails App with Apache/Passenger, but getting 404s
I've installed passenger (don't know if the installation is correct) onto apache (i'm just using a development macintosh running snow leopard).
the httpd.conf file has a VirtualHost setting like this
ServerName myapp
…

user141146
- 3,285
- 7
- 38
- 54
0
votes
1 answer
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 version of both Rails and Passenger worked fine…

nickpellant
- 1,046
- 1
- 7
- 9
0
votes
2 answers
Deploy Rails app anywhere
How can I deploy my Rails apps anywhere in the world (including my shared hosting http://www.moxo.cz/)?
I tried Heroku, but I had problem with moving my dev db.
Then I found mod_rails and it seems I can finally put my app on mydomain.net/railsapp…

Petr Němeček
- 41
- 1
- 3
- 11
0
votes
1 answer
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 log file (i.e. not the (Rails) application's log…

kristian nissen
- 2,809
- 5
- 44
- 68