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 / heroku_deploy_reference.md
Created October 5, 2020 19:14
Heroku deployment quick reference

From the terminal and working directory:

  1. heroku login
  2. heroku create
  3. git config --list | grep heroku
  4. git push heroku main
  5. heroku run rake db:migrate
  6. heroku ps:scale web=1 (edited)
  7. heroku run bash
  8. rails db:seed
@nicorithner
nicorithner / M2_ActiveRecord_Obstacle_Course.md
Last active September 16, 2020 15:13
Mod 2 ActiveRecord Obstacle
@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

B2 Intermission Work

Answer these Check for Understanding questions as you work through the assignments.

HTML

  1. What is HTML?
    • HTML stands for Hyper Text Markup Language, and is the standard markup language for Web pages.
  2. What is an HTML element?
  • HTML elements tell the browser how to display the content. HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc

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!\