database_rewinder
database_rewinder copied to clipboard
Use append_after instead of append?
DatabaseCleaner recommends using append_after instead of append in their README to try to avoid this kind of issue: https://github.com/teamcapybara/capybara/issues/1089. Would it make sense for DatabaseRewinder to have the same instructions?