Skip to content

Instantly share code, notes, and snippets.

View JonTurner's full-sized avatar

JonTurner

  • SimplePractice
  • Fort Lauderdale, FL
View GitHub Profile
@JonTurner
JonTurner / rails_upgrade.md
Created April 23, 2021 21:57 — forked from anklos/rails_upgrade.md
Rails upgrade from 4.2 to 5.2

Overall

This documents the upgrade from Rails 4.2 to 5.2 through four parts: Backend, Frontend, Infrascture and Checkboxes

Backend

Rails update task

Run rake command rails app:update, it creates a set of new configration files for active storage, action cable, content security policy etc. As we dont use these features, the default ones from code generation are kept.

@JonTurner
JonTurner / gitflowrebasing.md
Last active August 12, 2020 15:27 — forked from markreid/gitflowrebasing.md
git flow with rebasing

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@JonTurner
JonTurner / gist:7419711
Created November 11, 2013 20:22
hello world
puts 'hello world'