Agile Web Development with Rails, Edition 4

Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Mon, 07 Jun 2010 21:55:57 GMT
/home/rubys/.rvm/rubies/ruby-1.9.2-r28199/bin/ruby -v
ruby 1.9.2dev (2010-06-08 revision 28199) [i686-linux]
gem -v
1.3.7
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)
  * capistrano (2.5.18)
  * erubis (2.6.5)
  * highline (1.5.2)
  * i18n (0.4.1)
  * mail (2.2.2)
  * mime-types (1.16)
  * mysql (2.8.1)
  * net-scp (1.0.2)
  * net-sftp (2.0.4)
  * net-ssh (2.0.23)
  * net-ssh-gateway (1.0.1)
  * polyglot (0.3.1)
  * rack (1.1.0)
  * rack-mount (0.6.3)
  * rack-test (0.5.4)
  * rails (3.0.0.beta3 a210af)
  * railties (3.0.0.beta3)
  * rake (0.8.7)
  * sqlite3-ruby (1.3.0)
  * thor (0.13.6)
  * treetop (1.4.8)
  * tzinfo (0.3.22)
  * will_paginate (3.0.pre)
rake about
DEPRECATION WARNING: railtie_name is deprecated and has no effect. (called from <class:Railtie> at /home/rubys/.rvm/gems/ruby-1.9.2-r28199/gems/will_paginate-3.0.pre/lib/will_paginate/railtie.rb:6)
(in /home/rubys/svn/rails4/Book/util/work-192/depot)
About your application's environment
Ruby version              1.9.2 (i686-linux)
RubyGems version          1.3.7
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/svn/rails4/Book/util/work-192/depot
Environment               development
git log -1
commit a210aff210616922063c89680219bb45581cc217    
Author: José Valim <jose.valim@gmail.com>
Date:   Mon Jun 7 23:17:23 2010 +0200

    
    Add delete to middleware stack proxy.

Todos