My Recent Pastes (96 and counting)
Pastes by voxdolo (96 and counting)
Below are the 6 most recent pasties by voxdolo.
January 29, 2007
5:26PM EDT
by voxdolo
View all 45 lines
[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
View all 119 lines
require "#{File.dirname(__FILE__)}/../test_helper" class SessionTest < ActionController::IntegrationTest all_fixtures
November 16, 2006
5:38PM EDT
by voxdolo
View all 14 lines
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
View all 14 lines
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
View all
13 lines
Includes file attachment.
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
View all 29 lines
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