Agile Web Development with Rails, Edition 4

Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Tue, 07 Dec 2010 17:30:13 GMT
/home/rubys/.rvm/rubies/ruby-1.8.8-r30068/bin/ruby -v
ruby 1.8.8dev (2010-12-03) [x86_64-linux]
gem -v
1.3.7
bundle show
Gems included by the bundle:
  * abstract (1.0.0)
  * actionmailer (3.1.0.beta)
  * actionpack (3.1.0.beta)
  * activemodel (3.1.0.beta)
  * activerecord (3.1.0.beta)
  * activeresource (3.1.0.beta)
  * activesupport (3.1.0.beta)
  * arel (2.0.7.beta.20101201093009 4bec8c8)
  * builder (3.0.0)
  * bundler (1.0.7)
  * erubis (2.6.6)
  * i18n (0.5.0)
  * mail (2.2.12)
  * mime-types (1.16)
  * polyglot (0.3.1)
  * rack (1.2.1 85ca454)
  * rack-cache (0.5.3)
  * rack-mount (0.6.13)
  * rack-test (0.5.6)
  * rails (3.1.0.beta 7c92063)
  * railties (3.1.0.beta)
  * rake (0.8.7)
  * sqlite3-ruby (1.3.2)
  * thor (0.14.6)
  * treetop (1.4.9)
  * tzinfo (0.3.23)
rake about
/home/rubys/.rvm/gems/ruby-1.8.8-r30068/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
(in /home/rubys/svn/rails4/Book/util/work-188/depot)
About your application's environment
Ruby version              1.8.8 (x86_64-linux)
RubyGems version          1.3.7
Rack version              1.2
Rails version             3.1.0.beta
Active Record version     3.1.0.beta
Action Pack version       3.1.0.beta
Active Resource version   3.1.0.beta
Action Mailer version     3.1.0.beta
Active Support version    3.1.0.beta
Application root          /home/rubys/svn/rails4/Book/util/work-188/depot
Environment               development
git log -1
commit 7c920631ec3b314cfaa3a60d265de40cba3e8135    
Author: Santiago Pastorino <santiago@wyeworks.com>
Date:   Sun Dec 5 13:26:14 2010 -0200

    
    Test using default option as symbol added for human_attribute_name

Todos