0
votes
0answers
14 views

Controller can not detect ajax requests

I am using simple_form gem and generating the form I am specifying the remote:true option like this: <%= simple_form_for @webinar, validate: true, remote:true do |f| %> So, the output html ...
0
votes
1answer
34 views

How to make link to point to view?

In my application.html.erb file I have some links and <%= yield %>. What I want is when a link is click, a view to be rendered in the <%= yield %> field without refreshing the whole page. So, ...
0
votes
0answers
13 views

Select2 nested json parsing not working Rails3

I'm trying to make select2 working with my ajax loaded json data with nested attributes. I wanna get something like this http://ivaynberg.github.io/select2/#multi. eaxmple json: [{ id: 1, name: ...
1
vote
1answer
29 views

Too many forms on a page - is it an issue

I am looking for the practice which is most advisable in terms of coding practice I have a comment system which for each comment, you can reply to. This leads me to several options on implementing ...
0
votes
2answers
22 views

Rails - JavaScript view not updating page correctly after Ajax request

I have Questions, which can be voted on. When I list each question on the question's index, I put the "yes" vote and "no" vote buttons alongside each one. I am trying to use Ajax to create votes and ...
1
vote
1answer
50 views

error in handling reponse from remote true rails?

i am using rails remote true for ajax calls. but i have error in handling the repose form controller. what i am doing is i have placed a form in partial which i render in the view for the first time, ...
0
votes
2answers
64 views

Rails 3 Image upload form submitting with http instead of AJAX

I am working on a form to submit it by AJAX instead of http. This is the form : <%= form_for(:image, :remote => true, :url => {:controller=> 'questions',:action => ...
0
votes
1answer
36 views

Rails - Remote link created with javascript

I'm using remote link with rails successfully, just using link_to ... :remote => true. My problem comes when I create links with javascript, some of my links are created by a javascript event and ...
1
vote
1answer
27 views

Rails & Ajax / Async loading partial

I have the following working very nicely, loading a partial on click of a link. I'm having trouble however modifying this so that the partial loads on document ready or similar. I basically want to ...
0
votes
1answer
57 views

alert close button is not showing in jquery .html() in ruby on rails

I am using AJAX crud operation in my rails application with twitter bootstrap. When i click on submit post then success flash message is showing but along with that close button is not showing. here ...
2
votes
0answers
65 views

bootstrap-switch functionality does not load when I re-render a partial with “respond_do”

I use bootstrap-switch and I've implemented it with bootstrap-switch-rails. Awesome feature, but I am having problems with its persistance when using an ajax response to render a partial with it. I ...
0
votes
1answer
28 views

Devise Registration#update via JS in Rails

I'm trying to update the User model through Devise with AJAX and have Devise respond with the proper javascript file. I want to submit the form remotely to the registrations#update action, but this ...
0
votes
1answer
23 views

Render partial containing javascript from a js.erb file

I have a .js.erb file that renders a partial like so: $("#tasks").append("<%= escape_javascript(render :partial => "task_from_app") %>"); I now need to put some javascript inside ...
0
votes
0answers
85 views

Live Search with AJAX Ruby on Rails

I'm following the railscasts rails ajax tutorial and geting into some trouble. Everything went well, except the live keyup. The live search does not work, I have to click the search button to get the ...
0
votes
0answers
62 views

How to store checked checkboxes values into an array in Rails using Javascript and Ajax?

I am using a check_box_tag in a form_tag as follows in view_recommended_words.html.erb but it's not working: <%= form_tag view_recommended_words_path do |f| %> <% for keyword in ...
5
votes
1answer
130 views

How to trigger download with Rails send_data from AJAX post

I'm trying to use send_data to return a PNG image as the response for a ajax post request. How do I get the browser to trigger a download on the success callback? Details I'm generating a large ...
0
votes
2answers
38 views

Rails+Javascript: When updating HTML in page, no binding to UJS .change() function anymore

I have a working rendering partial with UJS, but : The partial is updating the markup of the form that triggered the onchange action, then, the javascript is not triggered anymore on this newly ...
0
votes
0answers
81 views

Update rails app page using AJAX when new data committed to DB

I have an app with a table at /index. This table is filled with records from the DB. There is another third party service that does a 'post' to this app and creates a new DB record. I want to display ...
1
vote
1answer
52 views

link_to_remote attributes/arguments in rails 3

I'm trying to upgade from rails 2.3 to 3.0 and I've found that link_to_remote in rails 2 should be changed to link_to in rails 3 with :remote => true attribute. And unobtrusive javascript(UJS) for ...
0
votes
0answers
28 views

how to use pass paramters to controller every time an item is selected in select tag in rails 3?

this my select statement, I guess I cannot figure out how to make it work: <%= select("post", {project_id: @project, word_id: @word_id}, @words[count].synonyms.all.collect {|syn| [ ...
0
votes
1answer
27 views

Problems with simple_form: has_many and belongs_to not creating ID column?

I have three models, Neo, User(autogenerated by Devise) and Observation. Every User has_many Neos and Observations. Every Neo has_many Observations and belongs_to an User. Every Observation ...
1
vote
2answers
37 views

Is it possible to use redirect_to when it's called by remote ajax?

Now this action in this controller is called by remote ajax call. Only when the checkbox[:call] was checked and it's submit, I'd like make it to redirect to ......_path with flash message. Is it ...
0
votes
1answer
65 views

No ajax working with simple form client side validations in rails

I'm experiencing an issue where validations do not happen live with the form, they only show up after the user hits submit. I'm using the simple_form gem with client_side_validations and ...
1
vote
1answer
34 views

Reapplying focus to a replaced DOM element

In my app, lots of DOM elements using jquery-ujs. This is fine for the most part. Occasionally, I have a form element that gets replaced whilst having focus. I want to be able to persist the focus ...
1
vote
0answers
48 views

Rails sending AJAX response with a textarea

I am using the following form: <%= form_for(@document, :remote => true) do |f| %> <%= f.label :asset, "Document to Upload" %><br /> <%= f.file_field :asset, ...
0
votes
1answer
57 views

Rails remote form submit not working

I'm trying to submit a form via ajax/js. When I set :remote => true it still submits via html. <%= form_for(@message), :remote => true, do |f| %> <%= f.label :Note_To_Doctor %> ...
0
votes
0answers
21 views

Why my Ajax call is being failed when I try to use JSONP?

I am working on a sample Rails app. I am trying to make a make a remote call to a json file like this : $.ajax({ dataType: "jsonp", url: ...
0
votes
1answer
29 views

How to use inline :confirm option for html helpers with AJAX calls?

I am trying to have an AJAX implementation of record deletion associated with a button. The problem is that ajax:success event doesn't seem to be triggered in such case. I have implemented the ...
0
votes
0answers
110 views

Javascript wont run on jQuery Mobile until after refresh

I know that there are multiple threads on here already discussing this issue, but none of the suggestions posted so far have led me to a solution. So, I shall post my own. Basically I have a ...
0
votes
0answers
41 views

Paperclip image doesnt display when rendering via Ajax call

I have seen issues where people have problems uploading an image via paperclip with Ajax, my problem is that when requesting a post for example via an Ajax call the image wont display, it has already ...
1
vote
2answers
49 views

Understanding Ajax in Rails 3

I thought I understood Ajax in Rails 3 to a point but think I am confusing myself somewhere or misinterpreted something. My understanding is that if I want to call different content on the same page ...
0
votes
1answer
28 views

Not getting Jquery response

I have return small function. I can see the response in console but i am not getting response when i do alert(response). $.ajax({ url: ...
0
votes
0answers
42 views

How to create a remote link or form that performs a synchronous ajax request

I am familiar with the remote: true option that you can give to forms and links. However AJAX request that are made through these forms and links are always asynchronous. I know that you can make ...
0
votes
1answer
55 views

Ajax request failing Rails

I am a little stumped as to why my Ajax call is failing, It was working and cannot think of any changes that would have affected it. When i make the call i get an error in firebugs console that points ...
0
votes
0answers
50 views

Using Ajax in Rails to immediately display content in text field after submitting

Sorry if the question seem long winded - the intended effect I had in mind is quite simple: I have two related models, where Question has_many Answers. I am having trouble figuring out how to use ...
0
votes
0answers
45 views

Multi-step form in rails with logic

I need to build a form in my rails 911 app which will do the following: 1.) Be a multi-step form and will remember the state of the information input/chosen 2.) Will display information from each ...
0
votes
1answer
55 views

Ajax updating calendar in rails

I have a database of events and i want it to display "today's events". I have that part working. At the bottom of the page I have a calendar, and when you click on the date i want it to update the ...
0
votes
2answers
144 views

Rails check_box_tag how to pass value when checked ajaxily

On my index page for my Task model, I want to show a checkbox for every row that corresponds to the boolean field "complete" in my Task database table. Currently my code gets into the method ...
0
votes
0answers
26 views

Form submission fails via Ajax due to parsing error, but passes during normal POST

I'm quite puzzled as to why the ajax form submission isn't working. Can you guys have a look and tell me if you can spot something wrong. WORKING <form id="advancedSearchForm" ...
0
votes
1answer
32 views

My partial wasn't loading because of CanCan authorization. How can I debug that?

I was having this problem trying to render a partial via an asynchronous request from my users views. The problem was that CanCan was not authorizing the call, because it was inside a new action that ...
1
vote
1answer
27 views

Why does my request for a partial, using :remote isn't working?

I'm creating a simple Rails App, to work as a base app for my projects, and in the user edit profile page I cannot be able to load a partial via asynchronous requests. Here is my base view for a edit ...
1
vote
1answer
495 views

Rails form_for in Twitter Bootstrap Modal with AJAX/JSON

I'm having trouble getting a Rails form_for form to work in a Bootstrap modal and update a table with AJAX. I've followed the guide at ...
0
votes
1answer
51 views

How to render json and at the same time refresh a partial using AJAX (Rails)

I have a controller action (lets call it some_controller_action) that needs to render out some json (for the javascript to pick up) and at the same time refresh/re-render a partial using ...
0
votes
1answer
76 views

Rendering through form submission in AJAX

I wanted my advanced search form to retain it's form fields values after submission, so I changed the form with method=POST, to ajax. My controller is still working great, I am able to make my rest ...
0
votes
2answers
99 views

ajax requests to rails 3 server getting cancelled when using HTTPS

I am running an e-commerce platform using spree 1.2.4 and Rails 3.2.11 and in the checkout process i am trying to run an ajax call back to my server to update some information. The entire checkout ...
1
vote
1answer
77 views

Jquery returning some unwanted data in Ajax success

I have a Ajax method like this using Jquery. function add_item() { item_name=$("#item_names").val() var pars = item_name; $.ajax({ url: "/billing/add_bill_detail", type: ...
4
votes
4answers
148 views

What is the equivalent of Ajax.updater in Jquery?

Please let me know the equivalent of below prototype code in Jquery. var myAjax = new Ajax.Updater('abc', '/billing/add_bill_detail', { method: 'get', parameters: pars, insertion: ...
0
votes
1answer
82 views

Like button does not update with AJAX

I am passing a collection (@feed_items) to a _feed_item partial via the :collection option and converting it to dailypost with :as => :dailypost. Inside the _feed_item partial I rendered another ...
1
vote
1answer
96 views

unobtrusive javascript not working in Rails app;does not work without refresh

I have been trying to follow the rails cast http://railscasts.com/episodes/205-unobtrusive-javascript But my need is a bit different than what is shown here. I have a form in which there is a div ...
0
votes
1answer
56 views

Whats the most efficient way to update a partial after an AJAX form submit in Rails 3

I have a page with code as follows: <div> <%= render 'form' %> </div> <div id="item_container"> <%= render @item %> </div> where form is a form for "@item" ...

1 2 3 4 5 18