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/cssbundling-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.2
Choose a base ref
...
head repository: rails/cssbundling-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 10 commits
  • 7 files changed
  • 10 contributors

Commits on Dec 21, 2022

  1. Update README.md (#112)

    ### What is this PR?
    
    Adds a trouble-shooting solution - sprockets wasn't serving an updated css file. Why not? 
    
    After many hours of hair-pulling, I stumbled upon this issue: rails/tailwindcss-rails#119 which saved the day.
    
    It's easy to overlook, and probably warrants a note in the documentation.
    
    Hence this PR. Hopefully, it will save someone a lotta of trouble.
    benkoshy authored Dec 21, 2022
    1 Configuration menu
    Copy the full SHA
    052ba22 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Add possibility to skip css:build during assets:precompile (#99)

    * Better: Add CSS_BUILD env var to skip css:build
    
    * Change for SKIP_CSS_BUILD
    
    * Fix single quotes
    
    Co-authored-by: Yoann Lecuyer <[email protected]>
    Co-authored-by: David Heinemeier Hansson <[email protected]>
    3 people authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    0a1d993 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

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

Commits on Jan 30, 2023

  1. Merge pull request #115 from ghiculescu/patch-1

    Update `test:prepare` docs
    rafaelfranca authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    69db545 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    6d6221e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5d1076 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    8b005a2 View commit details
    Browse the repository at this point in the history
  2. Run the server with remote debugging enabled (#123)

    When running inside foreman the 'debug' gem will not have a proper TTY
    available. Running with the `--open` option enabled allows to start
    remote sessions and attach a debugger client with `rdbg --attach`.
    elia authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    fcf0088 View commit details
    Browse the repository at this point in the history
  3. Update for compatibility

    dhh committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7ec36cd View commit details
    Browse the repository at this point in the history
  4. Bump version for 1.2.0

    dhh committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    ba3c3d4 View commit details
    Browse the repository at this point in the history
Loading