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/tailwindcss-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fade0b1
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: 5562096
Choose a head ref
  • 12 commits
  • 22 files changed
  • 5 contributors

Commits on Sep 29, 2024

  1. Rename Authentication template files

    Follow-up to [#53098][]
    
    The corresponding commit in `rails/rails` nested the template files
    (including the view templates) under an `app/` directory.
    
    This commit makes a corresponding change, nesting the `views/` templates
    under `app/views/`.
    
    [#53098]: rails/rails#53098 (comment)
    
    Co-authored-by: Jerome Dalbert <jerome.dalbert@gmail.com>
    seanpdoyle and jeromedalbert committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    328b96b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge pull request #407 from seanpdoyle/authentication-templates

    Rename Authentication template files
    guilleiguaran authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4fe7139 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. test: add coverage for generator templates

    and matrix across Rails 7.2, 8.0, and main
    flavorjones committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    bed38c6 View commit details
    Browse the repository at this point in the history
  2. Make copies of the auth templates for Rails 8 beta1

    We can revert this once beta2 is out.
    flavorjones committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9dee33a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #408 from rails/flavorjones-rails8beta1-auth-templ…

    …ates
    
    Make copies of the auth templates for Rails 8 beta1
    flavorjones authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    21bf2ac View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. version bump to v2.7.7

    flavorjones committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d0c0590 View commit details
    Browse the repository at this point in the history
  2. dev: update Gemfile.lock

    [skip ci]
    flavorjones committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    97dce5f View commit details
    Browse the repository at this point in the history
  3. Remove the upstream tailwindcss packaging

    This is being extracted into the tailwindcss-ruby gem.
    flavorjones committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    27ba067 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    297b570 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ce669b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d46ca0c View commit details
    Browse the repository at this point in the history
  7. dev: re-bundle

    flavorjones committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5562096 View commit details
    Browse the repository at this point in the history
Loading