RailsCasts Pro episodes are now free!

Learn more or hide this

Mark A. Richman's Profile

GitHub User: mrichman

Site: http://www.markrichman.com

Comments by Mark A. Richman

Avatar

Why do require 'csv' in application.rb and not in product.rb where it's actually used?

Avatar

Why memcached and not redis, for example?

Avatar

I noticed this is all done without SSL on the web app. Yes, the JSON calls to Stripe are done via SSL, but that's not obvious to the casual user. Would you recommend that the payment form be served via SSL, even if just to give the user some reassurance?