RailsCasts Pro episodes are now free!

Learn more or hide this

Andrew McElroy's Profile

GitHub User: Sophrinix

Site: sophrinix.com

Comments by Andrew McElroy

Avatar

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.

Avatar

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.