Skip to content

Instantly share code, notes, and snippets.

101 - MC Hammer - U Can't Touch This
102 - Sinead O'Connor - Nothing Compares 2 U
103 - Michael Penn - No Myth
104 - Queen Latifah And Monie Love - Ladies First
105 - Social Distortion - Ball And Chain
106 - They Might Be Giants - Birdhouse In Your Soul
107 - Mother Love Bone - Chloe Dancer Crown Of Thorns
108 - Sundays - Here's Where The Story Ends
109 - C & C Music Factory - Gonna Make You Sweat (Everybody Dance Now)
110 - Deee Lite - Groove Is In The Heart
[user]
name = Russ Smith
email = [email protected]
[push]
default = current
[alias]
ci = commit -va
co = checkout
The Subways - Rock & Roll Queen
Blood Red Shoes - You bring me down
Blonde Redhead - 23
The Organ - Brother
Placebo - The Bitter End
Pixies - Monkey Gone to Heaven
The Ravonettes - Aly, Walk with me
Metric - Help I'm Alive
Mellowdrone - Fashionably Uninvited
The Duke Spirit - The Step and the Walk
require 'rubygems'
require 'sinatra'
require 'mongomapper'
MongoMapper.database = 'test'
class Property
include MongoMapper::Document
many :addresses
Feature: Signup
In order to access features of the site
A user
Should be able to sign up
Scenario: Excluded state basic signup with valid data
When I go to the home page
And I fill in "Screen Name" with "user"
And I fill in "Password" with "passwordWith1Number"
And I fill in "Confirm Password" with "passwordWith1Number"
#!/usr/bin/env ruby
require 'rubygems'
require 'nokogiri'
require 'open-uri'
require 'optparse'
class BagOfCrap
def initialize(args)
Breakfast Burrito
1 whole wheat tortilla
4 egg beaters
1 tbsp of salsa
1 tbsp of low fat sour cream
Egg and Muffin Sandwiches
1 English muffins, split with a fork
3 oz ground beef
1 slice low fat cheese
app/views/tournaments/featured/wsop.html.erb:<<<<<<< HEAD:app/views/tournaments/featured/wsop.html.erb
app/views/tournaments/featured/wsop.html.erb:<<<<<<< HEAD:app/views/tournaments/featured/wsop.html.erb
app/views/tournaments/featured/wsop.html.erb:<<<<<<< HEAD:app/views/tournaments/featured/wsop.html.erb
app/views/tournaments/featured/wsop.html.erb:<<<<<<< HEAD:app/views/tournaments/featured/wsop.html.erb
app/views/tournaments/featured/wpt.html.erb:<<<<<<< HEAD:app/views/tournaments/featured/wpt.html.erb
app/views/tournaments/featured/wpt.html.erb:<<<<<<< HEAD:app/views/tournaments/featured/wpt.html.erb
app/views/tournaments/featured/wpt.html.erb:<<<<<<< HEAD:app/views/tournaments/featured/wpt.html.erb
app/views/tournaments/featured/ept.html.erb:<<<<<<< HEAD:app/views/tournaments/featured/ept.html.erb
app/views/tournaments/featured/ept.html.erb:<<<<<<< HEAD:app/views/tournaments/featured/ept.html.erb
app/views/tournaments/featured/ept.html.erb:<<<<<<< HEAD:app/views/tournaments/featured/ept.html.erb
/!\ FAILSAFE /!\ Tue Mar 10 11:42:16 -0700 2009
Status: 500 Internal Server Error
bad content body
/home/staging/apps/cardplayer/releases/20090309204409/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/utils.rb:298:in `parse_multipart'
/home/staging/apps/cardplayer/releases/20090309204409/vendor/rails/actionpack/lib/action_controller/vendor/rack-1.0/rack/request.rb:125:in `POST'
/home/staging/apps/cardplayer/releases/20090309204409/vendor/rails/actionpack/lib/action_controller/request.rb:428:in `request_parameters'
/home/staging/apps/cardplayer/releases/20090309204409/vendor/rails/actionpack/lib/action_controller/request.rb:381:in `parameters'
/home/staging/apps/cardplayer/releases/20090309204409/vendor/rails/actionpack/lib/action_controller/base.rb:1279:in `assign_shortcuts'
/home/staging/apps/cardplayer/releases/20090309204409/vendor/rails/actionpack/lib/action_controller/base.rb:518:in `process_without_filters'
/home/staging/apps/cardplayer/releas
require RAILS_ROOT + '/config/environment'
use Rack::Lock
use ActionController::Failsafe
use ActionController::Session::CookieStore, {:session_key=>"_temp_session", :secret=>"itsyoursecret"}
use ActionController::ParamsParser
use Rack::MethodOverride
use ActiveRecord::QueryCache
run ActionController::Dispatcher.new