Got the following error when submitting a form through jquery in rails 4.
ActionController::UnknownFormat (ActionController::UnknownFormat):
the issue occur because of jquery form submit not working.after refreshing the page particular record added in table. also got the input from stack-overflow gem "jquery-turbolinks" may casue the problem.
after this gem also same error coming. any help on this?
note: Currently upgrading the application from rails 3 to rails 4.
ref: JQuery gets loaded only on page refresh in Rails 4 application