Skip to content

Instantly share code, notes, and snippets.

View nicorithner's full-sized avatar
👋
Hi!

Nico Rithner nicorithner

👋
Hi!
View GitHub Profile
@nicorithner
nicorithner / capybara cheat sheet
Created August 27, 2020 22:09 — forked from ggerdsen/capybara cheat sheet
capybara cheat sheet
=Navigating=
visit('/projects')
visit(post_comments_path(post))
=Clicking links and buttons=
click_link('id-of-link')
click_link('Link Text')
click_button('Save')
click('Link Text') # Click either a link or a button
click('Button Value')
@nicorithner
nicorithner / Capybara.md
Created August 19, 2020 17:40 — forked from tomas-stefano/Capybara.md
Capybara cheatsheet

Capybara Actions

# Anchor
click_link 'Save'

# Button
click_button 'awesome'

# Both above
@nicorithner
nicorithner / RAILS_CHEATSHEET.md
Created August 19, 2020 15:25 — forked from mdang/RAILS_CHEATSHEET.md
Ruby on Rails Cheatsheet

Ruby on Rails Cheatsheet

Architecture

Create a new application

Install the Rails gem if you haven't done so before

Work Between Mod 0 and Mod 1

ABOUT

My daily* practice between mod 0 and mod 1

  • This is a markdown of hopeful daily tasks and projects that will always include a reading and coding practice.
  • By the end of this, we will have created a website, an app, a mini game, then 5 more mini games, and finally gosu interactive game.
  • *I am lucky enough to be out of work right now as I wait for Mod 1 to start.

    This is going to be a lot, so buckle up and keep pushing through! Create discipline for yourself!\