-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Edouardtriet/tailwindcss-rails
base: 3fbc5ca
head repository: rails/tailwindcss-rails
compare: 01ceb11
- 18 commits
- 9 files changed
- 4 contributors
Commits on May 2, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 9c71790 - Browse repository at this point
Copy the full SHA 9c71790View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2850839 - Browse repository at this point
Copy the full SHA 2850839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 114fca5 - Browse repository at this point
Copy the full SHA 114fca5View commit details
Commits on May 5, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3f6d06d - Browse repository at this point
Copy the full SHA 3f6d06dView commit details
Commits on May 6, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 2875df5 - Browse repository at this point
Copy the full SHA 2875df5View commit details
Commits on May 12, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9d0a9f5 - Browse repository at this point
Copy the full SHA 9d0a9f5View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2f44e28 - Browse repository at this point
Copy the full SHA 2f44e28View commit details
Commits on May 19, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 401b00b - Browse repository at this point
Copy the full SHA 401b00bView commit details
Commits on May 28, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 9d2127a - Browse repository at this point
Copy the full SHA 9d2127aView commit details
Commits on Jun 12, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for a66db01 - Browse repository at this point
Copy the full SHA a66db01View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae58bb0 - Browse repository at this point
Copy the full SHA ae58bb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e0b4d6 - Browse repository at this point
Copy the full SHA 7e0b4d6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f26db33 - Browse repository at this point
Copy the full SHA f26db33View commit details
Commits on Jun 15, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for dfa066d - Browse repository at this point
Copy the full SHA dfa066dView commit details
Commits on Jun 16, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7c66884 - Browse repository at this point
Copy the full SHA 7c66884View commit details -
Configuration menu - View commit details
-
Copy full SHA for c05cbdc - Browse repository at this point
Copy the full SHA c05cbdcView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 71b5fe5 - Browse repository at this point
Copy the full SHA 71b5fe5View commit details
Commits on Jun 17, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 01ceb11 - Browse repository at this point
Copy the full SHA 01ceb11View 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 3fbc5ca...01ceb11