Skip to content

vincentjiang/vrails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENVIRONMENT

  • Ruby 2.2.2
  • Rails 4.2.2
  • MySQL

STEP UP SYSTEM

$ rake db:create db:migrate db:seed
User.create(
  email: "yourname@example.com",
  username: "yourname",
  password: "password",
  password_confirmation: "password",
  activation: true
)

EXAMPLE

Please have a look my blog http://vrails.com/