Skip to content

lreb/rails-5-angular-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

*Migrations rails g model Account email:string password_digest:string password_reminder_token:string password_reminder_expire:timestamp email_confirmation_token:string account_confirmed:boolean account_active:boolean

sources

https://gorails.com/deploy/ubuntu/16.04 https://aranair.github.io/posts/2016/01/22/capistrano-postgres-rails-rvm-nginx-puma/

issues

constant unitilized

rails/rails#13142 (comment)

rename model

https://stackoverflow.com/questions/471416/how-do-you-write-a-migration-to-rename-an-activerecord-model-and-its-table-in-ra