mod-rails
Remote debugging Rails application in Aptana Studio 3
My Rails development IDE is Aptana Studio 3.0.5, running on Windows. The applications runs on Apache + ModRails (Phusion Passenger) on a separate CentOS Linux machine. I have both Rails 2.x and 3.x ap[详细]
2023-04-13 01:40 分类:问答Rails Passenger problem with Apache2
I\'m trying to setup a ruby on rails server on ubuntu10.10 with apache2 and mod_rails (Phusion Passenger).[详细]
2023-03-12 19:17 分类:问答Is there an easy way to run Garbage Collection outside of the request cycle in Passenger?
Unicorn has OobGC rack middleware that can be used to run 开发者_C百科GC.start after a certain number of requests.[详细]
2023-03-10 14:49 分类:问答RoR 3, Passenger, Relative URLs, and helper methods such as root_url
I\'m really struggling to understand the routing behaviour I\'m seeing with a Rails 3 app as it relates to Passenger and routing helper methods.Here\'s a quick overview:[详细]
2023-03-04 08:20 分类:问答How to deploy multiple rails apps on one domain without symbolic links
According to the passenger documentation it is possible to deploy multiple rails apps on one domain by setting a central rails app and then link in other apps by creating symbolic links in the public[详细]
2023-02-10 03:40 分类:问答How do I figure out why my rails 3 app, using mod_rails, is so slow?
I\'ve developed a small Rails app, using Rails 3.0.0 and Ruby 1.9.2. During test, on my personal computer, it\'s performance is fine. I put it on my VPS for production, using Apache and mod_rails, and[详细]
2023-01-26 04:14 分类:问答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).[详细]
2023-01-06 13:31 分类:问答Not able to upload in a passenger app behing apache
Am not able to upload a 8.4 MB file, in a passenger app behind apache. Transferring the same file via scp took 4.1 minutes.[详细]
2022-12-31 07:32 分类:问答Rails Beta3 & PaperClip & Passenger Bundler::PathError
So I\'m going around in circles with this - I\'m using a fork of the Paperclip Rails gem to get it to work with Rails3. Works fine on my OSX box with Passenger. But on my server (CentOS 5) I get this[详细]
2022-12-31 02:29 分类:问答Archiving an Entire Rails Site
I have a Ruby on Rails site that was only needed for a short period of time during which users added various objects to a mySQL database, commenting on them, associating themselves with them, etc. etc[详细]
2022-12-30 07:19 分类:问答