Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Update README #67

Merged
merged 4 commits into from
Apr 2, 2020
Merged

Update README #67

merged 4 commits into from
Apr 2, 2020

Conversation

mriddle
Copy link
Contributor

@mriddle mriddle commented Apr 1, 2020

A couple of small changes

  • Added pry and minitest-line as a development dependency which I've found invaluable while working on this gem
  • Updated the README, it was a little dated and I found the summary section lacking

mriddle added 2 commits April 1, 2020 14:34
Useful for debugging
Allows you to run specific test scenarios, useful when iterating on a
particular feature.
@mriddle mriddle requested a review from a team as a code owner April 1, 2020 13:33
@mriddle mriddle self-assigned this Apr 1, 2020
README.md Outdated
}
```

The `increment_by` value configured here does not dictate the value on your alloc server and must remain in sync with the value of [`auto_increment_increment`](https://dev.mysql.com/doc/refman/5.6/en/replication-options-master.html#sysvar_auto_increment_increment)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This disclaimer and the references below it will be updated once the validation work in #63 is merged

mriddle added 2 commits April 2, 2020 12:17
Mocha deprecation warning at test_helper.rb:7 `require':
Require 'mocha/test_unit', 'mocha/minitest' or 'mocha/api' instead of
'mocha/setup'.
Tweaks:
 * Add more detail to how the gem works in the summary section
 * Set `increment_by` value to what we're using as the default
 * Disclaimer that `increment_by` doesn't do anything, the configuration
 must be done on the MySQL server itself.
 * Updated outdated testing steps
 * Moved the testing section to the bottom, it was in the middle of the
 installation and configuration instructions
@mriddle mriddle force-pushed the mriddle-misc-updates branch from 7196931 to 8130ce7 Compare April 2, 2020 10:17
@mriddle mriddle added this to the 4.0.0 milestone Apr 2, 2020
@bquorning bquorning merged commit 5e40fb8 into master Apr 2, 2020
@bquorning bquorning deleted the mriddle-misc-updates branch April 2, 2020 11:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants