Main Content
Michel Weksler's Talks
-
(Re)building a Large Scale Payments System on Rails
Michel Weksler 0 Recommendations
April 21, 2015 12:00 PMPayments applications typically require a strong audit trail, very predictable failure behavior and strong transactional integrity. In Ruby/Rails, ActiveRecord allows any part of the code to modify anything in the database, failures are often silently ignored, and database transactions are h…