30990006a9
DEV: enable frozen string literal on all files
...
This reduces chances of errors where consumers of strings mutate inputs
and reduces memory usage of the app.
Test suite passes now, but there may be some stuff left, so we will run
a few sites on a branch prior to merging
2019-05-13 09:31:32 +08:00
bdbde02d2c
Fix user is nil in populate posts.
2017-07-15 15:39:21 +02:00
3b9a1410f8
report errors from the populate.thor tool
2016-10-17 14:01:37 -04:00
5e8c7037ef
Implement seed user, multiple topic creation
...
initial user seed setup
implement multiple topic creation option
refactor
refactor to remove hipster_words
add create_user method
refactor create_user
refactor topic creation
refactor post creation
refactor topic creation
refactor post creation
fix provided_user
minor refactoring
remove ffaker from Gemfile
re-add hipster words
remove use of ffaker
bugfix
improve documentation
2016-06-17 15:09:01 -05:00
79e37ad1a8
FIX: thor populate:posts tool needs to use find_by_username
2014-08-26 12:32:17 -04:00
ec26063fdc
In populate:posts tool, catch post validation errors and retry
2013-12-06 14:39:11 -05:00
13da653f2b
Add a tool to generate a lot of posts in a topic. thor populate help posts to see usage.
2013-12-05 12:41:24 -05:00