Agile Web Development with Rails, Edition 4
Agile Web Development with Rails, Edition 4
Table of Contents
Environment
Tue, 01 May 2012 07:24:44 GMT
echo $PATH
/home/rubys/.rvm/gems/ruby-1.9.3-p0/bin:/home/rubys/.rvm/gems/ruby-1.9.3-p0@global/bin:/home/rubys/.rvm/rubies/ruby-1.9.3-p0/bin:/home/rubys/.rvm/bin:/usr/bin:/bin:/usr/local/bin
node -v
v0.2.6
/home/rubys/.rvm/rubies/ruby-1.9.3-p0/bin/ruby -v
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux]
gem -v
1.8.21
bundle show
Gems included by the bundle:
* actionmailer (4.0.0.beta)
* actionpack (4.0.0.beta)
* active_record_deprecated_finders (0.0.1 59a4f84)
* activemodel (4.0.0.beta)
* activerecord (4.0.0.beta)
* activeresource (4.0.0.beta 92b5262)
* activesupport (4.0.0.beta)
* arel (3.0.2.20120221150532 7373e81)
* builder (3.0.0)
* bundler (1.1.3)
* coffee-rails (4.0.0.beta 17051d3)
* coffee-script (2.2.0)
* coffee-script-source (1.3.1)
* erubis (2.7.0)
* execjs (1.3.1)
* hike (1.2.1)
* i18n (0.6.0)
* journey (1.0.1.20120208102204 b0ef9f1)
* jquery-rails (2.0.2)
* json (1.7.0)
* mail (2.4.4)
* mime-types (1.18)
* multi_json (1.3.4)
* polyglot (0.3.3)
* rack (1.4.1)
* rack-cache (1.2)
* rack-test (0.6.1)
* rails (4.0.0.beta 3cc6995)
* railties (4.0.0.beta)
* rake (0.9.2.2)
* rdoc (3.12)
* sass (3.1.16)
* sass-rails (4.0.0.beta 325b4ee)
* sprockets (2.4.1)
* sprockets-rails (1.0.0 d3b1a77)
* sqlite3 (1.3.6)
* thor (0.15.0)
* tilt (1.3.3)
* treetop (1.4.10)
* tzinfo (0.3.33)
* uglifier (1.2.4)
rake about
rake aborted!
You should not use the `match` method in your router without specifying an HTTP method.
If you want to expose your action to GET, use `get` in the router:
Instead of: match "controller#action"
Do: get "controller#action"
Tasks: TOP => about => environment
(See full trace by running task with --trace)
git log -1
commit 3cc6995e714bc763b40eb3e1d710c1e5ded44384
Merge: cb5b0cf 7b53d13
Author: Piotr Sarnacki <drogus@gmail.com>
Date: Mon Apr 30 21:06:22 2012 -0700
Merge pull request #2532 from hasclass/as_json__encode_infinite_and_nan_floats_as_null
JSON: Encode infinite or NaN floats as `null` to generate valid JSON.
Todos