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: Edouardtriet/tailwindcss-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3fbc5ca
Choose a base ref
...
head repository: rails/tailwindcss-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 01ceb11
Choose a head ref
  • 18 commits
  • 9 files changed
  • 4 contributors

Commits on May 2, 2025

  1. Pin the npm upgrade task to @tailwindcss/upgrade@4.1.4

    because the 4.1.5 upgrade tool introduced a dependency on tailwind
    that I can't figure out how to resolve.
    
    Gah, this entire experience has been entirely frustrating as a
    downstream maintainer, FML
    flavorjones committed May 2, 2025
    Configuration menu
    Copy the full SHA
    9c71790 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rails#544 from rails/flavorjones/pin-upgrade-ci-to…

    …-4.1.4
    
    Pin the npm upgrade task to @tailwindcss/upgrade@4.1.4
    flavorjones authored May 2, 2025
    Configuration menu
    Copy the full SHA
    2850839 View commit details
    Browse the repository at this point in the history
  3. version bump to v4.2.3

    flavorjones committed May 2, 2025
    Configuration menu
    Copy the full SHA
    114fca5 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. build(deps): bump tailwindcss-ruby from 4.1.4 to 4.1.5

    Bumps [tailwindcss-ruby](https://github.com/flavorjones/tailwindcss-ruby) from 4.1.4 to 4.1.5.
    - [Release notes](https://github.com/flavorjones/tailwindcss-ruby/releases)
    - [Changelog](https://github.com/flavorjones/tailwindcss-ruby/blob/main/CHANGELOG.md)
    - [Commits](flavorjones/tailwindcss-ruby@v4.1.4...v4.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: tailwindcss-ruby
      dependency-version: 4.1.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 5, 2025
    Configuration menu
    Copy the full SHA
    3f6d06d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Merge pull request rails#545 from rails/dependabot/bundler/tailwindcs…

    …s-ruby-4.1.5
    
    build(deps): bump tailwindcss-ruby from 4.1.4 to 4.1.5
    flavorjones authored May 6, 2025
    Configuration menu
    Copy the full SHA
    2875df5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. build(deps): bump tailwindcss-ruby from 4.1.5 to 4.1.6

    Bumps [tailwindcss-ruby](https://github.com/flavorjones/tailwindcss-ruby) from 4.1.5 to 4.1.6.
    - [Release notes](https://github.com/flavorjones/tailwindcss-ruby/releases)
    - [Changelog](https://github.com/flavorjones/tailwindcss-ruby/blob/main/CHANGELOG.md)
    - [Commits](flavorjones/tailwindcss-ruby@v4.1.5...v4.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: tailwindcss-ruby
      dependency-version: 4.1.6
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 12, 2025
    Configuration menu
    Copy the full SHA
    9d0a9f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rails#547 from rails/dependabot/bundler/tailwindcs…

    …s-ruby-4.1.6
    
    build(deps): bump tailwindcss-ruby from 4.1.5 to 4.1.6
    flavorjones authored May 12, 2025
    Configuration menu
    Copy the full SHA
    2f44e28 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. build(deps): bump tailwindcss-ruby from 4.1.6 to 4.1.7

    Bumps [tailwindcss-ruby](https://github.com/flavorjones/tailwindcss-ruby) from 4.1.6 to 4.1.7.
    - [Release notes](https://github.com/flavorjones/tailwindcss-ruby/releases)
    - [Changelog](https://github.com/flavorjones/tailwindcss-ruby/blob/main/CHANGELOG.md)
    - [Commits](flavorjones/tailwindcss-ruby@v4.1.6...v4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: tailwindcss-ruby
      dependency-version: 4.1.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 19, 2025
    Configuration menu
    Copy the full SHA
    401b00b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Merge pull request rails#548 from rails/dependabot/bundler/tailwindcs…

    …s-ruby-4.1.7
    
    build(deps): bump tailwindcss-ruby from 4.1.6 to 4.1.7
    flavorjones authored May 28, 2025
    Configuration menu
    Copy the full SHA
    9d2127a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Implement Engines Support (rails#554)

    * Implement Engines Support
    
    * Correction in README.md
    
    * Remove engine test
    
    * Rename to engine.css
    
    * Initial test cleanup
    
    * Tests cleanup
    
    * Remove non-needed dup
    
    * Correction
    
    * Correct docs
    
    * doc: update README to indicate engine support is experimental
    
    ---------
    
    Co-authored-by: Mike Dalessio <mike@37signals.com>
    bopm and flavorjones authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    a66db01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae58bb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e0b4d6 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump tailwindcss-ruby from 4.1.7 to 4.1.8

    Bumps [tailwindcss-ruby](https://github.com/flavorjones/tailwindcss-ruby) from 4.1.7 to 4.1.8.
    - [Release notes](https://github.com/flavorjones/tailwindcss-ruby/releases)
    - [Changelog](https://github.com/flavorjones/tailwindcss-ruby/blob/main/CHANGELOG.md)
    - [Commits](flavorjones/tailwindcss-ruby@v4.1.7...v4.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: tailwindcss-ruby
      dependency-version: 4.1.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    f26db33 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

  1. Merge pull request rails#552 from rails/dependabot/bundler/tailwindcs…

    …s-ruby-4.1.8
    
    build(deps): bump tailwindcss-ruby from 4.1.7 to 4.1.8
    flavorjones authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    dfa066d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Fix read-only file system issue (rails#556)

    * Fix read-only file system issue
    
    * Changes due to review
    
    * Restore original formatting
    
    * Changes due to review
    
    * Remove new line
    
    * Clarify "engines" rake task description
    
    ---------
    
    Co-authored-by: Mike Dalessio <mike@37signals.com>
    bopm and flavorjones authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    7c66884 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c05cbdc View commit details
    Browse the repository at this point in the history
  3. build(deps): bump tailwindcss-ruby from 4.1.8 to 4.1.10

    Bumps [tailwindcss-ruby](https://github.com/flavorjones/tailwindcss-ruby) from 4.1.8 to 4.1.10.
    - [Release notes](https://github.com/flavorjones/tailwindcss-ruby/releases)
    - [Changelog](https://github.com/flavorjones/tailwindcss-ruby/blob/main/CHANGELOG.md)
    - [Commits](flavorjones/tailwindcss-ruby@v4.1.8...v4.1.10)
    
    ---
    updated-dependencies:
    - dependency-name: tailwindcss-ruby
      dependency-version: 4.1.10
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    71b5fe5 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Merge pull request rails#557 from rails/dependabot/bundler/tailwindcs…

    …s-ruby-4.1.10
    
    build(deps): bump tailwindcss-ruby from 4.1.8 to 4.1.10
    flavorjones authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    01ceb11 View commit details
    Browse the repository at this point in the history
Loading