This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Still a work in progress but is good enough for development | |
# Original by https://gist.github.com/edavis10/90063 | |
# | |
# Fork enhancements: | |
# - Updated to latest redmine/faker lib (using .sample instead .rand) | |
# - Added `rake redmine:demo_data:enumerations` command | |
# - Added "How-to" instructions | |
# - Fixed minimum password length | |
# - Removed random_data dependency | |
# |