Agile Web Development with Rails, Edition 4
Table of Contents
Environment
Sun, 28 Apr 2013 13:23:13 GMT
git log -1
commit 607f136d52e984323cbe2938c04c660ca55a5039
Author: Xavier Noria <fxn@hashref.com>
Date: Sun Apr 28 12:03:26 2013 +0200
fixes a test, and explains why AR::AttributeMethods checks defined?(@attributes) in some places
rake about
About your application's environment
Ruby version 1.9.3 (x86_64-linux)
RubyGems version 1.8.25
Rack version 1.5
Rails version 4.0.0.beta1
JavaScript Runtime Node.js (V8)
Active Record version 4.0.0.beta1
Action Pack version 4.0.0.beta1
Action Mailer version 4.0.0.beta1
Active Support version 4.0.0.beta1
Middleware ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x000000028d7190>, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::DebugExceptions, ActionDispatch::RemoteIp, ActionDispatch::Reloader, ActionDispatch::Callbacks, ActiveRecord::Migration::CheckPending, ActiveRecord::ConnectionAdapters::ConnectionManagement, ActiveRecord::QueryCache, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, Rack::Head, Rack::ConditionalGet, Rack::ETag
Application root /home/rubys/git/awdwr/edition4/work-193/depot
Environment development
Database adapter sqlite3
Database schema version 20130428000009
bundle show
Gems included by the bundle:
* actionmailer (4.0.0.beta1)
* actionpack (4.0.0.beta1)
* activemodel (4.0.0.beta1)
* activerecord (4.0.0.beta1)
* activerecord-deprecated_finders (1.0.1)
* activesupport (4.0.0.beta1)
* arel (4.0.0.20130418133826 3ef63ac)
* atomic (1.1.8)
* builder (3.1.4)
* bundler (1.3.5)
* coffee-rails (4.0.0 78d4d7a)
* coffee-script (2.2.0)
* coffee-script-source (1.6.2)
* erubis (2.7.0)
* execjs (1.4.0)
* hike (1.2.2)
* i18n (0.6.4)
* jbuilder (1.0.2)
* jquery-rails (2.2.1)
* json (1.7.7)
* mail (2.5.3)
* mime-types (1.23)
* minitest (4.7.3)
* multi_json (1.7.2)
* polyglot (0.3.3)
* rack (1.5.2)
* rack-test (0.6.2)
* rails (4.0.0.beta1 607f136)
* railties (4.0.0.beta1)
* rake (10.0.4)
* rdoc (3.12.2)
* sass (3.2.8)
* sass-rails (4.0.0.rc1 aeae25d)
* sdoc (0.3.20)
* sprockets (2.9.3)
* sprockets-rails (2.0.0.rc4 bbf755e)
* sqlite3 (1.3.7)
* thor (0.18.1)
* thread_safe (0.1.0)
* tilt (1.3.7)
* treetop (1.4.12)
* turbolinks (1.1.1)
* tzinfo (0.3.37)
* uglifier (2.0.1)
gem -v
1.8.25
/home/rubys/.rvm/rubies/ruby-1.9.3-p392/bin/ruby -v
ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-linux]
rvm -v
rvm 1.19.6 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
node -v
v0.2.6
echo $PATH
/home/rubys/.rvm/gems/ruby-1.9.3-p392/bin
/home/rubys/.rvm/gems/ruby-1.9.3-p392@global/bin
/home/rubys/.rvm/rubies/ruby-1.9.3-p392/bin
/home/rubys/.rvm/bin
/home/rubys/autoconf/bin
/usr/bin
/bin
/usr/local/bin
lsb_release -irc
Distributor ID: Ubuntu
Release: 10.04
Codename: lucid
uname -srm
Linux 2.6.32-46-generic x86_64
Todos
None!