Atentamente, yo <Matías>
生老病死
Victory breeds hatred, for the conquered is unhappy. He who
Victory breeds hatred, for the conquered is unhappy. He who
has given up both victory and defeat, he, the contented, is happy.
Just to become a nice and easy start up app within a few seconds.
- rails_admin
- devise
- cancan
- papertrail
rails g rails_admin:install
rails generate devise:install rails g devise:views rails g devise User
rails g cancan:ability
rails generate paper_trail:install --with-changes --with-associations
rails g migration AddUsernameToUser username:string
bundle exec rake db:migrate
rails g model Role name:string rails g migration addRoleIdToUser role:references rake db:migrate