[Rails] Missing source file (valid in console, errors when accessed online)

2010-04-30 Thread webo
Environment info: Ruby 1.9.1-p376 Rails 2.3.5 Apache2 with Passenger mod I installed the nokogiri gem like I would any other gem however when I require it at the top of my controller and access it through apache, I get an error saying "Missing source file" and it lists nokogiri. I have other gem

[Rails] Trying to receive emails with ActionMailer + Postfix

2010-04-22 Thread Webo Webo
I've been having a world of issues with trying to get ActionMailer (using Rails 3.0 beta 2) to receive emails from Postfix. Currently in Postfix's aliases file I have the line: rails_mailer: | "/home/directory/to/app/script/rails runner 'MailReceive.recieve(STDIN.read)'" And in my Mailer that sho