The Depot Application

The Depot Application

Table of Contents

Environment

Thu, 11 Feb 2010 19:23:46 GMT
/home/rubys/.rvm/ruby-1.9.1-p376/bin/ruby -v
ruby 1.9.1p376 (2009-12-07 revision 26041) [x86_64-linux]
gem -v
1.3.5
gem list
abstract (1.0.0)
activesupport (2.3.5)
arel (0.2.1)
builder (2.1.2)
bundler (0.9.4, 0.9.3, 0.9.2)
erubis (2.6.5)
gorp (0.22.2, 0.18.4)
htmlentities (4.2.0)
i18n (0.3.3)
mail (2.1.2, 2.1.1, 2.0.5, 1.5.0)
memcache-client (1.7.8)
mime-types (1.16)
rack (1.1.0, 1.0.1)
rack-mount (0.4.7, 0.4.5, 0.4.0)
rack-test (0.5.3)
rake (0.8.7)
rdoc (2.4.3)
rubygems-update (1.3.5)
sqlite3-ruby (1.2.5)
test-unit (2.0.6, 2.0.5)
text-format (1.0.0)
text-hyphen (1.0.0)
thor (0.13.0)
tlsmail (0.0.1)
tzinfo (0.3.16, 0.3.15)
will_paginate (3.0.pre, 2.3.12)
echo $RUBYLIB | sed "s/:/\n/g"
/home/rubys/git/gorp/lib
/home/rubys/git/arel/lib
/home/rubys/git/rack/lib
rails application -v
Rails 3.0.0.beta1
git log -1
commit eea28b07cf25d5c79f8edeb8bef5e0483b489425    
Author: Carl Lerche <carllerche@mac.com>
Date:   Thu Feb 11 10:29:50 2010 -0800

    
    Remove backtrace cleaner specific to Bundler. Bundler just uses Gem.dir and Gem.path now.

Todos