forked from airbnb/ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: jotolo/ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: airbnb/ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 56 files changed
- 7 contributors
Commits on Feb 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for baee021 - Browse repository at this point
Copy the full SHA baee021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1939a2f - Browse repository at this point
Copy the full SHA 1939a2fView commit details
Commits on Feb 10, 2023
-
**BREAKING**: Drop support for ruby 2.4 * Upgrade rubocop to version 1.22.0 * InvalidPredicateMatcher and CustomIncludeMethods are removed * Add dependencies on `rubocop-rails` and `rubocop-performance` Thanks @bmulholland and @RenzoMinelli
Configuration menu - View commit details
-
Copy full SHA for 762cd62 - Browse repository at this point
Copy the full SHA 762cd62View commit details
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ca0eba6 - Browse repository at this point
Copy the full SHA ca0eba6View commit details
Commits on Feb 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for baa383b - Browse repository at this point
Copy the full SHA baa383bView commit details
Commits on Feb 27, 2023
-
Use
RESTRICT_ON_SEND(airbnb#195)Follow up rubocop/rubocop#8365. This PR uses `RESTRICT_ON_SEND` to restrict callbacks `on_send` to specific method names only. https://docs.rubocop.org/rubocop/1.46/development.html#implementation
Configuration menu - View commit details
-
Copy full SHA for edfbe1b - Browse repository at this point
Copy the full SHA edfbe1bView commit details
Commits on Jul 5, 2023
-
Use strings for ruby versions in github action (airbnb#197)
Avoid `3.0` parsing as ruby 3 and installing 3.x, instead use `'3.0'` to fix the minor
Configuration menu - View commit details
-
Copy full SHA for 53d1094 - Browse repository at this point
Copy the full SHA 53d1094View commit details
Commits on Jul 23, 2024
-
Support for
Ruby 3.3(airbnb#205)# NEW * added support for ruby 3.3 # CHANGED * increased the minimum rubocop version to ~> 1.61 (from ~> 1.32.0) -- **potentially breaking** # BREAKING * drop support for ruby 2.6
Configuration menu - View commit details
-
Copy full SHA for e62bb1d - Browse repository at this point
Copy the full SHA e62bb1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c53a8a8 - Browse repository at this point
Copy the full SHA c53a8a8View commit details
Commits on Mar 21, 2025
-
Pluginfy RuboCop Airbnb (airbnb#212)
This PR adds support for RuboCop's Plugin feature. It replaces the ad-hoc `Inject` hack with the RuboCop plugin system introduced in RuboCop 1.72. - rubocop/rubocop#13792 - https://docs.rubocop.org/rubocop/plugin_migration_guide.html Accordingly, rubocop-airbnb has been updated to require specific versions of the following RuboCop extension plugins it depends on - rubocop-performance (`~> 1.24`) - rubocop-rails (`~> 2.30`) - rubocop-rspec (`~> 3.5`) The most significant change is that rubocop-rspec has been updated from version 2 to version 3. As a result, `RSpec/Capybara` and `RSpec/FactoryBot` have been extracted into the following extension gems: - rubocop-capybara - rubocop-factory_bot This PR adds dependencies on both rubocop-capybara and rubocop-rspec extensions to maintain the previous rubocop-rspec configuration. `RSpec/FilePath` has been split into `RSpec/SpecFilePathFormat` and `RSpec/SpecFilePathSuffix`, so the original disabling has been retained in the configuration. Similarly, `RSpec/Capybara/FeatureMethods` remains disabled as `RSpec/Dialect`. https://github.com/rubocop/rubocop-rspec/blob/v3.5.0/config/obsoletion.yml Resolves rubocop/rubocop-factory_bot#147.
Configuration menu - View commit details
-
Copy full SHA for c0e77f4 - Browse repository at this point
Copy the full SHA c0e77f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09a4a07 - Browse repository at this point
Copy the full SHA 09a4a07View commit details
Commits on Aug 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5bcc9d3 - Browse repository at this point
Copy the full SHA 5bcc9d3View commit details
Commits on Dec 18, 2025
-
Fix warnings after
Naming/PredicateNamewas renamed to `Naming/Pred……icatePrefix` (airbnb#216) * chore: fix warnings about using deprecated `Naming/PredicateName` cop The cop was renamed to `Naming/PredicatePrefix` in `rubocop` `v1.76.0`, so we should use that one instead. Fixes airbnb#215. * build(deps): bump minimum required `rubocop` version to `~> 1.76` * docs: update `CHANGELOG.md` changes to be released
Configuration menu - View commit details
-
Copy full SHA for 345e43b - Browse repository at this point
Copy the full SHA 345e43bView commit details
Commits on Dec 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a885a6a - Browse repository at this point
Copy the full SHA a885a6aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...main