Rails 4.2.0 support and corrected dyanamic method generation
Correction for javascript error undefined jsonResponse
- Added feature to specify type of response to be sent from the controllers action. This will help digup to append appropriate template. It can be used when 'script' request(i.e accepts in request header text/javascript, application/javascript) is made to the server and server returns html instead of javascript.
- Solved bugs in case when json was returned from the server
Initial working release