Skip to content

Instantly share code, notes, and snippets.

View brentmulligan's full-sized avatar

Brent Mulligan brentmulligan

View GitHub Profile
@brentmulligan
brentmulligan / yardoc_cheatsheet.md
Created October 22, 2019 15:37 — forked from phansch/yardoc_cheatsheet.md
Improved YARD cheatsheet
require 'rails_helper'
RSpec.describe TodosController, :type => :controller do
describe "GET #index" do
#describe "POST #create" do
#describe "GET #show" do
#describe "PATCH #update" do (or PUT #update)
#describe "DELETE #destroy" do
#describe "GET #new" do
// Marionette.Gauntlet v0.0.0
// --------------------------
//
// Build wizard-style workflows with an event-emitting state machine
// Requires Backbone.Picky (http://github.com/derickbailey/backbone.picky)
//
// Copyright (C) 2012 Muted Solutions, LLC.
// Distributed under MIT license
Marionette.Gauntlet = (function(Backbone, Picky, Marionette, $, _){