Skip to content

Instantly share code, notes, and snippets.

View ddavisgraphics's full-sized avatar
🇺🇸
“First, solve the problem. Then, write the code.” – John Johnson

David J. Davis ddavisgraphics

🇺🇸
“First, solve the problem. Then, write the code.” – John Johnson
View GitHub Profile
@ddavisgraphics
ddavisgraphics / docker-pry-rails.md
Created July 19, 2018 18:21 — forked from briankung/docker-pry-rails.md
Using pry-rails with Docker

First, add pry-rails to your Gemfile:
https://github.com/rweng/pry-rails

gem 'pry-rails', group: :development

Then you'll want to rebuild your Docker container to install the gems

YARD CHEATSHEET http://yardoc.org

cribbed from http://pastebin.com/xgzeAmBn

Templates to remind you of the options and formatting for the different types of objects you might want to document using YARD.

Modules

Namespace for classes and modules that handle serving documentation over HTTP