[Rails] Authentication failed when third party smtp server is used

2009-04-17 Thread Ank Ag
Hello, I am using action mailer to send mails. I need to use a third party smtp server. The third party smtp server i am using is authsmtp. ActionMailer::Base.smtp_settings = { :address= mail.authsmtp.com, :domain = mydomain.com, :port =

[Rails] Migrating rails website from one server to another

2009-03-21 Thread Ank Ag
Hello, I have rails website running on one windows server. How can i migrate the website from one server to another ensuring gems and plugins are also migrated. both the servers run windoes 2003 and the database is mssql 2000. Thank you. -- Posted via http://www.ruby-forum.com/.

[Rails] Will_paginate with include option

2009-01-10 Thread Ank Ag
Hello, I am using will_paginate and want to use eager loading. but when i use the include and order option i get an error. I am using mssqlserver2000 as database @people = Person.paginate(:include=[:relations],:conditions=['People.id NOT IN (Select person_id from

[Rails] Apache mongrel and IIS..hosting asp and rails on same server

2008-12-22 Thread Ank Ag
Hello, I am running ASP.NET on IIS and on the same server am running rails. I have started multiple instances of mongrel as service and apache does the load balancing. THE PROBLEM IS i want to run the ASP.NET website on IIS and at the same time run the rails website through apache mongrel

[Rails] mongrel problems

2008-11-21 Thread Ank Ag
Hi, I am using mongrel on win2k. after i start mongrel only one engine handles all the request so the requests are served serially. How can i run multiple instances of mongrel so that requests are directed to the mongrel instance which is not busy. Another thing is that sometimes if the request