Public Gists by haikuwebdev

Gravatar
Mon Jan 26 13:31:40 -0800 2009
1
2
3
require 'test_helper'
 
class MyHelperTest < ActionView::TestCase
Gravatar
Fri Jan 23 11:00:58 -0800 2009
1
2
3
# SUPER DARING APP TEMPLATE 1.0
# By Peter Cooper
 
Gravatar
Wed Jan 07 14:12:56 -0800 2009
1
2
3
# 1) Point *.example.com in your DNS setup to your server.
#
# 2) Setup an Apache vhost to catch the star pointer:
Gravatar
Wed Dec 24 22:27:16 -0800 2008
1
2
3
<!--
Attempt to build a TaskPaper theme similar to TextMate Twilight theme.
 
Gravatar
Wed Oct 22 07:17:08 -0700 2008
1
2
3
require "selenium"
require "test/unit"
 
Gravatar
Tue Aug 19 11:35:12 -0700 2008
1
2
3
require File.dirname(__FILE__) + '/../test_helper'
 
class EditorActionsTest < ActionController::IntegrationTest
Gravatar
Wed Aug 06 10:48:13 -0700 2008
1
2
3
class PostImage < ActiveRecord::Base
  # So we can code post_image.category instead of the uglier post_image.post_image_category
  belongs_to :category, :class_name => 'PostImageCategory', :foreign_key => 'post_image_category_id'