-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ Gem::Specification.new do |spec| | |
spec.version = VerboseMigrations::VERSION | ||
spec.authors = ['Zeke Gabrielse'] | ||
spec.email = ['[email protected]'] | ||
spec.summary = 'Set Active Record logger to DEBUG mode during Active Record migrations.' | ||
spec.description = 'Override Active Record logger to DEBUG mode during Active Record migrations to easily follow along and spot blocking queries in a migration.' | ||
spec.summary = 'Enable verbose logging for Active Record migrations, regardless of configured log level.' | ||
spec.description = 'Enable verbose logging for Active Record migrations, regardless of configured log level. Monitor query speed, query execution, and overall progress when executing long running or otherwise risky migrations.' | ||
spec.homepage = 'https://github.com/keygen-sh/verbose_migrations' | ||
spec.license = 'MIT' | ||
|
||
|