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

Commits on Nov 3, 2023

  1. get it to boot in ruby 3.2.2

    pcai committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    82269a4 View commit details
    Browse the repository at this point in the history
  2. host on fly.io

    pcai committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    cc4b764 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9bd451 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b915d7 View commit details
    Browse the repository at this point in the history
  5. update screenshots and CRUD docs (#2)

    * update screenshots and CRUD docs
    
    * update the rails version
    
    * add table format
    
    * fix delete button
    
    * update document to fix delete
    jacklynhma authored and pcai committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d667af4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b31c1ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a13402 View commit details
    Browse the repository at this point in the history
  8. Fix some formatting on 1st page of Intro to Rails (#6)

    * Make it more obvious that the repo should be created from a template
    
    This might help minimize some confusion if someone decides to create a
    repo without a template.
    
    * Bold "skip personalization" instead of quoting
    
    Let's us be consistent with calling out the specific thing we want them
    to see and do like all the other button/link references.
    
    * Remove explicit `p` tags and rely on newlines to provide spacing
    
    I forget how this works but there's some magic that automatically
    wraps content with `<p>` tags depending on where you have new lines.
    This should make things a little easier than managing content spacing
    manually via HTML.
    
    As part of this, I also added some spacing between text and images for
    better readability.
    mxie authored and pcai committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6d7b0ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cbb76ff View commit details
    Browse the repository at this point in the history
Loading