RoR version 2.3.5, JMeter version 2.4 There are a few specifics using JMeter with RoR applications. 1.Handling forms We have to take into account that forms are submitted using authenticity_token which is generated randomly with every form. The solution is to catch the authenticity token from the form page using a regular expression extractor, save … Continue reading