Skip to content

Instantly share code, notes, and snippets.

View kylemellander's full-sized avatar

Kyle Mellander kylemellander

View GitHub Profile
@kylemellander
kylemellander / mirage.config.js
Created April 28, 2017 18:19
Mirage Dev Boilerplate
export default function() {
//window.server = this;
this.get('users');
};
@kylemellander
kylemellander / _variables.scss
Created October 23, 2015 00:17
Bootstrap Sass Mixin Cheatsheet
$bootstrap-sass-asset-helper: false !default;
//
// Variables
// --------------------------------------------------
//== Colors
//
//## Gray and brand colors for use across Bootstrap.
@kylemellander
kylemellander / capybara cheat sheet
Last active August 29, 2015 14:27 — forked from zhengjia/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')
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #