The Depot Application

The Depot Application

Table of Contents

Environment

Sun, 06 Jun 2010 15:08:04 GMT
/home/rubys/.rvm/rubies/ruby-1.8.8-r28169/bin/ruby -v
ruby 1.8.8dev (2010-06-05) [i686-linux]
gem -v
1.3.6
bundle show
Gems included by the bundle:
  * abstract (1.0.0)
  * actionmailer (3.0.0.beta3)
  * actionpack (3.0.0.beta3)
  * activemodel (3.0.0.beta3)
  * activerecord (3.0.0.beta3)
  * activeresource (3.0.0.beta3)
  * activesupport (3.0.0.beta3)
  * arel (0.3.3)
  * builder (2.1.2)
  * bundler (0.9.24)
  * erubis (2.6.5)
  * i18n (0.4.1)
  * mail (2.2.1)
  * mime-types (1.16)
  * polyglot (0.3.1)
  * rack (1.1.0)
  * rack-mount (0.6.3)
  * rack-test (0.5.4)
  * rails (3.0.0.beta3 509f3d)
  * railties (3.0.0.beta3)
  * rake (0.8.7)
  * sqlite3-ruby (1.2.5)
  * thor (0.13.6)
  * treetop (1.4.8)
  * tzinfo (0.3.22)
rake about
(in /home/rubys/git/awdwr/work-188/depot_client)
About your application's environment
Ruby version              1.8.8 (i686-linux)
RubyGems version          1.3.6
Rack version              1.1
Rails version             3.0.0.beta3
Active Record version     3.0.0.beta3
Action Pack version       3.0.0.beta3
Active Resource version   3.0.0.beta3
Action Mailer version     3.0.0.beta3
Active Support version    3.0.0.beta3
Application root          /home/rubys/git/awdwr/work-188/depot_client
Environment               development
git log -1
commit 509f3d7d2f346b83dfd22aec681feffbd2d25803    
Author: Jeremy Kemper <jeremy@bitsweat.net>
Date:   Sat Jun 5 20:34:30 2010 -0700

    
    Simplify middleware stack lazy compares using named const references

Todos