GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

ajmorris

1
7
Mar 12, 2008

Following

Public Activity  feed

ajmorris committed to ajmorris/alert-server Wed Nov 19 16:37:41 -0800 2008

0bd5cfcf4daa53325688d430db3707fdc1976f9c

Fixed the CSS a little bit. Going to work on moving the colors and such over to something else.

ajmorris committed to ajmorris/alert-server Wed Nov 19 13:31:40 -0800 2008
ajmorris created alert-server Wed Nov 19 13:25:54 -0800 2008
New repository is at ajmorris/alert-server
ajmorris created gist: 26543 Wed Nov 19 07:37:16 -0800 2008
Merb::BootLoader.after_app_loads do dependency 'merb-builder' # This will get executed after your app's classes have been loaded.
ajmorris created gist: 25905 Mon Nov 17 13:11:37 -0800 2008
require 'rubygems' require 'net/ldap'
ajmorris updated gist: 25874 Mon Nov 17 11:32:08 -0800 2008
# Originally from http://www.benlog.org/2008/6/29/bare-bones-date-picker-for-merb # Modified for new Merb 0.9.6 helpers module Merb::Helpers::Form
ajmorris forkd gist: 25874 Mon Nov 17 11:31:24 -0800 2008
# Originally from http://www.benlog.org/2008/6/29/bare-bones-date-picker-for-merb # Modified for new Merb 0.9.6 helpers module Merb::Helpers::Form
ajmorris created gist: 16577 Mon Oct 13 12:00:59 -0700 2008
xml.instruct! :xml, :version =>"1.0" xml.feed(:xmlns => "http://www.w3.org/2005/Atom") do |feed| feed.title('My Super Cool Feed!')
ajmorris created gist: 11111 Tue Sep 16 12:21:19 -0700 2008
def discretionary_leave self.tokens.discretionary.map {|time| time.hours}.sum end
ajmorris forked chrislloyd/gravtastic Fri Sep 12 14:17:03 -0700 2008
Forked repository is at ajmorris/gravtastic
ajmorris committed to ajmorris/aintablog Fri Sep 12 14:10:51 -0700 2008

dd765b7f1e371c079ef6f5ce4d7d505e188db95e

Added the gravtastic gem so that comments can have gravatars.

ajmorris created gist: 10316 Thu Sep 11 14:27:03 -0700 2008
require "lockdown" require File.join(File.dirname(__FILE__), "session")
ajmorris created gist: 10315 Thu Sep 11 14:25:25 -0700 2008
class ApplicationController < ActionController::Base helper :all # include all helpers, all the time
ajmorris forked wycats/merb-core Thu Sep 11 10:18:19 -0700 2008
Forked repository is at ajmorris/merb-core
ajmorris deleted acadtech2 Thu Sep 11 10:17:46 -0700 2008
Deleted repository was at ajmorris/acadtech2
ajmorris created sticks-bones Fri Sep 05 13:40:59 -0700 2008
New repository is at ajmorris/sticks-bones
ajmorris forked nakajima/aintablog Tue Sep 02 17:50:33 -0700 2008
Forked repository is at ajmorris/aintablog
ajmorris updated gist: 1745 Wed Jul 23 07:04:58 -0700 2008
<%= select(:team, :id, team_selection_matrix, {}, :onchange => "display(this,'#{@team.id}');") %>
ajmorris created gist: 1745 Wed Jul 23 07:04:24 -0700 2008
<%= select(:team, :id, team_selection_matrix, {}, :onchange => "display(this,'#{@team.id}');") %>