The Depot Application

The Depot Application

Table of Contents

Environment

Fri, 25 May 2012 07:24:51 GMT
echo $PATH
/home/rubys/.rvm/gems/ruby-1.8.7-p352/bin:/home/rubys/.rvm/gems/ruby-1.8.7-p352@global/bin:/home/rubys/.rvm/rubies/ruby-1.8.7-p352/bin:/home/rubys/.rvm/bin:/usr/bin:/bin:/usr/local/bin
node -v
v0.2.6
/home/rubys/.rvm/rubies/ruby-1.8.7-p352/bin/ruby -v
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
gem -v
1.8.21
bundle show
Gems included by the bundle:
  * abstract (1.0.0)
  * actionmailer (3.0.12)
  * actionpack (3.0.12)
  * activemerchant (1.10.0)
  * activemodel (3.0.12)
  * activerecord (3.0.12)
  * activeresource (3.0.12)
  * activesupport (3.0.12)
  * arel (2.0.10)
  * braintree (2.16.0)
  * builder (2.1.2)
  * bundler (1.1.3)
  * capistrano (2.12.0)
  * erubis (2.6.6)
  * haml (3.1.6)
  * highline (1.6.12)
  * htmlentities (4.3.1)
  * i18n (0.5.0)
  * jquery-rails (0.2.7)
  * jruby-pageant (1.0.2)
  * json (1.7.3)
  * mail (2.2.19)
  * mime-types (1.18)
  * minitest (3.0.1)
  * mysql (2.8.1)
  * net-scp (1.0.4)
  * net-sftp (2.0.5)
  * net-ssh (2.5.1)
  * net-ssh-gateway (1.1.0)
  * polyglot (0.3.3)
  * rack (1.2.5)
  * rack-mount (0.6.14)
  * rack-test (0.5.7)
  * rails (3.0.12 e74e479)
  * railties (3.0.12)
  * rake (0.9.2.2)
  * rdoc (3.12)
  * sqlite3 (1.3.6)
  * test-unit (2.4.8)
  * thor (0.14.6)
  * treetop (1.4.10)
  * tzinfo (0.3.33)
  * will_paginate (3.0.3)
rake about
About your application's environment
Ruby version              1.8.7 (x86_64-linux)
RubyGems version          1.8.21
Rack version              1.2
Rails version             3.0.12
Active Record version     3.0.12
Action Pack version       3.0.12
Active Resource version   3.0.12
Action Mailer version     3.0.12
Active Support version    3.0.12
Middleware                ActionDispatch::Static, Rack::Lock, ActiveSupport::Cache::Strategy::LocalCache, Rack::Runtime, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::RemoteIp, Rack::Sendfile, ActionDispatch::Callbacks, ActiveRecord::ConnectionAdapters::ConnectionManagement, ActiveRecord::QueryCache, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, Rack::MethodOverride, ActionDispatch::Head, ActionDispatch::BestStandardsSupport
Application root          /home/rubys/git/awdwr/edition3/work-30/depot_client
Environment               development
Database adapter          sqlite3
Database schema version   0
git log -1
commit e74e479529456be20e5ce9b0bd149937546e0e8e    
Author: Andrew White <andyw@pixeltrix.co.uk>
Date:   Mon Apr 30 21:52:39 2012 +0100

    
    Lock mocha gem to fix the build
    
    New versions of mocha don't allow nil.stubs

Todos