8000 Comparing v1.4.3...v1.4.4 · fastruby/next_rails · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: fastruby/next_rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.3
Choose a base ref
...
head repository: fastruby/next_rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.4
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Feb 25, 2025

  1. Configuration menu
    Copy the full SHA
    2b5ed88 View commit details
    Browse the repository at this point in the history
  2. Update deprecation tracking for newer Rails versions

    Since Rails 7.1 the preferred way to track deprecations is to use the
    deprecation trackers via `Rails.application.deprecators`.
    
    Here we change the implementation to use that if it is available,
    otherwise fallback to tracking deprecations via the ActiveSupport
    singleton object for older Rails versions.
    daugaard committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    b0fad6b View commit details
    Browse the repository at this point in the history
  3. Update changelog.

    daugaard committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    d83d1b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Merge pull request #142 from daugaard/update-rails-deprecation-access

    Update deprecation tracker to support newer Rails versions (7.1+)
    etagwerker authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    141c2f1 View commit details
    Browse the repository at this point in the history
  2. Use next_rails --init in docs (#143)

    Since we are deprecating `next --init`, let's stop mentioning it in the
    README.md
    JuanVqz authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    fa40882 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aca1c12 View commit details
    Browse the repository at this point in the history
Loading
0