Public Gists by mileszs

Gravatar
Mon Nov 16 13:16:13 -0800 2009
1
2
3
<h1>MIS Tasks</h1>
 
<p>The following are features scheduled to be implemented, not including bugs, nor features placed on the back-burner.</p>
Gravatar
Mon Nov 16 13:15:24 -0800 2009
1
2
3
var People = {
  setupIndex: function() {
    $$('a.labels').each( function(link) {
Gravatar
Mon Nov 09 09:34:41 -0800 2009
1
2
3
module ActiveRecord
 
  module UserStamp
Gravatar
Mon Nov 09 07:52:44 -0800 2009
1
2
3
586) Error:
test_update_should_fail_if_version_invalid(VersionsControllerTest):
NoMethodError: You have a nil object when you didn't expect it!
Gravatar
Thu Jul 30 14:31:10 -0700 2009
1
2
3
#!/bin/bash
 
# Unattended script for installing all the stuff I like to install on new machine
Gravatar
Wed Jul 08 16:42:28 -0700 2009
1
2
3
  <div id="rfqCol1">
    <% field_set_tag "General" do %>
      <div id="firstSet">
Gravatar
Wed Jul 08 16:42:11 -0700 2009
1
2
3
# == Schema Information
#
# Table name: rfqs
Gravatar
Mon Jul 06 14:21:35 -0700 2009
1
2
3
class RfqsController < ApplicationController
  before_filter :find_rfq, :only => %w(show edit update destroy)
  before_filter :login_required, :only => %w(index show edit update destroy)
Gravatar
Thu Jun 18 10:56:53 -0700 2009
1
2
3
 
 
// color constants
Gravatar
Thu Jun 18 10:52:19 -0700 2009
1
2
3
// header
#header
  :background = !watermelon url("/images/watermelon-texture.jpg")
Gravatar
Mon Jun 08 10:34:45 -0700 2009
1
2
3
#!/usr/bin/ruby -w
#
# Testing Prawn PDF generation
Gravatar
Thu May 07 13:42:55 -0700 2009
1
2
3
#!/bin/sh -x
#
# Use together with 'hack' from a feature branch when you're
Gravatar
Thu May 07 13:34:25 -0700 2009
1
2
3
#!/bin/sh -x
#
# Use together with 'ship' from a feature branch when you're
Gravatar
Tue May 05 08:15:11 -0700 2009
1
2
3
  aasm_initial_state :created
  aasm_state :reviewed_by_sales_engineer
  aasm_state :accepted_by_account_rep
Gravatar
Fri May 01 11:10:37 -0700 2009
1
2
3
class Organization < ActiveRecord::Base
 
  include UrlFriendlyName
Gravatar
Wed Apr 01 19:27:11 -0700 2009
1
2
3
class LegislatorsController < ApplicationController
  layout :choose_layout
 
Gravatar
Tue Mar 31 19:51:24 -0700 2009
1
2
3
class LinksHelperTest < ActionView::TestCase
 
  should "return an image tag on :WriteImage" do
Gravatar
Mon Mar 30 20:47:36 -0700 2009
1
2
3
<html>
<head>
<title>This title and shit</title>
Gravatar
Sun Mar 29 17:56:53 -0700 2009
1
2
3
ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.smtp_settings = {
  :address => "smtp.gmail.com",
Gravatar
Fri Mar 27 12:32:01 -0700 2009
1
2
3
class LegislatorsController < ApplicationController
 
  def search