This guide assumes a fresh install of Mac OSX 10.6 Snow Leopard.
See https://github.com/mxcl/homebrew/wiki/Installation for details.
| =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') |
| // jQuery Deparam - v0.1.0 - 6/14/2011 | |
| // http://benalman.com/ | |
| // Copyright (c) 2011 Ben Alman; Licensed MIT, GPL | |
| (function($) { | |
| // Creating an internal undef value is safer than using undefined, in case it | |
| // was ever overwritten. | |
| var undef; | |
| // A handy reference. | |
| var decode = decodeURIComponent; |
This guide assumes a fresh install of Mac OSX 10.6 Snow Leopard.
See https://github.com/mxcl/homebrew/wiki/Installation for details.
| {if member_group == '1'} | |
| <script> | |
| jQuery(window).load(function(){ | |
| _gaq.push(["_trackEvent", "EE Perf", location.pathname, "{total_queries} queries", parseInt({elapsed_time},10), true]); | |
| }); | |
| </script> | |
| {/if} |
| // swap the keybindings for paste and paste_and_indent | |
| { "keys": ["super+v"], "command": "paste_and_indent" }, | |
| { "keys": ["super+shift+v"], "command": "paste" } |
| /*global module:false*/ | |
| module.exports = function(grunt) { | |
| // Project configuration. | |
| grunt.initConfig({ | |
| min: { | |
| ariaAccessibility: { | |
| src: ['src/javascripts/jquery.selectBoxIt.ariaAccessibility.js'], | |
| dest: 'src/javascripts/jquery.selectBoxIt.ariaAccessibility.min.js' | |
| }, |
Locate the section for your github remote in the .git/config file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@github.com:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:
| #!/bin/bash | |
| # This script will install a Git pre-push hook that prevents force pushing the master/main branch. | |
| # There are three variants that I have built: | |
| # - pre-push: prevents force-pushing to master/main. | |
| # - pre-push-2: prevents force-pushing to master/main depending on the remote (you need to edit the file!). | |
| # - pre-push-3: prevents any type of pushing to master/main. | |
| # Set the desired version like this before proceeding: | |
| # FILE=pre-push | |
| # Single repo installation: |
| I think you mean team... | |
| I think you mean squad.. | |
| I think you mean gang... | |
| I think you mean pals... | |
| I think you mean buds... | |
| I think you mean posse... | |
| I think you mean phalanx... | |
| I think you mean crew... | |
| I think you mean crüe... | |
| I think you mean nerds... |