My Recent Pastes (96 and counting)

Pastes by voxdolo (96 and counting)

Pages:

Below are the 6 most recent pasties by voxdolo.

January 29, 2007
5:26PM EDT
by voxdolo

[05:25:14][caudill@lazuli][trunk]$ rake globalize:setup --trace
(in /Users/caudill/development/Ruby/Rails/lanaer-cms/trunk)
** Invoke globalize:setup (first_time)
** Invoke globalize:create_tables (first_time)
** Invoke environment (first_time)

January 19, 2007
6:16PM EDT
by voxdolo

require "#{File.dirname(__FILE__)}/../test_helper"

class SessionTest < ActionController::IntegrationTest
  all_fixtures
  

November 16, 2006
5:38PM EDT
by voxdolo

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix

November 16, 2006
5:25PM EDT
by voxdolo

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix

November 13, 2006
11:48PM EDT
by voxdolo

Index: vendor/plugins/mephisto/lib/mephisto_core/plugin.rb
===================================================================
--- vendor/plugins/mephisto/lib/mephisto_core/plugin.rb (revision 2470)
+++ vendor/plugins/mephisto/lib/mephisto_core/plugin.rb (working copy)
@@ -52,7 +52,7 @@

August 20, 2006
6:34PM EDT
by voxdolo

class Category < ActiveRecord::Base
  acts_as_tree :order => "name", :counter_cache => true
  has_many :meta_data_types, :through => :line_items
  has_many :line_items, :order => "position"
  has_many :items

Previous page