Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am doncruse on github.
  • I am doncruse (https://keybase.io/doncruse) on keybase.
  • I have a public key ASBELTqcvDQHEfvizhEmtYAFQsFVkSctH07DTMyVlghq9Ao

To claim this, I am signing this object:

@doncruse
doncruse / index.xml
Created September 23, 2011 11:42 — forked from stammy/index.xml
Atom feed for Jekyll
---
layout: nil
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="text" xml:lang="en">{{ site.root_desc }}</title>
<link type="application/atom+xml" href="http://www.doncruse.com/feed/" rel="self"/>
<link type="text" href="http://www.doncruse.com" rel="alternate"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
# 2011-04-05
#
# Mac OS X 10.6.7
# Homebrew 0.8
# Xcode 4.0.1
# Git 1.7.4.3
# Ruby 1.9.2, 1.8.7
# Rails 3.0.5
# RVM 1.5.2
# Passenger 3.0.6
=begin
The form/controller works fine in development, and doesn't in production.
It DID work fine in production earlier this week, but now it doesn't,
and I didn't make any changes to the code. Any ideas, please send to
garyz@easysoftsolutions.com.
Controller
=end
class JobseekerprofilesController < ApplicationController