Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

workflo/pwsafe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Safe

Setup

  • always use this command for bundle during development in local machine:

    bundle install --without production

  • always use this command for bundle for production environmnet:

    bundle install --without development test

  • Database creation and initialization:

    rake db:setup

About

Just playing with Rails 5...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 67.0%
  • HTML 25.3%
  • CSS 5.2%
  • JavaScript 2.2%
  • CoffeeScript 0.3%