September 2009
3 posts
Dealing with Exception Notifier and Rails 2.3.3
I installed Exception Notifier on one of our Apps running Rails 2.3.3 and kept running into this error:
Net::SMTPFatalError (555 5.5.2 Syntax error..
A little bit of insight provided this heads up:
But as of Rails 2.3.3, the from email address will get the angle brackets added, so it can only contain the address.
Rails 2.3.4 is/was supposed to fix that, and includes tests so it will be ensured...
Adding Email and User Verification to AuthLogic
The Session
class UserSession < Authlogic::Session::Base validate :check_if_verified private def check_if_verified errors.add(:base, "You have not yet verified your account") unless attempted_record && attempted_record.verified end end
The Migration
class AddVerifiedToUser < ActiveRecord::Migration def self.up add_column :users, :verified, :boolean, :default...
Flickering Vizio HD LCD TV →
Use Case Scenario: Watching movies on the TV via my Laptop. MacBook with Mini-DV to RGB adapter. RGB and 1/8” stereo headphone jack run to back of TV. Input: RGB. After about 15 minutes of…