Skip to content

movielist is a rails project which task it is to keep track of your personal collection of dvds or bluray discs.

License

Notifications You must be signed in to change notification settings

wulfovitch/movielist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movielist

This is a personal rails project which I and my brother are using for tracking our movies we bought on dvd or bluray.

Installation

You have to run the migrations first. There is no user registration integrated, because this project is a personal project and there was no need to add one. In order to add a predefined set of users to the database, you have to do the following:

  • open test/fixtures/users.yml
  • configure the users which should have access to the system
  • the passwords of the users are stored in an sha1 hash. You can generate your own hashed password by typing echo -n "YourNewPassword" | openssl sha1 into your Terminal.
  • run rake db:fixtures:load

That is all! Have fun with it!

About

movielist is a rails project which task it is to keep track of your personal collection of dvds or bluray discs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published