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: slim-template/slim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Springest/slim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 4 contributors

Commits on Dec 21, 2022

  1. add vscode slim plugin (#833)

    noraj authored and iriscoopers committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    b08424b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1c235b View commit details
    Browse the repository at this point in the history
  3. add include doc (#864)

    noraj authored and iriscoopers committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    984e4bc View commit details
    Browse the repository at this point in the history
  4. Syntax Highlighters: add VS code plugins (#865)

    Co-authored-by: Takashi Kokubun <[email protected]>
    2 people authored and iriscoopers committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    5d5966e View commit details
    Browse the repository at this point in the history
  5. Update rails head build to reference main instead of master (#875)

    Rails default branch is now main the build should reflect that
    
    adding the branch prevents the error,
    
    ```
    Git error: command `git rev-parse --verify master` in directory /Users/hparker/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/cache/bundler/git/rails-fcf0202857b07db1a0f6220dae5ca99319ca0f32 has failed.
    Revision master does not exist in the repository https://github.com/rails/rails.git. Maybe you misspelled it?
    If this error persists you could try removing the cache directory '/Users/hparker/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/cache/bundler/git/rails-fcf0202857b07db1a0f6220dae5ca99319ca0f32'
    ```
    
    which can happen sometimes your first time running this build
    HParker authored and iriscoopers committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    5e865ff View commit details
    Browse the repository at this point in the history
Loading