Skip to content
View cjsim89's full-sized avatar
πŸ³οΈβ€πŸŒˆ
πŸ³οΈβ€πŸŒˆ
  • Turing School of Software & Design
  • Columbus, OH
  • 20:42 (UTC -04:00)
Block or Report

Block or report cjsim89

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cjsim89/README.md
  • πŸ‘‹ Hi, I’m Chris (@cjsim89)
  • πŸ‘€ I’m interested in helping students learn software development! Also cats. 🐱
  • 🌱 I’m currently learning more about Rails development every day, and always exploring better ways to teach.
  • πŸ’žοΈ I’m looking to collaborate on any open source projects.

Pinned

  1. Rails 7 Cheatsheet Rails 7 Cheatsheet
    1
    # Rails v7.1.2 Cheatsheet
    2
    
                  
    3
    Updated by: Chris Simmons, based on the [5.2 Cheatsheet by Scott Borecki](https://gist.github.com/Scott-Borecki/55c2f614117309aa788cb9bca5772f52).
    4
    
                  
    5
    Please reach out if you have any comments or suggestions for updates!
  2. A List of Methods for Capybara A List of Methods for Capybara
    1
    ### Navigating
    2
    ```ruby
    3
    visit "/projects"
    4
    visit post_comments_path(post) # when using `resources` syntax
    5
    ```
  3. dotfiles dotfiles Public

    Shell

  4. activerecord-obstacle-course activerecord-obstacle-course Public

    Forked from turingschool-projects/activerecord-obstacle-course

    Ruby