This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--(/Users/andrewroth/Development/h3d)-(master)----------------------(andrewroth@Andrew-Roths-MacBook-Pro:s002)-- | |
--(11:09)-- $ rake test | |
(in /Users/andrewroth/Development/h3d) | |
WARNING: using the built-in Timeout class which is known to have issues when used for opening connections. Install the SystemTimer gem if you want to make sure the Redis client will not hang. | |
/Library/Ruby/Gems/1.8/gems/json-1.4.6/lib/json/common.rb:65: warning: already initialized constant State | |
/Library/Ruby/Gems/1.8/gems/json-1.4.6/lib/json/common.rb:66: warning: already initialized constant SAFE_STATE_PROTOTYPE | |
/Library/Ruby/Gems/1.8/gems/json-1.4.6/lib/json/common.rb:67: warning: already initialized constant FAST_STATE_PROTOTYPE | |
/Library/Ruby/Gems/1.8/gems/json-1.4.6/lib/json/common.rb:74: warning: already initialized constant PRETTY_STATE_PROTOTYPE | |
/Library/Ruby/Gems/1.8/gems/json-1.4.6/lib/json/pure.rb:76: warning: already initialized constant JSON_LOADED | |
DEPRECATION WARNING: Rake tasks in /Users/andrewroth/Development/h3d/vendor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature::SLOTS[:basement].split(" ").each do |slug| | |
Feature.find_or_create_by_featured_type_and_slot("Product", slug) | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--(/Users/andrewroth/Development/ministry-tracker)-(pulse_cdm)------------------------(andrewroth@andrew-9d9572a9:s001)-- | |
--(17:34)-- $ rake hudson | |
(in /Users/andrewroth/Development/ministry-tracker) | |
DEPRECATION WARNING: Rake tasks in vendor/plugins/database_git_proxy/tasks, vendor/plugins/delayed_job/tasks, vendor/plugins/ext_scaffold/tasks, vendor/plugins/helper_me_test/tasks, vendor/plugins/i18n_label/tasks, vendor/plugins/jrails_in_place_editing/tasks, vendor/plugins/localized_dates/tasks, vendor/plugins/mimetype_fu/tasks, vendor/plugins/rails-widgets-jquery/tasks, vendor/plugins/rcov_plugin/tasks, vendor/plugins/restful-authentication/tasks, vendor/plugins/seed-fu/tasks, and vendor/plugins/validates_no_association_data/tasks are deprecated. Use lib/tasks instead. (called from /Library/Ruby/Gems/1.8/gems/rails-2.3.10/lib/tasks/rails.rb:10) | |
Git Branch Config: pulse_cdm -> /Users/andrewroth/Development/ministry-tracker/config/branch_configs/common_c4c_prod.rb | |
newrelic: false | |
Prepare server 'c4c' stage 'prod |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Processing TimetablesController#show (for 207.161.118.64 at 2011-01-05 14:52:49) [GET] | |
Parameters: {"id"=>"5457", "person_id"=>"1294211056"} | |
Rendering template within layouts/people | |
Rendering timetables/show | |
Completed in 388ms (View: 204, DB: 54) | 200 OK [https://pulse.campusforchrist.org/people/1294211056/timetables/5457] | |
Processing ApplicationController#index (for 207.161.118.64 at 2011-01-05 14:53:03) [GET] | |
Parameters: {"_"=>"1294257130943"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP TABLE IF EXISTS `pr_question_sheet_pr_infos`; | |
CREATE TABLE `pr_question_sheet_pr_infos` ( | |
`id` int(11) NOT NULL AUTO_INCREMENT, | |
`question_sheet_id` int(11) DEFAULT NULL, | |
`created_at` datetime DEFAULT NULL, | |
`updated_at` datetime DEFAULT NULL, | |
`form_type` varchar(255) DEFAULT 'review', | |
`summary_form_id` int(11) DEFAULT NULL, | |
PRIMARY KEY (`id`) | |
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysqldump --host Hart-A051 --user root -p prod pr_admins pr_answer_sheet_question_sheets pr_answer_sheets pr_answers pr_conditions pr_elements pr_email_templates pr_page_elements pr_pages pr_personal_forms pr_question_sheet_pr_infos pr_question_sheets pr_references pr_reviewers pr_reviews pr_sessions pr_users > pr.sql |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- | |
-- Table structure for table `authentications` | |
-- | |
DROP TABLE IF EXISTS `authentications`; | |
CREATE TABLE `authentications` ( | |
`id` int(11) NOT NULL AUTO_INCREMENT, | |
`user_id` int(11) DEFAULT NULL, | |
`provider` varchar(255) DEFAULT NULL, | |
`uid` varchar(255) DEFAULT NULL, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo env ARCHFLAGS="-arch x86_64" gem install --no-rdoc --no-ri mysql -- --with-mysql-dir=/usr/local --with-mysql-config=/usr/local/mysql/bin/mysql_config |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
development: | |
adapter: mysql | |
username: root | |
database: telecreateurs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D, [2010-11-05T13:18:28.255521 #7874] DEBUG -- : Guessed service url: "http://hp:3000/" | |
D, [2010-11-05T13:18:28.256016 #7874] DEBUG -- : Generated login url: https://signin.mygcx.org/cas/login?service=http%3A%2F%2Fhp%3A3000%2F | |
D, [2010-11-05T13:18:28.256190 #7874] DEBUG -- : Redirecting to "https://signin.mygcx.org/cas/login?service=http%3A%2F%2Fhp%3A3000%2F&gateway=true" | |
D, [2010-11-05T13:18:29.727024 #7874] DEBUG -- : Request contains ticket "ST-97961-EPhiI3NEHrjXxV1gU2Go-cas". | |
D, [2010-11-05T13:18:29.727751 #7874] DEBUG -- : Guessed service url: "http://hp:3000/" | |
D, [2010-11-05T13:18:29.728259 #7874] DEBUG -- : Requesting CAS response for URI https://signin.mygcx.org/cas/proxyValidate?ticket=ST-97961-EPhiI3NEHrjXxV1gU2Go-cas&service=http%3A%2F%2Fhp%3A3000%2F&pgtUrl=https%3A%2F%2Fpat.powertochange.org%2Fcas_proxy_callback%2Freceive_pgt | |
D, [2010-11-05T13:18:37.820054 #7874] DEBUG -- : CAS server responded with #<Net::HTTPOK 200 OK readbody=true>: | |
<cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'> | |