Author Archives: curtis

Amazon SES in 20 minutes

1) Sign into AWS account 2) Get your Account Security key, and secret key 3) add to bundle : gem ‘aws-ses’, :require => ‘aws/ses’ 4) you are going to need to know that you are sandboxed - this means you can only send to - and send from emails that you verify. here is a [...]

‘rt’ - Replace Text in Ruby for Rails 3 Upgrade, Charlie Brown

If you would like to use the actual file that we used to transform the code from RSpec 1 to 2, Webrat to Capybara and a few things around Rails 2 to rails 3. You can find this file in the repository