The Depot Application

Table of Contents

Environment

Sun, 16 Dec 2012 14:24:53 GMT
echo $PATH
/home/rubys/.rvm/gems/ruby-1.8.7-p371/bin:/home/rubys/.rvm/gems/ruby-1.8.7-p371@global/bin:/home/rubys/.rvm/rubies/ruby-1.8.7-p371/bin:/home/rubys/.rvm/bin:/usr/bin:/bin:/usr/local/bin
node -v
v0.2.6
/home/rubys/.rvm/rubies/ruby-1.8.7-p371/bin/ruby -v
ruby 1.8.7 (2012-10-12 patchlevel 371) [x86_64-linux]
gem -v
1.8.24
bundle show
Gems included by the bundle:
  * abstract (1.0.0)
  * actionmailer (3.0.17)
  * actionpack (3.0.17)
  * activemerchant (1.10.0)
  * activemodel (3.0.17)
  * activerecord (3.0.17)
  * activeresource (3.0.17)
  * activesupport (3.0.17)
  * arel (2.0.10)
  * braintree (2.21.0)
  * builder (2.1.2)
  * bundler (1.2.3)
  * capistrano (2.13.5)
  * erubis (2.6.6)
  * haml (3.1.7)
  * highline (1.6.15)
  * htmlentities (4.3.1)
  * i18n (0.5.0)
  * jquery-rails (0.2.7)
  * json (1.7.5)
  * mail (2.2.19)
  * mime-types (1.19)
  * minitest (4.3.3)
  * mysql (2.9.0)
  * net-scp (1.0.4)
  * net-sftp (2.0.5)
  * net-ssh (2.6.2)
  * 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.17 f93e3f0)
  * railties (3.0.17)
  * rake (10.0.3)
  * rdoc (3.12)
  * sqlite3 (1.3.6)
  * test-unit (2.5.3)
  * thor (0.14.6)
  * treetop (1.4.12)
  * tzinfo (0.3.35)
  * will_paginate (3.0.3)
rake about
About your application's environment
Ruby version              1.8.7 (x86_64-linux)
RubyGems version          1.8.24
Rack version              1.2
Rails version             3.0.17
Active Record version     3.0.17
Action Pack version       3.0.17
Active Resource version   3.0.17
Action Mailer version     3.0.17
Active Support version    3.0.17
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-187-30/depot_client
Environment               development
Database adapter          sqlite3
Database schema version   0
git log -1
commit f93e3f0ec3f470c7377d3fcdd3e3c866b63ed3ce    
Author: Rafael Mendonça França <rafaelmfranca@gmail.com>
Date:   Tue Aug 28 09:43:20 2012 -0300

    
    Remove warning when using html_escape with Ruby 1.9.
    
    Closes #7430

Todos

None!