Skip to content

Instantly share code, notes, and snippets.

View amacado's full-sized avatar
🐕
livin' the dream!

Clemens Bastian amacado

🐕
livin' the dream!
View GitHub Profile
@amacado
amacado / redmine_demo_data.rake
Last active February 13, 2022 22:24 — forked from edavis10/demo.rake
Rake tasks to create tons of data for Redmine
# 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
#