I hereby claim:
- I am robzolkos on github.
- I am robzolkos (https://keybase.io/robzolkos) on keybase.
- I have a public key whose fingerprint is 4A58 CEAF 1236 24E2 DA45 C1EF 42B8 D646 B050 10B6
To claim this, I am signing this object:
<html> | |
<body> | |
<a href=“#test”>Test</a> | |
<br /> | |
<br /> | |
<br /> | |
<br /> | |
<br /> | |
<br /> |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actionmailer (3.2.22) | |
actionpack (= 3.2.22) | |
mail (~> 2.5.4) | |
actionpack (3.2.22) | |
activemodel (= 3.2.22) | |
activesupport (= 3.2.22) | |
builder (~> 3.0.0) |
{ | |
"AL": "Alabama", | |
"AK": "Alaska", | |
"AS": "American Samoa", | |
"AZ": "Arizona", | |
"AR": "Arkansas", | |
"CA": "California", | |
"CO": "Colorado", | |
"CT": "Connecticut", | |
"DE": "Delaware", |
#!/bin/bash | |
# Install a custom version 2 of PhantomJS, http://phantomjs.org/ | |
# | |
# Include in your builds via | |
# \curl -sSL https://gist.githubusercontent.com/mlocher/f0f731dfa93c82d0fa86/raw/phantomjs2.sh | bash -s | |
PHANTOMJS_URL="https://s3.amazonaws.com/codeship.io/checkbot/binaries/phantomjs_2.0.1" | |
CACHED_DOWNLOAD="${HOME}/cache/phantomjs_2.0.1" | |
# exit on the first error | |
set -e |
Failures: | |
1) User List Administrator viewing list of users | |
Failure/Error: case type | |
NameError: | |
undefined local variable or method `type' for #<RSpec::Core::ExampleGroup::Nested_1:0x0000010169fe40> | |
# ./spec/features/users/user_list_spec.rb:23:in `block (2 levels) in <top (required)>' | |
# -e:1:in `<main>' | |
2) User List Normal user viewing list of users |
I hereby claim:
To claim this, I am signing this object:
- link = "http://www.facebook.com/sharer/sharer.php?s=100&p[url]=#{url_encode('http://google.com')}&p[images][0]=&p[title]=#{url_encode('some title')}&p[summary]=#{url_encode('something something')}" |
fs.unlink("/tmp/app.sock", function(err) { | |
app.listen("/tmp/app.sock"); | |
return setTimeout(function() { | |
return fs.chmod("/tmp/app.sock", 0x777, function(callback) {}); | |
}, 2000); | |
}); |
# install os | |
# setup ssh keys | |
# add build tools | |
sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev | |
# NginX | |
sudo add-apt-repository ppa:nginx/stable |
require.config({ | |
baseUrl: '/backbone-tests/', | |
paths: { | |
'jquery' : '/app/libs/jquery', | |
'underscore' : '/app/libs/underscore', | |
'backbone' : '/app/libs/backbone', | |
'mocha' : 'libs/mocha', | |
'chai' : 'libs/chai', | |
'chai-jquery' : 'libs/chai-jquery', | |
'models' : '/app/models' |