-
Notifications
You must be signed in to change notification settings - Fork 177
Comparing changes
Open a pull request
base repository: rails/web-console
base: v4.2.1
head repository: rails/web-console
compare: v4.3.0
- 11 commits
- 10 files changed
- 7 contributors
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f3cd44 - Browse repository at this point
Copy the full SHA 5f3cd44View commit details -
Merge pull request #336 from sambostock/drop-active-model
Drop unused dependency on `activemodel`
Configuration menu - View commit details
-
Copy full SHA for 9a5c089 - Browse repository at this point
Copy the full SHA 9a5c089View commit details
Commits on Mar 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5383121 - Browse repository at this point
Copy the full SHA 5383121View commit details
Commits on Apr 16, 2024
-
Merge pull request #338 from luiscobot/patch-1
Use × as close button instead of letter X
Configuration menu - View commit details
-
Copy full SHA for f3d437c - Browse repository at this point
Copy the full SHA f3d437cView commit details
Commits on Dec 3, 2024
-
Always permit IPv4-mapped IPv6 loopback addresses
When the server, e.g., Puma binds to unspecified IPv6 address `[::]` with ,e.g.,: ```ruby, config/puma.rb port ENV.fetch("PORT", 3000), "::" ``` the server sees the local client connecting from an IPv4-mapped address `::ffff:127.0.0.1`. This makes connection to the web console rejected with: ``` Cannot render console from ::ffff:127.0.0.1! Allowed networks: 127.0.0.0/127.255.255.255, ::1 ``` unless loopback addresses expressed as IPv4-mapped addressses are premitted.Configuration menu - View commit details
-
Copy full SHA for c66460a - Browse repository at this point
Copy the full SHA c66460aView commit details
Commits on Dec 19, 2024
-
Merge pull request #342 from zunda/bind-on-ipv6
Always permit IPv4-mapped IPv6 loopback addresses
Configuration menu - View commit details
-
Copy full SHA for 859bc60 - Browse repository at this point
Copy the full SHA 859bc60View commit details
Commits on Feb 18, 2026
-
1
Configuration menu - View commit details
-
Copy full SHA for 6bc7159 - Browse repository at this point
Copy the full SHA 6bc7159View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f9252 - Browse repository at this point
Copy the full SHA c1f9252View commit details -
Configuration menu - View commit details
-
Copy full SHA for 950462c - Browse repository at this point
Copy the full SHA 950462cView commit details -
Merge pull request #344 from fatkodima/fix-filter-proxies
Fix compatiblity with latest rails
Configuration menu - View commit details
-
Copy full SHA for bdbb391 - Browse repository at this point
Copy the full SHA bdbb391View commit details
Commits on Feb 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 90e3474 - Browse repository at this point
Copy the full SHA 90e3474View 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 v4.2.1...v4.3.0