sample_app_3rd_edition icon indicating copy to clipboard operation
sample_app_3rd_edition copied to clipboard

Ran rake db:migrate:reset to remove microposts from db/schema.rb; remove...

Open jhsu802701 opened this issue 10 years ago • 0 comments

...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.

jhsu802701 avatar Jan 24 '15 00:01 jhsu802701