UWE-Ruby / chapter12_actionmailer

Chapter 12: ActionMailer in Rails 3.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rails new email_exercise --skip-test-unit
cd email_exercise
rails g scaffold user name:string email:string
rake db:migrate
rm public/index.html
git init 
git add .
git commit -m 'initial rails app with user scaffold'

About

Chapter 12: ActionMailer in Rails 3.2