Public Gists by bscofield

Gravatar
Wed Sep 16 04:14:04 -0700 2009
1
2
apply "http://gist.github.com/187990.txt"
apply "http://gist.github.com/187993.txt"
Gravatar
Wed Sep 16 04:13:46 -0700 2009
1
2
3
# require gems
gem 'cucumber'
gem 'webrat'
Gravatar
Wed Sep 16 04:05:00 -0700 2009
1
2
3
# remove Prototype defaults
run "rm public/javascripts/controls.js"
run "rm public/javascripts/dragdrop.js"
Gravatar
Sun Sep 06 08:05:12 -0700 2009
1
2
3
# mongo_template.rb
 
# remove unneeded defaults
Gravatar
Sat Aug 22 18:59:43 -0700 2009
1
2
3
/* GitHub Commits, version 0.0.1
 * (c) 2009 Jeff Rafter
 *
Gravatar
Sat Aug 22 04:48:57 -0700 2009
1
2
3
Gravatar
Sat Jul 11 10:29:00 -0700 2009
1
2
3
REQUESTING PAGE: POST /brands/1/offers with {"offer"=>{"media_attachments"=>[#<ActionController::TestUploadedFile:0x4676174 @content_type="image/jpeg", @original_filename="small-logo.jpg", @tempfile=#<File:/var/folders/KL/KL6JYYFfHeOrITh0QBYlH++++TI/-Tmp-/small-logo.jpg20090711-13717-37nq6a-0>>, "", ""]}} and HTTP headers {"HTTP_REFERER"=>"/brands/1/offers/new"}
 
 
Gravatar
Mon May 18 08:01:07 -0700 2009
1
2
3
module Rack
  class Embiggener
    def initialize(app)
Gravatar
Mon May 18 07:56:05 -0700 2009
1
2
3
class SimpleRackApp
  def call(env)
    [
Gravatar
Tue Apr 28 07:59:10 -0700 2009
1
2
3
RailsConf BoF: Teaching Rails
 
The Rails community has a plethora of experienced, talented developers, who have contributed a great deal of advanced work to the ecosystem. As a group, however, we've lacked a consistent and welcoming approach for newcomers, be they programming newbies or people experienced in another technology.
Gravatar
Wed Feb 04 06:28:23 -0800 2009
1
2
3
- (void)viewDidLoad {
self.list = [self.data JSONValue];
 
Gravatar
Wed Jan 07 05:10:39 -0800 2009
1
2
3
code:
$('a').click(function() {
  $.ajax({dataType: 'script', type: 'get', url: 'bucket/new'});
Gravatar
Sun Oct 19 15:02:26 -0700 2008
1
2
3
set :application, "forever_home"
set :repository, "git@github.com:railsrumble/leaf-on-the-wind.git"
 
Gravatar
Mon Sep 15 05:53:06 -0700 2008
1
2
3
# module: audit
 
class Audit < Thor
Gravatar
Sun Sep 07 05:58:02 -0700 2008
1
2
3
makeSearchCommand({
  name: "Flickr-CC",
  url: "http://www.flickr.com/search/?q={QUERY}&w=all&l=cc&ss=0&ct=0",
Gravatar
Sat Sep 06 09:06:42 -0700 2008
1
2
3
<% form_tag book_path(book), :method => :delete do %>
  <%= content_tag :button, 'Delete', :type => 'submit' %>
<% end %>