Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 479 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 479 Bytes

devise-learning

Learning more about devise authenticator (https://github.com/heartcombo/devise).

  • If you are using rvm, type: rvm use

  • Ruby version: 3.0.2

  • System dependencies: sqlite3

  • Configuration: create master.key and credentials.yml.enc

  • Database creation: rails db:create

  • Database initialization: rails db:migration

  • Install Rails if not exists: gem install rails

  • Install dependencies: bundle install

  • Initialize server: rails s