Quantcast
Channel: Rails 3.1 - calling AJAX request twice - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by vijay chouhan for Rails 3.1 - calling AJAX request twice

When you include js twice it will call two times

View Article



Answer by gliptak for Rails 3.1 - calling AJAX request twice

This likely has to do with the assets pipeline, although the asset pipeline documentation wasn't very useful here. You might have application*.js.* included twice in the asset path. Run:$ find . -name...

View Article

Rails 3.1 - calling AJAX request twice

<%=link_to 'Add note', {:controller => 'home', :action => 'add_note', :id =>user.id}, :remote => true%>After click on this link is called the page _add_note.html.erb (via JS...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images