Public Gists by ariejan

Gravatar
Wed Dec 03 07:52:27 -0800 2008
1
2
You have a nil object when you didn't expect it!
The error occurred while evaluating nil.protect_against_forgery?
Gravatar
Mon Nov 17 02:37:36 -0800 2008
1
2
3
# STI, this is the base model which is stored in the database
class Character < ActiveRecord::Base
  belongs_to :location
Gravatar
Fri Nov 14 07:06:03 -0800 2008
1
2
3
SELECT `articles`.*, `priorities`.position
FROM `articles`
LEFT OUTER JOIN `priorities` ON priorities.article_id = articles.id
Gravatar
Fri Sep 12 11:23:34 -0700 2008
1
2
3
package com.noir.clientv2.handlers;
 
import com.jme.input.InputHandler;