Tagged Questions
1
vote
1answer
10 views
Disqus Ajax is not taking diffrent thread for diffrent posts in ruby on rails
I have one rails application where I am using Disqus Universal Code for comment function. I am using ajax remote=>true function to display my posts content. Here is my disqus code
<div ...
1
vote
1answer
29 views
Rails: request.referrer == request.url
Perhaps I misunderstand how request.referrer works, but isn't it suppose to provide you with the url of the page the user is coming from? So for instance, if they're viewing an article and then click ...
0
votes
0answers
21 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: ...
0
votes
1answer
36 views
Initialize Google map on AJAX refreshed partial
I can display a google map with markers no problem but I can't get a map to display within a partial when that partial is refreshed using ajax. I'm guessing it's because this final initialization line ...
0
votes
1answer
56 views
Ajax redirect after create or not?
I am using Ajax in a form successfully, but I cannot find out whats the best way to do after a create action?
I am using respond_with and to use the same logic in an Ajax call the create.js file ...
0
votes
1answer
29 views
Rails Ajax approach without database
The different Rails 3/Ajax solutions I have come across show examples that retrieve data from a database.
I would like to make an Ajax call and have the server return data that does not come from a ...
0
votes
1answer
49 views
onclick of radio button a dropdown should populate
I have following code for my advance search form.
When I select a radio button against customer, drop down values should populate with customer data.
<div class="container">
<%= form_tag ...
1
vote
1answer
28 views
Select2 “Infinite Scroll with Remote Data” - Callback not firing
Following the example on the Select2 project page, I am attempting to pull more records when the user scrolls to the bottom of the result set.
<script>
$(document).ready(function() {
...
-2
votes
0answers
29 views
AJAX POST on individual value [closed]
Currently I have a home page with a users database. I'm trying to achieve an AJAX POST with jQuery to a user's 'preference' table (text) based on their interaction with the home page (not field input, ...
0
votes
1answer
17 views
Advance Search Form for rails app with multi model criteria
I have a rails app with various models and I want to built an advance search form which should be something like this -
Search For --- Model1 Model2 Model3
Search By -- In case of Model1 selected ...
1
vote
2answers
41 views
Why do coffeescript/jquery functions not trigger on DOM elements loaded via ajax, and how to fix?
In a Rails 3.2 app I have a coffeescript function that toggles a css class when a link is clicked.
#coffeescript
jQuery ->
$(".toggle-link").click ->
$(this).toggleClass "selected"
#view
...
-1
votes
2answers
34 views
bug in nested arrays in a url get string
Basically I want the query string ?foo%5B%5Bbar%5D%5D=whizbang to give me a result that looks like this:
{ 'foo' : { '[bar]' : 'whizbang' } }
I'm using rails at the moment, and instead of '[bar]' ...
0
votes
1answer
23 views
I'm learning Rails with M. Hartl's Tutorial. Ch. 11.2.5 and got this error in tests: ArgumentError: bad argument (expected URI object or URI string)
Full error messages:
1) RelationshipsController creating a relationship with Ajax should increment the Relationship count
Failure/Error: xhr :post, :create, relationship: { followed_id: ...
0
votes
1answer
17 views
Rendering Devise new sessions form with ajax
I'm using devise and trying to get its login page to render as a dropdown from a header. I've imported devise into views and changed it to a partial sessions/_new.
This link from the index page
...
0
votes
0answers
38 views
window.execScript fails in ie8
I work in ruby on rails (3.2.11) with jquery 1.9.1... in my app I developed a chat in javascript.
With IE9 all is ok, in IE8 when calling
function refresh_contacts() {
url = ...
1
vote
1answer
52 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
1answer
27 views
Using best_in_place gem in 2 level nested controllers: [Raven] User excluded error: #<ActiveRecord::RecordNotFound
I use the gem Best In place for editing discussion topics and comments... It works for Discussion but for Comments it gives record not found error:
my routes:
namespace :school do
resource ...
0
votes
0answers
20 views
Remotipart getting ajax response
i am using Remotipart to upload files. The Rails-Controller handles the file but i cant figure out how to get the following ajax response. Here is my js code.
$file.children(".description").html(
...
0
votes
0answers
42 views
AJAX image upload with Rails, Backbone, Remotipart
I've been using Remotipart successfully to upload images via AJAX for a while now, but we've recently decided to go the Backbone route, and now since my forms are rendered via JS templates, I'm no ...
0
votes
0answers
42 views
ajax returns JSON, and I also want to fire a js call
find.js
$(document).ready(function() {
$("#find_user #email").select2({
width: '400px',
placeholder: "Find user...",
minimumInputLength: 1,
multiple: false,
ajax: { // instead ...
0
votes
2answers
61 views
select2 AJAX'd to a model, configuration
So, I just discovered select2. Awesome. Now I'm trying to figure out how to use it, server side with ajax / json. All of the examples I see, everywhere, show using select2 with JSONP to retrieve ...
0
votes
2answers
38 views
How do I render my basic signup/login forms on the page using AJAX rather than re-directing?
Maybe I've just been staring at this too long, but I have a basic sign-up and log-in form that I built, and want to just render them on the same page in a div rather than redirecting to a new page.
...
0
votes
3answers
53 views
How do I manipulate a JSON object returned by AJAX?
I have this jQuery in my Rails app:
$('#rankings_link a').click(function(){
$.ajax({
dataType: 'json',
contentType: 'application/json',
url: '/rankings',
type: 'get'
...
0
votes
0answers
9 views
Reference error private_pub
I am trying to get private_pub to run. I am already running on port 9292 and added controllers and subscribe action. I am trying to debug it with firebug, but I think something is wrong with ...
2
votes
0answers
40 views
json not responding from the model the way I'd like to think - autocomplete select2 with rails
So, I just discovered select2. Awesome. Now I'm trying to figure out how to use it, server side with ajax / json. I'll get right to the nitty gritty. json returns a value, but the searchbox ...
0
votes
1answer
39 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 ...
0
votes
0answers
18 views
Rails/Javascript - Spinner until image is saved as an attribute
Simple problem here. I'm uploading an image in Rails (using CarrierWave to Amazon S3). I don't want the user to see all of the next page (namely the uploaded image) until S3 processes the image ...
0
votes
1answer
20 views
Rails remote form, replace after create
I have a typical "create" form action, that's set to be a remote call.
What I want to do is after the form is submitted, replace the form with the "edit" view with an additional form field, so that ...
0
votes
0answers
12 views
how can I get will_paginate working with ajax?
I have followed a few tutorials with no luck so far. I am using ajax_pagination. when I click the link for the second page, this is what the server log says:
Started GET ...
0
votes
1answer
20 views
Rendering partial with ajax and json response
I'm trying to render a partial calling an ajax function and render it in a div.
In the code below, the request.responseText gives me the html I want but why does this response go into error function ...
1
vote
1answer
29 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
0answers
28 views
Rails: AJAX Script Won't Run
I have a form that renders its errors via AJAX. The form is properly sending a remote request, and the server is returning javascript:
(function() {
$("#main").fadeIn(". . .");
}).call(this);
...
0
votes
0answers
22 views
Rails Custom Responders
I trying to override ActionController::Responder in order to make js respond more dynamic. By default its just rendering its template:
# File actionpack/lib/action_controller/metal/responder.rb, line ...
0
votes
1answer
59 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
68 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 ...
1
vote
1answer
130 views
bootstrap modal not working when i try to edit one record in firefox
I have a form in modal bootstrap where I edit a record. Works fine in chrome browser, but not working in firefox. What happens is that submit does not work in Firefox. Some idea about the problem? ...
0
votes
1answer
17 views
Jquery issue with raills controller method responding to JS
There is popup box, which contains form for new User. It is submited remotely. If @user.save, I use the js file to redirect, if not - just refreshing the popup box. Refreshing works fine, but ...
0
votes
1answer
22 views
How to remove second footer coming from rails app because of .load in jquery/ajax?
I am using jQuery/AJAX to load a page in my rails app via
$("#div1").load(url);
This page gets loaded into a div on the main page. The problem I have is that this new page has it's own footer. So ...
0
votes
1answer
29 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
44 views
How to Write a JQuery for on one div mouseover update another div
Here My scenario as follows..
i have list of div s contains patientid and another information on mouse over we are plan to show the total patient information in another div.how can i achieve this in ...
0
votes
2answers
57 views
Rails, Popups, Ajax deletes and stopPropagation
I have a rails project that has a standard rails delete link inside a popup.
I have multiple popups on the page so I have a hide action attached to the body (onclick) and a stopPropagation event ...
0
votes
2answers
61 views
AJAX request returning JSON?
So I'm using AJAX to scrape player names and their respective ratings from a site. I have AJAX return a JSON object and I'm trying to use jQuery to append each element of the JSON object as a list ...
0
votes
0answers
131 views
Rails: AJAX not working with form Create Action
This is a simple grocery list app. Left column div is a list of lists. Items for a particular list are displayed in the right column div.
Here's the process:
A user clicks on one of the lists, which ...
0
votes
1answer
41 views
Use ajax to query database for presence of item. Rails 3
I'm trying to query our database on the .click function. I can alert(val) so that's working. But I'm trying to figure out how to go to the database and find out if a record in Discount table exists ...
0
votes
1answer
31 views
trying to submit rails form with trigger/javascript
I'm trying to submit a form without refreshing the page. I was poking around online, and it seems like something along these lines should work...
<%= form_for(uanswer, :remote => true) do |f| ...
0
votes
0answers
72 views
Submitting a form via AJAX is making two calls instead of one
I have an event listener for a form button that makes an AJAX call to a method in my Rails controller. The issue I'm having is that this._form.submit() is somehow making the AJAX call twice so in ...
5
votes
1answer
134 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
1answer
49 views
ActionView::MissingTemplate - AJAX related error
The left column div is a list of lists. I'm trying to use AJAX to add a new list. I'm following the screencast http://railscasts.com/episodes/136-jquery-ajax-revised but I am getting an error. It ...
0
votes
0answers
106 views
Three-step rails Dynamic Dropdown using collection_select, jquery and ajax
Assume a baseball-themed app, which allows a player to track their stats.
At registration, a user will select their city, which will dynamically filter league options for their selection ...
0
votes
1answer
78 views
Rails Ajax partials passing form builder
I am loading part of my form with ajax depending on the value of a dropdown as follows:
..form_partial.js.erb
$('#custom_ajax').remove();
<% if @house == "Rent" %>
...







