Hi, I''ve made the RPM packages I use for Rails available for download at: http://xeraph.org/files/rails/ There are binary packages that will work on RHEL3, and source RPMs that you can rebuild for your distribution as well. These packages contain the result of a Gem install, so if you want to, you''ll be able to do a "gem update" later to upgrade the packages, although that kind of defeats the purpose of using RPMs in the first place :) Let me know if you run into any issues. Leon
Thanks for these. I''ll have a look. On Sun, 20 Mar 2005 18:20:27 +1200, leon breedt <bitserf-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > I''ve made the RPM packages I use for Rails available for download at: > > http://xeraph.org/files/rails/ > > There are binary packages that will work on RHEL3, and source RPMs > that you can rebuild for your distribution as well. > > These packages contain the result of a Gem install, so if you want to, > you''ll be able to do a "gem update" later to upgrade the packages, > although that kind of defeats the purpose of using RPMs in the first > place :) > > Let me know if you run into any issues. > Leon > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- miles
Hello, I have an Apache website which serves static pages. I have built a Rails application to allow people to register to receive a newsletter (i.e. fill out the form with your email address and other details and hit submit). Thats alls the rails app does or needs to do. I am wondering if someone might be kind enough to advise me how I should configure this in Apache. Ideally somehow this would be a seamless page within the same website. I''d like to avoid having to create a subdomain http://railsapp.xse.com.au to give the appearance of seamless integration. At the moment I have a separate website set up in Apache for the static site and a separate site for the Rails application. Any advice on how best to set this up would be appreciated. Thanks in advance. Andrew Stuart