RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: Sophrinix
Site: sophrinix.com
awesome episode. one very minor nitpick..
When you did: diff development-middleware.txt production-middleware.txt
diff development-middleware.txt production-middleware.txt
you could have done: diff <(rake middleware) <(RAILS_ENV=production rake middleware)
diff <(rake middleware) <(RAILS_ENV=production rake middleware)
sub shells have all sorts of uses.
what's the benefit to using therubyracer (V8) vs therubyrhino (mozilla)?
therubyracer is api compatible with therubyrhino but doesn't require python to be installed to compile.
A++++ would buy again.
awesome episode. one very minor nitpick..
When you did:
diff development-middleware.txt production-middleware.txt
you could have done:
diff <(rake middleware) <(RAILS_ENV=production rake middleware)
sub shells have all sorts of uses.
what's the benefit to using therubyracer (V8) vs therubyrhino (mozilla)?
therubyracer is api compatible with therubyrhino but doesn't require python to be installed to compile.
A++++ would buy again.