search for: haloresearch

Displaying 2 results from an estimated 2 matches for "haloresearch".

Did you mean: allresearch
2007 Jun 30
8
attachment_fu not working on Textdrive
I have attachment_fu working on my local Windows machine (localhost: 3000) But when I transfer it to Textdrive (Solaris), it doesn''t work. Any ideas? Give it a shot: http://haloresearch.textdriven.com:8217/raw_data_files/new I haven''t got the logger working yet on TextDrive, but that will be my next step. Any suggestion on what things to look at first? Chirag --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to...
2007 Nov 12
1
help debugging ActionMailer with restful_authentication?
...'s not being delivered? Here''s the setup code in environment.rb ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.raise_delivery_errors = true ActionMailer::Base.smtp_settings = { :address => "smtp.mail.yahoo.com" , :port => 25, :domain => "www.haloresearch.net" , :authentication => :login, :user_name => "patelc75" , :password => "irdiktanic" , } Here''s the delivery code: class UserObserver < ActiveRecord::Observer def after_create(user) UserMailer.deliver_signup_notification(user) end def aft...