I’m about to develop a web application with Ruby on Rails. This should use AJAX and jQuery for better user experience. So my question is, how to start? Should I first develop the basic web application without AJAX requests and then adding AJAX? Or what’s the best way?
Thanks 🙂
I always develop first without Ajax and test. Then I add the Ajax layer (or Backbone’s).
IMHO, it’s safer to decouple development this way.