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
[~] : rvm 1.8.6 --debug | |
+ case "$rvm_action" in | |
+ __rvm_use ruby 1.8.6 | |
+ '[' -z '' ']' | |
+ __rvm_select ruby 1.8.6 | |
+ rvm_ruby_interpreter=ruby | |
+ rvm_ruby_interpreter=ruby | |
+ '[' 1.8.6 = 1.8 ']' | |
+ '[' 1.8.6 = 1.9 ']' | |
+ case "$rvm_ruby_interpreter" in |
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
<i> Please visit the website for much more information: http://rvm.beginrescueend.com/ | |
w⦿‿⦿t! | |
~ Wayne | |
rvm 0.0.36 (2009.09.06) [http://rvm.beginrescueend.com/] | |
rvm 0.0.35 (2009.09.05) [http://rvm.beginrescueend.com/] | |
[~/.rvm/src/rvm] master: rvm -v | |
rvm 0.0.35 (2009.09.05) [http://rvm.beginrescueend.com/] |
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
[~] : rvm reset ; mv ~/.rvm/src/rvm ~/rvm ; rvm implode ; cd ~/rvm; scripts/rvm-install ; rvm reload ; rvm 1.8.6 ; rvm debug | |
<w> Are you SURE you wish for rvm to implode? This will remove /Users/dylanfm/.rvm ? (type 'yes' or 'no') | |
yes | |
<i> Hai! Removing /Users/dylanfm/.rvm | |
rm: /Users/dylanfm/.rvm//ruby-1.8.6-p383/lib/ruby/gems/1.8/doc/actionmailer-2.2.2/rdoc/classes/ActionMailer/Base.html: Permission denied | |
rm: /Users/dylanfm/.rvm//ruby-1.8.6-p383/lib/ruby/gems/1.8/doc/actionmailer-2.2.2/rdoc/classes/ActionMailer/Base.src/M002508.html: Permission denied | |
rm: /Users/dylanfm/.rvm//ruby-1.8.6-p383/lib/ruby/gems/1.8/doc/actionmailer-2.2.2/rdoc/classes/ActionMailer/Base.src/M002509.html: Permission denied | |
rm: /Users/dylanfm/.rvm//ruby-1.8.6-p383/lib/ruby/gems/1.8/doc/actionmailer-2.2.2/rdoc/classes/ActionMailer/Base.src/M002510.html: Permission denied |
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
*** Passenger ERROR (ext/common/SpawnManager.h:232): | |
Could not start the spawn server: /Users/dylanfm/.rvm/bin/ruby-1.8.6-p383;: No such file or directory (2) | |
[ pid=14394 file=ext/apache2/Hooks.cpp:725 time=2009-09-07 10:58:50.89 ]: | |
Unexpected error in mod_passenger: Cannot spawn application '/Users/dylanfm/Development/Work/plus2/v5': The spawn server has exited unexpectedly. | |
Backtrace: | |
in 'virtual boost::shared_ptr<Passenger::Application::Session> Passenger::ApplicationPoolServer::Client::get(const Passenger::PoolOptions&)' (ApplicationPoolServer.h:471) | |
in 'int Hooks::handleRequest(request_rec*)' (Hooks.cpp:521) |
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
LoadModule passenger_module /Library/Ruby/Gems/1.8/gems/passenger-2.2.5/ext/apache2/mod_passenger.so | |
PassengerRoot /Library/Ruby/Gems/1.8/gems/passenger-2.2.5 | |
# PassengerRuby /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
# Use RVM 1.8.6 ruby | |
PassengerRuby /Users/dylanfm/.rvm/bin/ruby-1.8.6-p383 |
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 UploadsController#thanks (for 127.0.0.1 at 2009-09-04 15:51:13) [GET] | |
Parameters: {"member_id"=>"dylanfm", "gallery_id"=>"2-onthecoast"} | |
Site Columns (3.6ms) SHOW FIELDS FROM `sites` | |
Site Load (1.2ms) SELECT * FROM `sites` WHERE (`sites`.`domain` = 'dev.humude.com') LIMIT 1 | |
Member Columns (8.4ms) SHOW FIELDS FROM `members` | |
Member Load (0.3ms) SELECT * FROM `members` WHERE (`members`.`username` = 'dylanfm') LIMIT 1 | |
Gallery Columns (2.2ms) SHOW FIELDS FROM `galleries` | |
Gallery Load (0.4ms) SELECT * FROM `galleries` WHERE (`galleries`.`id` = '2-onthecoast') AND (`galleries`.member_id = 1) LIMIT 1 | |
Rendering template within layouts/em | |
Rendering uploads/thanks |
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
1056,64,1152,4608,2432,0,16,16,512,0,2368,2048,0,1600,32,2064 |
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
# http://www.xcombinator.com/2008/02/22/ruby-inject-and-the-mandelbrot-set/ | |
require 'complex' | |
def mandelbrot(a) | |
Array.new(50,a).inject(a) { |z,c| z*z + c } | |
end | |
(1.0).step(-1,-0.05) do |y| | |
(-2.0).step(0.5,0.0315) do |x| |
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
export dev='/Users/dylanfm/Development' | |
export devwork='/Users/dylanfm/Development/Work' | |
# Quick links to client projects | |
# Only directories | |
for DIR in `ls -l $devwork | awk '/^d/ { print $NF }'` | |
do | |
export $DIR=$devwork/$DIR | |
done |
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
# >> [["\\n\\rHeat # 1\n\t\t\t\t\t\t\t\t\t\tRip Curl Pro\n\t\t\t\t\t\t\t\t\t\tRound 1\n\t\t\t\t\t\t\t\t\t\t\\n\\rMore info ...\n\t\t\t\t\t\t\t\t\t\t\\n\\r\\n\\rHeat Scores\n\t\t\t\t\t\t\t\t\t\t\\n\\r\\n\\rWave/Wave", | |
# >> "singlet", | |
# >> "plc", | |
# >> "pts", | |
# >> "name", | |
# >> "from", | |
# >> "\\n\\rYellow", | |
# >> "1", | |
# >> "13.00", | |
# >> "David Weare", |