Skip to content

Instantly share code, notes, and snippets.

View dlinch's full-sized avatar
🐕
Doggone lovin' it.

Derik Linch dlinch

🐕
Doggone lovin' it.
View GitHub Profile
# rails new appname --skip-bundle --skip-coffee --skip-test --webpack=vue --database=postgresql -m https://gist.githubusercontent.com/jejacks0n/bba5fe8bec67c85da41345b414e77dc1/raw/57faf214d548d2f8714756544e5fd6609ae2ee91/rails_template.rb
# SETUP README ---------------------------------------------------------------------------------------------------------
remove_file "README.md"
file "README.md", <<-MARKDOWN.strip_heredoc
#{app_name}
#{"=" * app_name.length}
#### Initial Project Setup (delete this section when done)
To start, check out `app/javascript/packs/hello_vue.js` to see the various ways to hook up Vue to the project.
@dlinch
dlinch / 0_reuse_code.js
Created November 4, 2015 04:33
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console