Skip to content

Instantly share code, notes, and snippets.

View cayblood's full-sized avatar

Carl Youngblood cayblood

View GitHub Profile
jvm 1 | Jan 26, 2011 10:00:52 AM com.sun.jersey.server.linking.impl.FieldDescriptor getFieldValue
jvm 1 | SEVERE: null
jvm 1 | java.lang.IllegalAccessException: Class com.sun.jersey.server.linking.impl.FieldDescriptor can not access a member of class java.util.zip.ZipConstants with modifiers "public static final"
jvm 1 | at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65)
jvm 1 | at java.lang.reflect.Field.doSecurityCheck(Field.java:960)
jvm 1 | at java.lang.reflect.Field.getFieldAccessor(Field.java:896)
jvm 1 | at java.lang.reflect.Field.get(Field.java:358)
jvm 1 | at com.sun.jersey.server.linking.impl.FieldDescriptor.getFieldValue(FieldDescriptor.java:66)
jvm 1 | at com.sun.jersey.server.linking.impl.RefProcessor.processLinks(RefProcessor.java:113)
jvm 1 | at com.sun.jersey.server.linking.impl.RefProcessor.processMember(RefProcessor.java:120)
it "should create a user if an unused email is provided" do
VCR.use_cassette('create_user_with_email', :record => :new_episodes) do
options = {:email => 'carl@youngbloods.org'}
UUIDTools::UUID.stub!(:random_create).and_return('7c4037cc-e021-48c0-990a-51b3e82d48d6')
response = @api.create_user(options)
response.should be_a(Hash)
response['guid']
end
end
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>untitled</title>
<script type="text/javascript" charset="utf-8">
var html5rocks = {};
We couldn’t find that file to show.
<VirtualHost *:80>
ServerName www.transfigurism.org
Redirect permanent / http://transfigurism.org/
</VirtualHost>
<VirtualHost *:80>
ServerAdmin admin@transfigurism.org
ServerName transfigurism.org
DocumentRoot /var/www/transfigurism.org/current/public
</VirtualHost>
$ rvm install 1.8.6
Installing Ruby from source to: /Users/carl/.rvm/rubies/ruby-1.8.6-p420, this may take a while depending on your cpu(s)...
ruby-1.8.6-p420 - #fetching
ruby-1.8.6-p420 - #downloading ruby-1.8.6-p420, this may take a while depending on your connection...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3892k 100 3892k 0 0 133k 0 0:00:29 0:00:29 --:--:-- 150k
ruby-1.8.6-p420 - #extracting ruby-1.8.6-p420 to /Users/carl/.rvm/src/ruby-1.8.6-p420
ruby-1.8.6-p420 - #extracted to /Users/carl/.rvm/src/ruby-1.8.6-p420
[2011-03-09 21:09:22] make
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -o main.o -c main.c
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -o dln.o -c dln.c
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -o dmydln.o -c dmydln.c
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -o dmyencoding.o -c dmyencoding.c
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings
carl@caywork ~/Source/java/cuke4duke [git:master+?] jruby-1.6.0.RC3
∴ rake
(in /Users/carl/Source/java/cuke4duke)
mvn -P examples clean install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for cuke4duke:cuke4duke:jar:0.4.3
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ cuke4duke:parent:0.4.3, /Users/carl/Source/java/cuke4duke/pom.xml, line 255, column 15
[WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 134, column 15
[WARNING]

Pico de Gallo

Yield: about 1.5 cups

  • 1 ripe, large tomato (4 small ones from Kiwi)
  • Fresh hot green chiles to taste (roughly 3 chiles serranos or 2 chiles jalapeños), stemmed (1/2 to 1 red pepper from Kiwi, depending on how hot it is)
  • 1 small onion (1/2 medium onion at Kiwi)
  • 1 clove garlic, peeled
  • 8-10 sprigs fresh coriander, chopped
  • Salt, about 1/2 teaspoon
$ cucumber
Feature: Basic user functionality
In order to serve customers
As a basic user
I want to create returns and update my account
Scenario: Update account # features/basic_user_functions.feature:6
Given I am logged in as darrin/secret # features/step_definitions/login_steps.rb:1
When I follow "My Account" # features/step_definitions/web_steps.rb:5
And I fill in "Full name" with "Darrin Jones2" # features/step_definitions/web_steps.rb:50