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'
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
forked from codefellows/chapter12_actionmailer
-
Notifications
You must be signed in to change notification settings - Fork 0
UWE-Ruby/chapter12_actionmailer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Chapter 12: ActionMailer in Rails 3.2
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published