A web application that allows citizens to "adopt" a storm drain in San Francisco. In use, and in development at other brigades. Looking for a maintainer or someone interested in developing further in collaboration with others across the country.
Release notes
*Sourced from [rubocop-rails's releases](https://github.com/rubocop-hq/rubocop-rails/releases).*
> ## RuboCop Rails 2.4.0
> ### New features
>
> * [#123](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/123): Add new `Rails/ApplicationController` and `Rails/ApplicationMailer` cops. ([@eugeneius][])
> * [#130](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/130): Add new `Rails/RakeEnvironment` cop. ([@pocke][])
> * [#133](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/133): Add new `Rails/SafeNavigationWithBlank` cop. ([@gyfis][])
>
> ### Bug fixes
>
> * [#120](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/120): Fix message for `Rails/SaveBang` when the save is in the body of a conditional. ([@jas14][])
> * [#131](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/131): Fix an incorrect autocorrect for `Rails/Presence` when using `[]` method. ([@forresty][])
> * [#142](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/142): Fix an incorrect autocorrect for `Rails/EnumHash` when using nested constants. ([@koic][])
> * [#136](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/136): Fix a false positive for `Rails/ReversibleMigration` when using `change_default` with `:from` and `:to` options. ([@sinsoku][])
> * [#144](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/144): Fix a false positive for `Rails/ReversibleMigration` when using `change_table_comment` or `change_column_comment` with a `:from` and `:to` hash. ([@DNA][])
>
> ### Changes
>
> * [#156](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/156): Make `Rails/UnknownEnv` cop aware of `Rails.env == 'unknown_env'`. ([@pocke][])
> * [#141](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/141): Change default of `EnforcedStyle` from `arguments` to `slashes` for `Rails/FilePath`. ([@koic][])
>
> [@eugeneius]: https://github.com/eugeneius
> [@pocke]: https://github.com/pocke
> [@gyfis]: https://github.com/gyfis
> [@jas14]: https://github.com/jas14
> [@forresty]: https://github.com/forresty
> [@koic]: https://github.com/koic
> [@sinsoku]: https://github.com/sinsoku
> [@DNA]: https://github.com/DNA
Changelog
*Sourced from [rubocop-rails's changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md).*
> ## 2.4.0 (2019-11-27)
>
> ### New features
>
> * [#123](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/123): Add new `Rails/ApplicationController` and `Rails/ApplicationMailer` cops. ([@eugeneius][])
> * [#130](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/130): Add new `Rails/RakeEnvironment` cop. ([@pocke][])
> * [#133](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/133): Add new `Rails/SafeNavigationWithBlank` cop. ([@gyfis][])
>
> ### Bug fixes
>
> * [#120](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/120): Fix message for `Rails/SaveBang` when the save is in the body of a conditional. ([@jas14][])
> * [#131](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/131): Fix an incorrect autocorrect for `Rails/Presence` when using `[]` method. ([@forresty][])
> * [#142](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/142): Fix an incorrect autocorrect for `Rails/EnumHash` when using nested constants. ([@koic][])
> * [#136](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/136): Fix a false positive for `Rails/ReversibleMigration` when using `change_default` with `:from` and `:to` options. ([@sinsoku][])
> * [#144](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/144): Fix a false positive for `Rails/ReversibleMigration` when using `change_table_comment` or `change_column_comment` with a `:from` and `:to` hash. ([@DNA][])
>
> ### Changes
>
> * [#156](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/156): Make `Rails/UnknownEnv` cop aware of `Rails.env == 'unknown_env'`. ([@pocke][])
> * [#141](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/141): Change default of `EnforcedStyle` from `arguments` to `slashes` for `Rails/FilePath`. ([@koic][])
Commits
- [`49c8bb0`](https://github.com/rubocop-hq/rubocop-rails/commit/49c8bb0234e0a81a8a0dc58df09c3de94c67a750) Cut 2.4.0
- [`d349334`](https://github.com/rubocop-hq/rubocop-rails/commit/d3493341651a55d32a34b67dc7fdd1d3b6b01588) Add a FUNDING.yml
- [`46d2c47`](https://github.com/rubocop-hq/rubocop-rails/commit/46d2c473c868b902c89128028c85ea9b03d70423) Merge pull request [#141](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/141) from koic/enforce_style_slashes_by_default
- [`dd92d31`](https://github.com/rubocop-hq/rubocop-rails/commit/dd92d31ed6a5c5eee250150f570506f19b1d8bd4) Change default of `EnforcedStyle` to `slashes` for `Rails/FilePath`
- [`72c0fdd`](https://github.com/rubocop-hq/rubocop-rails/commit/72c0fdd7b32083fa936780424db6eea31d75194b) Merge pull request [#156](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/156) from pocke/Rails/UnknownEnv-more-detection
- [`d2a1a4c`](https://github.com/rubocop-hq/rubocop-rails/commit/d2a1a4cee12ef19810960acf10253b3f37c19393) Fix a filename
- [`23caaa0`](https://github.com/rubocop-hq/rubocop-rails/commit/23caaa0f704d208763a15e642c4e589cf8a21bff) Make `Rails/UnknownEnv` cop aware of `Rails.env == 'unknown_env'`
- [`69ae4cb`](https://github.com/rubocop-hq/rubocop-rails/commit/69ae4cb3e479d5c1b378b18468ae3127448cb1e6) Suppress a RuboCop offense
- [`8c84115`](https://github.com/rubocop-hq/rubocop-rails/commit/8c8411528286ebef39b08682aeed361656df1d81) Suppress RuboCop offenses
- [`8d7ac7c`](https://github.com/rubocop-hq/rubocop-rails/commit/8d7ac7c65835b61b98d89ed4cc87b7430c2412d4) Bump RuboCop Performance to 1.5
- Additional commits viewable in [compare view](https://github.com/rubocop-hq/rubocop-rails/compare/v2.3.2...v2.4.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Coverage remained the same at 97.931% when pulling 6f4d861b59d798e851d8df22443e42f04355d00a on dependabot/bundler/rubocop-rails-2.4.0 into 9de4236503d2c3807f7039199dd0ebe7d2258a06 on master.
Bumps rubocop-rails from 2.3.2 to 2.4.0.
Release notes
*Sourced from [rubocop-rails's releases](https://github.com/rubocop-hq/rubocop-rails/releases).* > ## RuboCop Rails 2.4.0 > ### New features > > * [#123](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/123): Add new `Rails/ApplicationController` and `Rails/ApplicationMailer` cops. ([@eugeneius][]) > * [#130](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/130): Add new `Rails/RakeEnvironment` cop. ([@pocke][]) > * [#133](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/133): Add new `Rails/SafeNavigationWithBlank` cop. ([@gyfis][]) > > ### Bug fixes > > * [#120](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/120): Fix message for `Rails/SaveBang` when the save is in the body of a conditional. ([@jas14][]) > * [#131](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/131): Fix an incorrect autocorrect for `Rails/Presence` when using `[]` method. ([@forresty][]) > * [#142](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/142): Fix an incorrect autocorrect for `Rails/EnumHash` when using nested constants. ([@koic][]) > * [#136](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/136): Fix a false positive for `Rails/ReversibleMigration` when using `change_default` with `:from` and `:to` options. ([@sinsoku][]) > * [#144](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/144): Fix a false positive for `Rails/ReversibleMigration` when using `change_table_comment` or `change_column_comment` with a `:from` and `:to` hash. ([@DNA][]) > > ### Changes > > * [#156](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/156): Make `Rails/UnknownEnv` cop aware of `Rails.env == 'unknown_env'`. ([@pocke][]) > * [#141](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/141): Change default of `EnforcedStyle` from `arguments` to `slashes` for `Rails/FilePath`. ([@koic][]) > > [@eugeneius]: https://github.com/eugeneius > [@pocke]: https://github.com/pocke > [@gyfis]: https://github.com/gyfis > [@jas14]: https://github.com/jas14 > [@forresty]: https://github.com/forresty > [@koic]: https://github.com/koic > [@sinsoku]: https://github.com/sinsoku > [@DNA]: https://github.com/DNAChangelog
*Sourced from [rubocop-rails's changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md).* > ## 2.4.0 (2019-11-27) > > ### New features > > * [#123](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/123): Add new `Rails/ApplicationController` and `Rails/ApplicationMailer` cops. ([@eugeneius][]) > * [#130](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/130): Add new `Rails/RakeEnvironment` cop. ([@pocke][]) > * [#133](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/133): Add new `Rails/SafeNavigationWithBlank` cop. ([@gyfis][]) > > ### Bug fixes > > * [#120](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/120): Fix message for `Rails/SaveBang` when the save is in the body of a conditional. ([@jas14][]) > * [#131](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/131): Fix an incorrect autocorrect for `Rails/Presence` when using `[]` method. ([@forresty][]) > * [#142](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/142): Fix an incorrect autocorrect for `Rails/EnumHash` when using nested constants. ([@koic][]) > * [#136](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/136): Fix a false positive for `Rails/ReversibleMigration` when using `change_default` with `:from` and `:to` options. ([@sinsoku][]) > * [#144](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/144): Fix a false positive for `Rails/ReversibleMigration` when using `change_table_comment` or `change_column_comment` with a `:from` and `:to` hash. ([@DNA][]) > > ### Changes > > * [#156](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/156): Make `Rails/UnknownEnv` cop aware of `Rails.env == 'unknown_env'`. ([@pocke][]) > * [#141](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/pull/141): Change default of `EnforcedStyle` from `arguments` to `slashes` for `Rails/FilePath`. ([@koic][])Commits
- [`49c8bb0`](https://github.com/rubocop-hq/rubocop-rails/commit/49c8bb0234e0a81a8a0dc58df09c3de94c67a750) Cut 2.4.0 - [`d349334`](https://github.com/rubocop-hq/rubocop-rails/commit/d3493341651a55d32a34b67dc7fdd1d3b6b01588) Add a FUNDING.yml - [`46d2c47`](https://github.com/rubocop-hq/rubocop-rails/commit/46d2c473c868b902c89128028c85ea9b03d70423) Merge pull request [#141](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/141) from koic/enforce_style_slashes_by_default - [`dd92d31`](https://github.com/rubocop-hq/rubocop-rails/commit/dd92d31ed6a5c5eee250150f570506f19b1d8bd4) Change default of `EnforcedStyle` to `slashes` for `Rails/FilePath` - [`72c0fdd`](https://github.com/rubocop-hq/rubocop-rails/commit/72c0fdd7b32083fa936780424db6eea31d75194b) Merge pull request [#156](https://github-redirect.dependabot.com/rubocop-hq/rubocop-rails/issues/156) from pocke/Rails/UnknownEnv-more-detection - [`d2a1a4c`](https://github.com/rubocop-hq/rubocop-rails/commit/d2a1a4cee12ef19810960acf10253b3f37c19393) Fix a filename - [`23caaa0`](https://github.com/rubocop-hq/rubocop-rails/commit/23caaa0f704d208763a15e642c4e589cf8a21bff) Make `Rails/UnknownEnv` cop aware of `Rails.env == 'unknown_env'` - [`69ae4cb`](https://github.com/rubocop-hq/rubocop-rails/commit/69ae4cb3e479d5c1b378b18468ae3127448cb1e6) Suppress a RuboCop offense - [`8c84115`](https://github.com/rubocop-hq/rubocop-rails/commit/8c8411528286ebef39b08682aeed361656df1d81) Suppress RuboCop offenses - [`8d7ac7c`](https://github.com/rubocop-hq/rubocop-rails/commit/8d7ac7c65835b61b98d89ed4cc87b7430c2412d4) Bump RuboCop Performance to 1.5 - Additional commits viewable in [compare view](https://github.com/rubocop-hq/rubocop-rails/compare/v2.3.2...v2.4.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)