sample_app_3rd_edition
sample_app_3rd_edition copied to clipboard
Ran rake db:migrate:reset to remove microposts from db/schema.rb; remove...
...d references to microposts from Guardfile
These changes are for the account-activation-password-reset branch ONLY. I am using this specific branch for a rapid prototyping gem (https://github.com/jhsu802701/generic_app) that uses a generic Rails app (the railstutorial.org sample app BEFORE the addition of microposts and relationships) as a template for starting any specific Rails app. Using my special rapid prototyping gem creates a general app with user functionality, Twitter bootstrap, tests, Guard, account activations, password resets, and other features in SECONDS instead of hours.