Skip to content
Permalink

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: rails/web-console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.1
Choose a base ref
...
head repository: rails/web-console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.0
Choose a head ref
  • 11 commits
  • 10 files changed
  • 7 contributors

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    5f3cd44 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #336 from sambostock/drop-active-model

    Drop unused dependency on `activemodel`
    rafaelfranca authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9a5c089 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    5383121 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Merge pull request #338 from luiscobot/patch-1

    Use × as close button instead of letter X
    gsamokovarov authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f3d437c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. 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.
    zunda committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    c66460a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Merge pull request #342 from zunda/bind-on-ipv6

    Always permit IPv4-mapped IPv6 loopback addresses
    gsamokovarov authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    859bc60 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. Fix CI

    fatkodima committed Feb 18, 2026
    1 Configuration menu
    Copy the full SHA
    6bc7159 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #345 from fatkodima/fix-ci

    Fix CI
    fatkodima authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    c1f9252 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    950462c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #344 from fatkodima/fix-filter-proxies

    Fix compatiblity with latest rails
    fatkodima authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    bdbb391 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Release 4.3.0

    byroot committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    90e3474 View commit details
    Browse the repository at this point in the history
Loading