Agile Web Development with Rails, Edition 4

Agile Web Development with Rails, Edition 4

Table of Contents

Environment

Wed, 05 May 2010 04:10:50 GMT
/home/rubys/.rvm/rubies/ruby-1.9.1-p378/bin/ruby -v
ruby 1.9.1p378 (2010-01-10 revision 26273) [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.0.beta1)
  * mail (2.2.0)
  * memcache-client (1.8.3)
  * mime-types (1.16)
  * polyglot (0.3.1)
  * rack (1.1.0)
  * rack-mount (0.6.3)
  * rack-test (0.5.3)
  * rails (3.0.0.beta3 f2072a)
  * railties (3.0.0.beta3)
  * rake (0.8.7)
  * sqlite3-ruby (1.2.5)
  * text-format (1.0.0)
  * text-hyphen (1.0.0)
  * thor (0.13.6)
  * treetop (1.4.5)
  * tzinfo (0.3.20)
rake about
(in /home/rubys/svn/rails4/Book/util/work-191/demo1)
About your application's environment
Ruby version              1.9.1 (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
Middleware                ActionDispatch::Static, Rack::Lock, Rack::Runtime, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::RemoteIp, Rack::Sendfile, ActionDispatch::Callbacks, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, Rack::MethodOverride, ActionDispatch::Head
Application root          /home/rubys/svn/rails4/Book/util/work-191/demo1
Environment               development
git log -1
commit f2072a323cdaa531bdc7a5e488b4e5853c8d6b8d    
Author: Xavier Noria <fxn@hashref.com>
Date:   Wed May 5 00:47:31 2010 +0200

    
    adds Date#to_time refinement from previous commit to the CHANGELOG

Todos