Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
==> Upgrading vim | |
==> Cloning https://vim.googlecode.com/hg/ | |
Updating /Library/Caches/Homebrew/vim--hg | |
warning: vim.googlecode.com certificate with fingerprint 8b:0c:39:9b:22:04:51:9e:0c:1e:ac:83:3b:fe:4a:0a:a9:34:e6:b4 not verified (check hostfingerprints or web.cacerts config setting) | |
pulling from https://vim.googlecode.com/hg/ | |
searching for changes | |
adding changesets | |
adding manifests | |
adding file changes | |
added 53 changesets with 136 changes to 79 files |
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
source 'https://rubygems.org' | |
ruby '1.9.3', engine: 'jruby', engine_version: '1.7.3' | |
#ruby '1.9.3' | |
gem 'rails', '3.2.13' | |
gem 'puma' | |
gem 'jquery-rails' | |
gem 'rake' | |
gem 'bootstrap-sass' |
<xsd:simpleType name="geoareatype"> | |
<xsd:restriction base="xsd:string"> | |
<xsd:enumeration value="Country"/> | |
<xsd:enumeration value="State"/> | |
<xsd:enumeration value="Neighbourhood"/> | |
<xsd:enumeration value="City"/> | |
<xsd:enumeration value="Municipality"/> | |
<xsd:enumeration value="Borough"/> | |
<xsd:enumeration value="County"/> |
/Volumes/boot $ git clone https://github.com/DexterInd/BrickPi_Python.git | |
Cloning into 'BrickPi_Python'... | |
remote: Counting objects: 280, done. | |
remote: Compressing objects: 100% (142/142), done. | |
remote: Total 280 (delta 144), reused 272 (delta 136) | |
Receiving objects: 100% (280/280), 2.07 MiB | 709.00 KiB/s, done. | |
Resolving deltas: 100% (144/144), done. | |
Checking connectivity... done | |
error: unable to write file Project Examples/Thingspeak Temperature Logging/Thinspeak_Documentation.rtf | |
fatal: unable to checkout working tree |
SELECT a.attname, format_type(a.atttypid, a.atttypmod), | |
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod | |
FROM pg_attribute a LEFT JOIN pg_attrdef d | |
ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
WHERE a.attrelid = '"properties_view"'::regclass # NOTE properties_view is a view on properties table | |
AND a.attnum > 0 AND NOT a.attisdropped | |
ORDER BY a.attnum; |
I hereby claim:
To claim this, I am signing this object:
ivar@bento-4 ~/Work/rew-docker $ docker ps | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
ivar@bento-4 ~/Work/rew-docker $ docker images | |
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE | |
ubuntu 14.10 277eb4304907 2 weeks ago 228.5 MB | |
<none> <none> 7fa0dcdc88de 6 weeks ago 910 B | |
ivar@bento-4 ~/Work/rew-docker $ docker rmi 7fa0dcdc88de | |
Error response from daemon: No such id: ef872312fe1bbc5e05aae626791a47ee9b032efa8f3bda39cc0be7b56bfe59b9 |
/tmp/ruby-build.20141229144532.25901 ~/.rbenv/plugins/ruby-build | |
HTTP/1.1 200 OK | |
Content-Type: binary/octet-stream | |
Content-Length: 16494584 | |
Connection: keep-alive | |
Date: Thu, 25 Dec 2014 12:26:39 GMT | |
Last-Modified: Thu, 25 Dec 2014 10:02:26 GMT | |
ETag: "cd03b28fd0b555970f5c4fd481700852" | |
Accept-Ranges: bytes | |
Server: AmazonS3 |
#defined in app/helpers/spree/products_helper.rb | |
module Spree | |
module ProductsHelper | |
def each_date_bucket(&block) | |
..my method .. | |
end | |
end | |
end | |
# This declaration blows away the ProductsHelper included with Spree. |