One of the projects I needed to do was to create an image gallery that allowed users to login using their existing phpBB login/password. Doing it with RoR is fairly simple.
Categories: Programming, Ruby
Working on another project, which is in Ruby on Rails. RoR typically uses Mongrel to serve up the pages, and while there are tons of pages on how to get RoR and Fastcgi working together I have never been able to do this.
The solution I have used is having Apache as a frontend, proxying to a Mongrel server running on the same machine. This is not the fastest way, and with Mongrel being fairly single threaded, you would have to run Mongrel cluster to get decent performance. This is intended for the first pass of hosting, just to get things rolling.
Recent Comments