-
Notifications
You must be signed in to change notification settings - Fork 22.2k
Comparing changes
Open a pull request
base repository: rails/rails
base: d94263f
head repository: rails/rails
compare: 5665fb5
- 12 commits
- 23 files changed
- 1 contributor
Commits on Sep 3, 2019
-
Passing in a Hash instance as non-kwargs parameters has to be braced …
…in Ruby 3.0 syntax See https://bugs.ruby-lang.org/issues/14183 for details
Configuration menu - View commit details
-
Copy full SHA for e69b5f5 - Browse repository at this point
Copy the full SHA e69b5f5View commit details -
Passing in a Hash instance as kwargs parameters requires the "double …
…splat" prefix See https://bugs.ruby-lang.org/issues/14183 for details
Configuration menu - View commit details
-
Copy full SHA for 87b428c - Browse repository at this point
Copy the full SHA 87b428cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e60c1bf - Browse repository at this point
Copy the full SHA e60c1bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e4e093 - Browse repository at this point
Copy the full SHA 1e4e093View commit details -
Configuration menu - View commit details
-
Copy full SHA for 575d4d1 - Browse repository at this point
Copy the full SHA 575d4d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81230c6 - Browse repository at this point
Copy the full SHA 81230c6View commit details -
Introduce keyword arguments for some AS::Cache methods
since RedisCacheStore#write_entry takes kwargs, we needed to kwargsify all these methods in order to eliminate Ruby 2.7 warnings. It's a little bit bigger patch than I expected, but it doesn't warn on Ruby 3, and it doesn't introduce any incompatibility on loder rubies, so it may not be a bad thing anyway.
Configuration menu - View commit details
-
Copy full SHA for 3cfd6d1 - Browse repository at this point
Copy the full SHA 3cfd6d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5704f3 - Browse repository at this point
Copy the full SHA b5704f3View commit details -
Passing in a Hash instance as non-kwargs parameters has to be braced …
…in Ruby 3.0 syntax
Configuration menu - View commit details
-
Copy full SHA for 08ee9d1 - Browse repository at this point
Copy the full SHA 08ee9d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 614b552 - Browse repository at this point
Copy the full SHA 614b552View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7e591a - Browse repository at this point
Copy the full SHA b7e591aView commit details -
send with **options only when options is not empty
or this causes "ArgumentError: wrong number of arguments (given 1, expected 0)" in some methods
Configuration menu - View commit details
-
Copy full SHA for 5665fb5 - Browse repository at this point
Copy the full SHA 5665fb5View commit details
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 d94263f...5665fb5